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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h394 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
635 ** return [SQLITE_NOTFOUND] for file control opcodes that they do not
H A Dsqlite3.c947 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
1188 ** return [SQLITE_NOTFOUND] for file control opcodes that they do not
23025 return SQLITE_NOTFOUND;
24995 ** system call pointer, or SQLITE_NOTFOUND if there is no configurable
25004 int rc = SQLITE_NOTFOUND;
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h434 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
738 ** return [SQLITE_NOTFOUND] for file control opcodes that they do not
972 ** [SQLITE_FCNTL_PRAGMA] file control returns [SQLITE_NOTFOUND], then normal
979 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
1051 ** VFS should return SQLITE_NOTFOUND for this opcode.
1055 ** the RBU extension only. All other VFS should return SQLITE_NOTFOUND for
1063 ** that do not support batch atomic writes will return SQLITE_NOTFOUND.
H A Dsqlite3.c1497 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
1801 ** return [SQLITE_NOTFOUND] for file control opcodes that they do not
2035 ** [SQLITE_FCNTL_PRAGMA] file control returns [SQLITE_NOTFOUND], then normal
2042 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
2114 ** VFS should return SQLITE_NOTFOUND for this opcode.
2118 ** the RBU extension only. All other VFS should return SQLITE_NOTFOUND for
2126 ** that do not support batch atomic writes will return SQLITE_NOTFOUND.
23373 if( id->pMethods==0 ) return SQLITE_NOTFOUND;
[all...]
H A Dshell.c10190 rc = SQLITE_NOTFOUND;

Completed in 1245 milliseconds