Home
last modified time | relevance | path

Searched refs:ops (Results 1 – 7 of 7) sorted by relevance

/sqlite-3.40.0/test/
H A Dtkt2767.test37 -- into no-ops.
56 # the deletes should be no-ops so the table should remain unchanged.
68 # the updates should be no-ops so the table should remain unchanged.
H A Dmutex1.test42 # mutex (sqlite3Config.pInitMutex) twice. Subsequent calls are no-ops
H A De_wal.test99 # no-ops.
H A De_vacuum.test119 # e_vacuum-1.2.1 - Perform many INSERT, UPDATE and DELETE ops on table t1.
H A Dvtab1.test878 # PRAGMA index_info and index_xinfo are no-ops on a virtual table
/sqlite-3.40.0/src/
H A Dwhereexpr.c1231 static const u8 ops[] = {TK_GE, TK_LE}; in exprAnalyze() local
1239 pNewExpr = sqlite3PExpr(pParse, ops[i], in exprAnalyze()
H A Dsqlite.h.in1369 ** also be no-ops, and any attempt to read the journal would return
1573 ** are harmless no-ops.)^
1578 ** All other valid calls to sqlite3_shutdown() are harmless no-ops.)^
2016 ** They are retained for backwards compatibility but are now no-ops.
7803 ** behave as no-ops.
7866 ** xMutexInit() must be no-ops.