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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c23926 int isDelete = (flags & SQLITE_OPEN_DELETEONCLOSE); local
24598 int isDelete; /* Delete on close if true */ member in struct:unixFile
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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c39886 int isDelete = (flags & SQLITE_OPEN_DELETEONCLOSE); local
47127 int isDelete = (flags & SQLITE_OPEN_DELETEONCLOSE); local
61229 walIndexClose(Wal *pWal, int isDelete) argument
62003 int isDelete = 0; /* True to unlink wal and wal-index files */ local
[all...]

Completed in 918 milliseconds