Searched refs:SQLITE_NOTFOUND (Results 1 – 5 of 5) sorted by relevance
52 case SQLITE_NOTFOUND: in _pysqlite_seterror()
457 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
767 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro24140 if( id->pMethods==0 ) return SQLITE_NOTFOUND;34911 int rc = SQLITE_NOTFOUND;38416 return SQLITE_NOTFOUND;43637 int rc = SQLITE_NOTFOUND;43742 sqlite3_log(SQLITE_NOTFOUND, "failed to HeapCompact, heap=%p",43744 rc = SQLITE_NOTFOUND;46098 return SQLITE_NOTFOUND;49045 int rc = SQLITE_NOTFOUND;54909 if( rc==SQLITE_NOTFOUND ) rc = SQLITE_OK;[all …]
11121 rc = SQLITE_NOTFOUND; in sqlite3_expert_config()
91257 +** always return SQLITE_NOTFOUND.91586 +** inteface returns SQLITE_NOTFOUND if the right-hand side of the J-th91588 +** can return an result code other than SQLITE_OK or SQLITE_NOTFOUND if91595 +** will probably return [SQLITE_NOTFOUND].91599 +** constraints, sqlite3_vtab_rhs_value() always returns SQLITE_NOTFOUND.)^108045 + rc = SQLITE_NOTFOUND; /* IMP: R-36424-56542 */116090 +** always return SQLITE_NOTFOUND.116419 +** inteface returns SQLITE_NOTFOUND if the right-hand side of the J-th116421 +** can return an result code other than SQLITE_OK or SQLITE_NOTFOUND if116428 +** will probably return [SQLITE_NOTFOUND].[all …]