Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h595 #define SQLITE_OPEN_READONLY 0x00000001 /* Ok for sqlite3_open_v2() */ macro
H A Dsqlite3.c908 #define SQLITE_OPEN_READONLY 0x00000001 /* Ok for sqlite3_open_v2() */ macro