Home | History | Annotate | Download | only in crypto

Lines Matching refs:len_0

102 	  /* len_0 denotes string length *with* trailing 0 */ 
103 size_t index = 0,len_0 = strlen(extdir) + 1;
105 wdir = (TCHAR *)calloc(len_0, sizeof(TCHAR));
119 if (!MultiByteToWideChar(CP_ACP, 0, extdir, len_0, (WCHAR *)wdir, len_0))
121 for (index = 0; index < len_0; index++)
155 size_t index, len_0 = 0;
157 while (wdir[len_0] && len_0 < (sizeof((*ctx)->entry_name) - 1)) len_0++;
158 len_0++;
161 if (!WideCharToMultiByte(CP_ACP, 0, (WCHAR *)wdir, len_0, (*ctx)->entry_name,
164 for (index = 0; index < len_0; index++)