Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3.h592 #define SQLITE_OPEN_READWRITE 0x00000002 /* Ok for sqlite3_open_v2() */ macro
/third_party/sqlite/src/
Dsqlite3.c902 #define SQLITE_OPEN_READWRITE 0x00000002 /* Ok for sqlite3_open_v2() */ macro