Home
last modified time | relevance | path

Searched refs:SQLITE_OPEN_MASTER_JOURNAL (Results 1 – 2 of 2) sorted by relevance

/third_party/sqlite/include/
Dsqlite3.h616 #define SQLITE_OPEN_MASTER_JOURNAL 0x00004000 /* VFS only */ macro
/third_party/sqlite/src/
Dsqlite3.c926 #define SQLITE_OPEN_MASTER_JOURNAL 0x00004000 /* VFS only */ macro