Searched refs:nAllot (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 7392 int nAllot = MultiByteToWideChar(CP_UTF8, 0, z, -1, NULL, 0); in utf8_to_utf16() local 7393 LPWSTR rv = sqlite3_malloc(nAllot * sizeof(WCHAR)); in utf8_to_utf16() 7394 if( rv!=0 && 0 < MultiByteToWideChar(CP_UTF8, 0, z, -1, rv, nAllot) ) in utf8_to_utf16()
|