Home
last modified time | relevance | path

Searched refs:zWidePath (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dos_win.c4876 LPWSTR zWidePath = sqlite3MallocZero( nMax*sizeof(WCHAR) ); local
4877 if( !zWidePath ){
4882 if( osGetTempPathW(nMax, zWidePath)==0 ){
4883 sqlite3_free(zWidePath);
4889 zMulti = winUnicodeToUtf8(zWidePath);
4893 sqlite3_free(zWidePath);
4895 sqlite3_free(zWidePath);