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

/external/sqlite/dist/orig/
H A Dsqlite3.h883 ** <li>[[SQLITE_FCNTL_PRAGMA]]
884 ** ^Whenever a [PRAGMA] statement is parsed, an [SQLITE_FCNTL_PRAGMA]
887 ** to the [SQLITE_FCNTL_PRAGMA] file control is an array of
891 ** [SQLITE_FCNTL_PRAGMA] file control can optionally make the first element
895 ** [SQLITE_FCNTL_PRAGMA] file control returns [SQLITE_NOTFOUND], then normal
896 ** [PRAGMA] processing continues. ^If the [SQLITE_FCNTL_PRAGMA]
901 ** ^If the [SQLITE_FCNTL_PRAGMA] file control returns
904 ** compilation of the PRAGMA fails with an error. ^The [SQLITE_FCNTL_PRAGMA]
981 #define SQLITE_FCNTL_PRAGMA 14 macro
H A Dsqlite3.c1090 ** <li>[[SQLITE_FCNTL_PRAGMA]]
1091 ** ^Whenever a [PRAGMA] statement is parsed, an [SQLITE_FCNTL_PRAGMA]
1094 ** to the [SQLITE_FCNTL_PRAGMA] file control is an array of
1098 ** [SQLITE_FCNTL_PRAGMA] file control can optionally make the first element
1102 ** [SQLITE_FCNTL_PRAGMA] file control returns [SQLITE_NOTFOUND], then normal
1103 ** [PRAGMA] processing continues. ^If the [SQLITE_FCNTL_PRAGMA]
1108 ** ^If the [SQLITE_FCNTL_PRAGMA] file control returns
1111 ** compilation of the PRAGMA fails with an error. ^The [SQLITE_FCNTL_PRAGMA]
1188 #define SQLITE_FCNTL_PRAGMA 14 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.h883 ** <li>[[SQLITE_FCNTL_PRAGMA]]
884 ** ^Whenever a [PRAGMA] statement is parsed, an [SQLITE_FCNTL_PRAGMA]
887 ** to the [SQLITE_FCNTL_PRAGMA] file control is an array of
891 ** [SQLITE_FCNTL_PRAGMA] file control can optionally make the first element
895 ** [SQLITE_FCNTL_PRAGMA] file control returns [SQLITE_NOTFOUND], then normal
896 ** [PRAGMA] processing continues. ^If the [SQLITE_FCNTL_PRAGMA]
901 ** ^If the [SQLITE_FCNTL_PRAGMA] file control returns
904 ** compilation of the PRAGMA fails with an error. ^The [SQLITE_FCNTL_PRAGMA]
981 #define SQLITE_FCNTL_PRAGMA 14 macro
H A Dsqlite3.c1090 ** <li>[[SQLITE_FCNTL_PRAGMA]]
1091 ** ^Whenever a [PRAGMA] statement is parsed, an [SQLITE_FCNTL_PRAGMA]
1094 ** to the [SQLITE_FCNTL_PRAGMA] file control is an array of
1098 ** [SQLITE_FCNTL_PRAGMA] file control can optionally make the first element
1102 ** [SQLITE_FCNTL_PRAGMA] file control returns [SQLITE_NOTFOUND], then normal
1103 ** [PRAGMA] processing continues. ^If the [SQLITE_FCNTL_PRAGMA]
1108 ** ^If the [SQLITE_FCNTL_PRAGMA] file control returns
1111 ** compilation of the PRAGMA fails with an error. ^The [SQLITE_FCNTL_PRAGMA]
1188 #define SQLITE_FCNTL_PRAGMA 14 macro
[all...]

Completed in 356 milliseconds