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

/macosx-10.9.5/Heimdal-323.92.1/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 487 milliseconds