Searched refs:SQLITE_NOTFOUND (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/lib/lua/sqlite/
H A Dsqlite.c378 { "NOTFOUND", SQLITE_NOTFOUND },
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d125 SQLITE_NOTFOUND = 12, /** Unknown opcode in sqlite3_file_control() */
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h457 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
789 ** return [SQLITE_NOTFOUND] for file control opcodes that they do not
1022 ** [SQLITE_FCNTL_PRAGMA] file control returns [SQLITE_NOTFOUND], then normal
1029 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
1101 ** VFS should return SQLITE_NOTFOUND for this opcode.
1105 ** the RBU extension only. All other VFS should return SQLITE_NOTFOUND for
1113 ** that do not support batch atomic writes will return SQLITE_NOTFOUND.
7503 ** always return SQLITE_NOTFOUND.
10099 ** inteface returns SQLITE_NOTFOUND if the right-hand side of the J-th
10101 ** can return an result code other than SQLITE_OK or SQLITE_NOTFOUND i
[all...]
H A Dshell.c13832 rc = SQLITE_NOTFOUND;
17681 (pFd->pMethods ? pFd->pMethods->xFileControl(pFd, op, pArg) : SQLITE_NOTFOUND)
18017 rc = SQLITE_NOTFOUND;
20360 rc = SQLITE_NOTFOUND;
29585 ** SQLITE_NOTFOUND if no db is open, or propagates any other non-0
29599 : SQLITE_NOTFOUND;
H A Dsqlite3.c770 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
1102 ** return [SQLITE_NOTFOUND] for file control opcodes that they do not
1335 ** [SQLITE_FCNTL_PRAGMA] file control returns [SQLITE_NOTFOUND], then normal
1342 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
1414 ** VFS should return SQLITE_NOTFOUND for this opcode.
1418 ** the RBU extension only. All other VFS should return SQLITE_NOTFOUND for
1426 ** that do not support batch atomic writes will return SQLITE_NOTFOUND.
7816 ** always return SQLITE_NOTFOUND.
10412 ** inteface returns SQLITE_NOTFOUND if the right-hand side of the J-th
10414 ** can return an result code other than SQLITE_OK or SQLITE_NOTFOUND i
[all...]

Completed in 905 milliseconds