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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h394 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
640 ** return [SQLITE_NOTFOUND] for file control opcodes that they do not
H A Dsqlite3.c944 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
1190 ** return [SQLITE_NOTFOUND] for file control opcodes that they do not
23399 return SQLITE_NOTFOUND;
25380 ** system call pointer, or SQLITE_NOTFOUND if there is no configurable
25389 int rc = SQLITE_NOTFOUND;
[all...]

Completed in 444 milliseconds