Searched refs:SQLITE_NOTFOUND (Results 1 – 3 of 3) sorted by relevance
462 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
16848 rc = SQLITE_NOTFOUND; in sqlite3_expert_config()18508 case SQLITE_NOTFOUND: zVal = "SQLITE_NOTFOUND"; break; in vfstrace_errcode_name()19376 if( pRoot==0 ) return SQLITE_NOTFOUND; in vfstrace_register()23235 (pFd->pMethods ? pFd->pMethods->xFileControl(pFd, op, pArg) : SQLITE_NOTFOUND) in recoverVfsFileControl()23587 rc = SQLITE_NOTFOUND; in sqlite3_recover_config()26342 rc = SQLITE_NOTFOUND; in bind_prepared_stmt()37334 : SQLITE_NOTFOUND; in fiddle_export_db()
783 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro27421 if( id->pMethods==0 ) return SQLITE_NOTFOUND; in sqlite3OsFileControl()39967 return SQLITE_NOTFOUND; in kvvfsFileControlJrnl()39980 return SQLITE_NOTFOUND; in kvvfsFileControlDb()40934 int rc = SQLITE_NOTFOUND; in unixSetSystemCall()44537 return SQLITE_NOTFOUND; in unixFileControl()49944 int rc = SQLITE_NOTFOUND; in winSetSystemCall()50049 sqlite3_log(SQLITE_NOTFOUND, "failed to HeapCompact, heap=%p", in sqlite3_win32_compact_heap()50051 rc = SQLITE_NOTFOUND; in sqlite3_win32_compact_heap()52570 return SQLITE_NOTFOUND;[all …]