Searched refs:zWideFilename (Results 1 – 1 of 1) sorted by relevance
3176 LPWSTR zWideFilename; in rbuWinUtf8ToUnicode() local3182 zWideFilename = sqlite3_malloc64( nChar*sizeof(zWideFilename[0]) ); in rbuWinUtf8ToUnicode()3183 if( zWideFilename==0 ){ in rbuWinUtf8ToUnicode()3186 memset(zWideFilename, 0, nChar*sizeof(zWideFilename[0])); in rbuWinUtf8ToUnicode()3187 nChar = MultiByteToWideChar(CP_UTF8, 0, zFilename, -1, zWideFilename, in rbuWinUtf8ToUnicode()3190 sqlite3_free(zWideFilename); in rbuWinUtf8ToUnicode()3191 zWideFilename = 0; in rbuWinUtf8ToUnicode()3193 return zWideFilename; in rbuWinUtf8ToUnicode()