Home
last modified time | relevance | path

Searched defs:SQLITE_OPEN_DELETEONCLOSE (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.h598 #define SQLITE_OPEN_DELETEONCLOSE 0x00000008 /* VFS only */ macro
H A Dsqlite3.c911 #define SQLITE_OPEN_DELETEONCLOSE 0x00000008 /* VFS only */ macro