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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d333 SQLITE_FCNTL_PRAGMA = 14,
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h1010 ** <li>[[SQLITE_FCNTL_PRAGMA]]
1011 ** ^Whenever a [PRAGMA] statement is parsed, an [SQLITE_FCNTL_PRAGMA]
1014 ** to the [SQLITE_FCNTL_PRAGMA] file control is an array of
1018 ** [SQLITE_FCNTL_PRAGMA] file control can optionally make the first element
1022 ** [SQLITE_FCNTL_PRAGMA] file control returns [SQLITE_NOTFOUND], then normal
1023 ** [PRAGMA] processing continues. ^If the [SQLITE_FCNTL_PRAGMA]
1028 ** ^If the [SQLITE_FCNTL_PRAGMA] file control returns
1031 ** compilation of the PRAGMA fails with an error. ^The [SQLITE_FCNTL_PRAGMA]
1217 #define SQLITE_FCNTL_PRAGMA 14 macro
H A Dsqlite3.c1323 ** <li>[[SQLITE_FCNTL_PRAGMA]]
1324 ** ^Whenever a [PRAGMA] statement is parsed, an [SQLITE_FCNTL_PRAGMA]
1327 ** to the [SQLITE_FCNTL_PRAGMA] file control is an array of
1331 ** [SQLITE_FCNTL_PRAGMA] file control can optionally make the first element
1335 ** [SQLITE_FCNTL_PRAGMA] file control returns [SQLITE_NOTFOUND], then normal
1336 ** [PRAGMA] processing continues. ^If the [SQLITE_FCNTL_PRAGMA]
1341 ** ^If the [SQLITE_FCNTL_PRAGMA] file control returns
1344 ** compilation of the PRAGMA fails with an error. ^The [SQLITE_FCNTL_PRAGMA]
1530 #define SQLITE_FCNTL_PRAGMA 14 macro
[all...]

Completed in 530 milliseconds