Searched refs:SQLITE_NOTFOUND (Results 1 – 3 of 3) sorted by relevance
462 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
16810 rc = SQLITE_NOTFOUND; in sqlite3_expert_config()18470 case SQLITE_NOTFOUND: zVal = "SQLITE_NOTFOUND"; break; in vfstrace_errcode_name()19338 if( pRoot==0 ) return SQLITE_NOTFOUND; in vfstrace_register()23197 (pFd->pMethods ? pFd->pMethods->xFileControl(pFd, op, pArg) : SQLITE_NOTFOUND) in recoverVfsFileControl()23549 rc = SQLITE_NOTFOUND; in sqlite3_recover_config()26304 rc = SQLITE_NOTFOUND; in bind_prepared_stmt()37269 : SQLITE_NOTFOUND; in fiddle_export_db()
783 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro27391 if( id->pMethods==0 ) return SQLITE_NOTFOUND; in sqlite3OsFileControl()39937 return SQLITE_NOTFOUND; in kvvfsFileControlJrnl()39950 return SQLITE_NOTFOUND; in kvvfsFileControlDb()40904 int rc = SQLITE_NOTFOUND; in unixSetSystemCall()44507 return SQLITE_NOTFOUND; in unixFileControl()49916 int rc = SQLITE_NOTFOUND; in winSetSystemCall()50021 sqlite3_log(SQLITE_NOTFOUND, "failed to HeapCompact, heap=%p", in sqlite3_win32_compact_heap()50023 rc = SQLITE_NOTFOUND; in sqlite3_win32_compact_heap()52542 return SQLITE_NOTFOUND;[all …]