Searched refs:SQLITE_NOTFOUND (Results 1 – 3 of 3) sorted by relevance
459 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
14835 rc = SQLITE_NOTFOUND; in sqlite3_expert_config()16493 case SQLITE_NOTFOUND: zVal = "SQLITE_NOTFOUND"; break; in vfstrace_errcode_name()17361 if( pRoot==0 ) return SQLITE_NOTFOUND; in vfstrace_register()21196 (pFd->pMethods ? pFd->pMethods->xFileControl(pFd, op, pArg) : SQLITE_NOTFOUND) in recoverVfsFileControl()21548 rc = SQLITE_NOTFOUND; in sqlite3_recover_config()24072 rc = SQLITE_NOTFOUND; in bind_prepared_stmt()33981 : SQLITE_NOTFOUND;
778 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro26666 if( id->pMethods==0 ) return SQLITE_NOTFOUND; in sqlite3OsFileControl()38637 return SQLITE_NOTFOUND; in kvvfsFileControlJrnl()38650 return SQLITE_NOTFOUND; in kvvfsFileControlDb()39466 int rc = SQLITE_NOTFOUND; in unixSetSystemCall()42962 return SQLITE_NOTFOUND; in unixFileControl()48411 int rc = SQLITE_NOTFOUND; in winSetSystemCall()48516 sqlite3_log(SQLITE_NOTFOUND, "failed to HeapCompact, heap=%p", in sqlite3_win32_compact_heap()48518 rc = SQLITE_NOTFOUND; in sqlite3_win32_compact_heap()51088 return SQLITE_NOTFOUND;[all …]