Searched refs:zDeleteOnClose (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_win.c113 WCHAR *zDeleteOnClose; /* Name of file to delete when closing */ member in struct:winFile
685 if( pFile->zDeleteOnClose ){
688 DeleteFileW(pFile->zDeleteOnClose)==0
689 && GetFileAttributesW(pFile->zDeleteOnClose)!=0xffffffff
694 free(pFile->zDeleteOnClose);
2243 pFile->zDeleteOnClose = zConverted;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c31248 WCHAR *zDeleteOnClose; /* Name of file to delete when closing */ member in struct:winFile
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c32181 LPWSTR zDeleteOnClose; /* Name of file to delete when closing */ member in struct:winFile
[all...]
/external/sqlite/dist/
H A Dsqlite3.c32209 LPWSTR zDeleteOnClose; /* Name of file to delete when closing */ member in struct:winFile
[all...]

Completed in 430 milliseconds