Lines Matching refs:SQLITE_NOTFOUND

1497 #define SQLITE_NOTFOUND    12   /* Unknown opcode in sqlite3_file_control() */
1801 ** return [SQLITE_NOTFOUND] for file control opcodes that they do not
2035 ** [SQLITE_FCNTL_PRAGMA] file control returns [SQLITE_NOTFOUND], then normal
2042 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
2114 ** VFS should return SQLITE_NOTFOUND for this opcode.
2118 ** the RBU extension only. All other VFS should return SQLITE_NOTFOUND for
2126 ** that do not support batch atomic writes will return SQLITE_NOTFOUND.
23373 if( id->pMethods==0 ) return SQLITE_NOTFOUND;
34430 ** system call pointer, or SQLITE_NOTFOUND if there is no configurable
34439 int rc = SQLITE_NOTFOUND;
37932 return SQLITE_NOTFOUND;
43271 ** system call pointer, or SQLITE_NOTFOUND if there is no configurable
43280 int rc = SQLITE_NOTFOUND;
43355 ** of SQLITE_NOMEM, SQLITE_ERROR, or SQLITE_NOTFOUND will be returned. The
43385 sqlite3_log(SQLITE_NOTFOUND, "failed to HeapCompact, heap=%p",
43387 rc = SQLITE_NOTFOUND;
45740 OSTRACE(("FCNTL file=%p, rc=SQLITE_NOTFOUND\n", pFile->h));
45741 return SQLITE_NOTFOUND;
48528 int rc = SQLITE_NOTFOUND;
54272 if( rc==SQLITE_NOTFOUND ) rc = SQLITE_OK;
56217 if( rc==SQLITE_NOTFOUND ){
58461 if( rc==SQLITE_NOTFOUND ) rc = SQLITE_OK;
76429 if( rc==SQLITE_NOTFOUND ) rc = SQLITE_OK;
128004 if( rc!=SQLITE_NOTFOUND ){
128471 }else if( rc!=SQLITE_NOTFOUND ){
150004 ** of this one, no estimate can be made. Return SQLITE_NOTFOUND. */
150006 return SQLITE_NOTFOUND;
150019 if( bOk==0 ) return SQLITE_NOTFOUND;
151004 if( rc==SQLITE_NOTFOUND ) rc = SQLITE_OK;
165572 case SQLITE_NOTFOUND: zName = "SQLITE_NOTFOUND"; break;
165643 /* SQLITE_NOTFOUND */ "unknown operation",
201814 if( rc!=SQLITE_NOTFOUND ) p->rc = rc;
201892 ** this call returns SQLITE_NOTFOUND, then the RBU vfs is not in use.
201898 if( p->rc==SQLITE_NOTFOUND ){
203754 if( rc==SQLITE_NOTFOUND ){
203762 }else if( rc==SQLITE_NOTFOUND ){
204250 rc = SQLITE_NOTFOUND;