Lines Matching defs:SQLITE_NOTFOUND

772 #define SQLITE_NOTFOUND    12   /* Unknown opcode in sqlite3_file_control() */
1104 ** return [SQLITE_NOTFOUND] for file control opcodes that they do not
1337 ** [SQLITE_FCNTL_PRAGMA] file control returns [SQLITE_NOTFOUND], then normal
1344 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
1416 ** VFS should return SQLITE_NOTFOUND for this opcode.
1420 ** the RBU extension only. All other VFS should return SQLITE_NOTFOUND for
1428 ** that do not support batch atomic writes will return SQLITE_NOTFOUND.
7841 ** always return SQLITE_NOTFOUND.
10458 ** inteface returns SQLITE_NOTFOUND if the right-hand side of the J-th
10460 ** can return an result code other than SQLITE_OK or SQLITE_NOTFOUND if
10467 ** will probably return [SQLITE_NOTFOUND].
10471 ** constraints, sqlite3_vtab_rhs_value() always returns SQLITE_NOTFOUND.)^
26167 if( id->pMethods==0 ) return SQLITE_NOTFOUND;
38152 return SQLITE_NOTFOUND;
38165 return SQLITE_NOTFOUND;
38971 ** system call pointer, or SQLITE_NOTFOUND if there is no configurable
38980 int rc = SQLITE_NOTFOUND;
42483 return SQLITE_NOTFOUND;
47814 ** system call pointer, or SQLITE_NOTFOUND if there is no configurable
47823 int rc = SQLITE_NOTFOUND;
47898 ** of SQLITE_NOMEM, SQLITE_ERROR, or SQLITE_NOTFOUND will be returned. The
47928 sqlite3_log(SQLITE_NOTFOUND, "failed to HeapCompact, heap=%p",
47930 rc = SQLITE_NOTFOUND;
50290 OSTRACE(("FCNTL file=%p, rc=SQLITE_NOTFOUND\n", pFile->h));
50291 return SQLITE_NOTFOUND;
53331 int rc = SQLITE_NOTFOUND;
59257 if( rc==SQLITE_NOTFOUND ) rc = SQLITE_OK;
61233 if( rc==SQLITE_NOTFOUND ){
63484 if( rc==SQLITE_NOTFOUND ) rc = SQLITE_OK;
82742 if( rc==SQLITE_NOTFOUND ) rc = SQLITE_OK;
139211 if( rc!=SQLITE_NOTFOUND ){
139682 }else if( rc!=SQLITE_NOTFOUND ){
164279 ** of this one, no estimate can be made. Return SQLITE_NOTFOUND. */
164281 return SQLITE_NOTFOUND;
164294 if( bOk==0 ) return SQLITE_NOTFOUND;
165373 if( rc==SQLITE_NOTFOUND ) rc = SQLITE_OK;
166478 rc = SQLITE_NOTFOUND; /* IMP: R-36424-56542 */
181352 case SQLITE_NOTFOUND: zName = "SQLITE_NOTFOUND"; break;
181424 /* SQLITE_NOTFOUND */ "unknown operation",
184424 rc = SQLITE_NOTFOUND;
220964 if( rc!=SQLITE_NOTFOUND ) p->rc = rc;
221042 ** this call returns SQLITE_NOTFOUND, then the RBU vfs is not in use.
221048 if( p->rc==SQLITE_NOTFOUND ){
222985 if( rc==SQLITE_NOTFOUND ){
222993 }else if( rc==SQLITE_NOTFOUND ){
223491 rc = SQLITE_NOTFOUND;