Home | History | Annotate | Download | only in orig

Lines Matching refs:zWidePath

43482     LPWSTR zWidePath = sqlite3MallocZero( nMax*sizeof(WCHAR) );
43483 if( !zWidePath ){
43488 if( osGetTempPathW(nMax, zWidePath)==0 ){
43489 sqlite3_free(zWidePath);
43495 zMulti = winUnicodeToUtf8(zWidePath);
43499 sqlite3_free(zWidePath);
43501 sqlite3_free(zWidePath);