Home | History | Annotate | Download | only in crypto

Lines Matching full:sizeof

66       *ctx = (LP_DIR_CTX *)malloc(sizeof(LP_DIR_CTX));
72 memset(*ctx, '\0', sizeof(LP_DIR_CTX));
74 if (sizeof(TCHAR) != sizeof(char))
80 wdir = (TCHAR *)malloc(len_0 * sizeof(TCHAR));
118 if (sizeof(TCHAR) != sizeof(char))
123 while (wdir[len_0] && len_0 < (sizeof((*ctx)->entry_name) - 1)) len_0++;
128 sizeof((*ctx)->entry_name), NULL, 0))
135 sizeof((*ctx)->entry_name)-1);
137 (*ctx)->entry_name[sizeof((*ctx)->entry_name)-1] = '\0';