Home
last modified time | relevance | path

Searched defs:deleteFlag (Results 1 – 12 of 12) sorted by relevance

/sqlite-3.40.0/src/
H A Dos.c176 int sqlite3OsShmUnmap(sqlite3_file *id, int deleteFlag){ in sqlite3OsShmUnmap()
H A Dtest_multiplex.c1127 static int multiplexShmUnmap(sqlite3_file *pConn, int deleteFlag){ in multiplexShmUnmap()
H A Dtest_osinst.c466 static int vfslogShmUnmap(sqlite3_file *pFile, int deleteFlag){ in vfslogShmUnmap()
H A Dos_win.c3841 static void winShmPurge(sqlite3_vfs *pVfs, int deleteFlag){
4032 int deleteFlag /* Delete after closing if true */
H A Dtest_vfs.c1022 int deleteFlag in tvfsShmUnmap()
H A Dtest_quota.c732 static int quotaShmUnmap(sqlite3_file *pConn, int deleteFlag){ in quotaShmUnmap()
H A Dos_unix.c5065 int deleteFlag /* Delete shared-memory if true */ in unixShmUnmap()
/sqlite-3.40.0/ext/misc/
H A Dmemvfs.c300 static int memShmUnmap(sqlite3_file *pFile, int deleteFlag){ in memShmUnmap()
H A Dappendvfs.c405 static int apndShmUnmap(sqlite3_file *pFile, int deleteFlag){ in apndShmUnmap()
H A Dcksumvfs.c643 static int cksmShmUnmap(sqlite3_file *pFile, int deleteFlag){ in cksmShmUnmap()
H A Dvfsstat.c409 static int vstatShmUnmap(sqlite3_file *pFile, int deleteFlag){ in vstatShmUnmap()
/sqlite-3.40.0/ext/recover/
H A Dsqlite3recover.c2500 static int recoverVfsShmUnmap(sqlite3_file *pFd, int deleteFlag){ in recoverVfsShmUnmap()