Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h607 #define SQLITE_OPEN_TEMP_JOURNAL 0x00001000 /* VFS only */ macro
H A Dsqlite3.c920 #define SQLITE_OPEN_TEMP_JOURNAL 0x00001000 /* VFS only */ macro