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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h413 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
679 ** return [SQLITE_NOTFOUND] for file control opcodes that they do not
868 ** [SQLITE_FCNTL_PRAGMA] file control returns [SQLITE_NOTFOUND], then normal
873 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
H A Dsqlite3.c984 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
1250 ** return [SQLITE_NOTFOUND] for file control opcodes that they do not
1439 ** [SQLITE_FCNTL_PRAGMA] file control returns [SQLITE_NOTFOUND], then normal
1444 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
23570 ** system call pointer, or SQLITE_NOTFOUND if there is no configurable
23579 int rc = SQLITE_NOTFOUND;
26899 return SQLITE_NOTFOUND;
[all...]
/freebsd-10.2-release/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...]

Completed in 595 milliseconds