Home | History | Annotate | Download | only in orig

Lines Matching refs:SQLITE_NOTFOUND

944 #define SQLITE_NOTFOUND    12   /* Unknown opcode in sqlite3_file_control() */
1191 ** return [SQLITE_NOTFOUND] for file control opcodes that they do not
1377 ** [SQLITE_FCNTL_PRAGMA] file control returns [SQLITE_NOTFOUND], then normal
1382 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
23460 return SQLITE_NOTFOUND;
25448 ** system call pointer, or SQLITE_NOTFOUND if there is no configurable
25457 int rc = SQLITE_NOTFOUND;
28623 return SQLITE_NOTFOUND;
32734 ** system call pointer, or SQLITE_NOTFOUND if there is no configurable
32743 int rc = SQLITE_NOTFOUND;
34315 return SQLITE_NOTFOUND;
44115 if( rc==SQLITE_NOTFOUND ){
58316 if( rc==SQLITE_NOTFOUND ) rc = SQLITE_OK;
92433 }else if( rc!=SQLITE_NOTFOUND ){
105321 if( pRhs==0 ) return SQLITE_NOTFOUND;
113343 /* SQLITE_NOTFOUND */ "unknown operation",
115161 rc = SQLITE_NOTFOUND;