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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c23926 int isDelete = (flags & SQLITE_OPEN_DELETEONCLOSE); local
23949 assert(isDelete==0 || isCreate);
23953 assert( (!isDelete && zName) || eType!=SQLITE_OPEN_MAIN_DB );
23954 assert( (!isDelete && zName) || eType!=SQLITE_OPEN_MAIN_JOURNAL );
23955 assert( (!isDelete && zName) || eType!=SQLITE_OPEN_MASTER_JOURNAL );
23956 assert( (!isDelete && zName) || eType!=SQLITE_OPEN_WAL );
23972 assert(isDelete && !isOpenJournal);
24598 int isDelete; /* Delete on close if true */ member in struct:unixFile
26352 if( pFile->isDelete ){
29100 fillInUnixFile( sqlite3_vfs *pVfs, int h, int syncDir, sqlite3_file *pId, const char *zFilename, int noLock, int isDelete, int isReadOnly ) argument
29524 int isDelete = (flags & SQLITE_OPEN_DELETEONCLOSE); local
34038 int isDelete = (flags & SQLITE_OPEN_DELETEONCLOSE); local
45586 walIndexClose(Wal *pWal, int isDelete) argument
46164 int isDelete = 0; /* True to unlink wal and wal-index files */ local
[all...]

Completed in 437 milliseconds