Home | History | Annotate | Download | only in dist

Lines Matching refs:SQLITE_FCNTL_PRAGMA

918 ** <li>[[SQLITE_FCNTL_PRAGMA]]
919 ** ^Whenever a [PRAGMA] statement is parsed, an [SQLITE_FCNTL_PRAGMA]
922 ** to the [SQLITE_FCNTL_PRAGMA] file control is an array of
926 ** [SQLITE_FCNTL_PRAGMA] file control can optionally make the first element
930 ** [SQLITE_FCNTL_PRAGMA] file control returns [SQLITE_NOTFOUND], then normal
931 ** [PRAGMA] processing continues. ^If the [SQLITE_FCNTL_PRAGMA]
936 ** ^If the [SQLITE_FCNTL_PRAGMA] file control returns
939 ** compilation of the PRAGMA fails with an error. ^The [SQLITE_FCNTL_PRAGMA]
1030 #define SQLITE_FCNTL_PRAGMA 14