Searched refs:SQLITE_FCNTL_PRAGMA (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h960 ** <li>[[SQLITE_FCNTL_PRAGMA]]
961 ** ^Whenever a [PRAGMA] statement is parsed, an [SQLITE_FCNTL_PRAGMA]
964 ** to the [SQLITE_FCNTL_PRAGMA] file control is an array of
968 ** [SQLITE_FCNTL_PRAGMA] file control can optionally make the first element
972 ** [SQLITE_FCNTL_PRAGMA] file control returns [SQLITE_NOTFOUND], then normal
973 ** [PRAGMA] processing continues. ^If the [SQLITE_FCNTL_PRAGMA]
978 ** ^If the [SQLITE_FCNTL_PRAGMA] file control returns
981 ** compilation of the PRAGMA fails with an error. ^The [SQLITE_FCNTL_PRAGMA]
1145 #define SQLITE_FCNTL_PRAGMA 14 macro
H A Dsqlite3.c2023 ** <li>[[SQLITE_FCNTL_PRAGMA]]
2024 ** ^Whenever a [PRAGMA] statement is parsed, an [SQLITE_FCNTL_PRAGMA]
2027 ** to the [SQLITE_FCNTL_PRAGMA] file control is an array of
2031 ** [SQLITE_FCNTL_PRAGMA] file control can optionally make the first element
2035 ** [SQLITE_FCNTL_PRAGMA] file control returns [SQLITE_NOTFOUND], then normal
2036 ** [PRAGMA] processing continues. ^If the [SQLITE_FCNTL_PRAGMA]
2041 ** ^If the [SQLITE_FCNTL_PRAGMA] file control returns
2044 ** compilation of the PRAGMA fails with an error. ^The [SQLITE_FCNTL_PRAGMA]
2208 #define SQLITE_FCNTL_PRAGMA 14 macro
[all...]

Completed in 971 milliseconds