| /sqlite-3.40.0/src/ |
| H A D | vdbe.h | 364 # define VdbeCoverageAlwaysTaken(v) \ argument 366 # define VdbeCoverageNeverTaken(v) \ argument 368 # define VdbeCoverageNeverNull(v) \ argument 372 # define VdbeCoverageEqNe(v) \ argument 376 # define VdbeCoverage(v) argument 377 # define VdbeCoverageIf(v,x) argument 378 # define VdbeCoverageAlwaysTaken(v) argument 379 # define VdbeCoverageNeverTaken(v) argument 380 # define VdbeCoverageNeverNull(v) argument 381 # define VdbeCoverageNeverNullIf(v,x) argument [all …]
|
| H A D | insert.c | 33 Vdbe *v; in sqlite3OpenTable() local 175 void sqlite3TableAffinity(Vdbe *v, Table *pTab, int iReg){ in sqlite3TableAffinity() 226 Vdbe *v = sqlite3GetVdbe(p); in readsTable() local 458 Vdbe *v = pParse->pVdbe; /* VDBE under construction */ in sqlite3AutoincrementBegin() local 529 Vdbe *v = pParse->pVdbe; in autoIncrementEnd() local 1681 Vdbe *v; /* VDBE under constrution */ in sqlite3GenerateConstraintChecks() local 2502 void sqlite3SetMakeRecordP5(Vdbe *v, Table *pTab){ in sqlite3SetMakeRecordP5() 2530 Vdbe *v = pParse->pVdbe; in codeWithoutRowidPreupdate() local 2563 Vdbe *v; /* Prepared statements under construction */ in sqlite3CompleteInsertion() local 2654 Vdbe *v; in sqlite3OpenTableAndIndices() local [all …]
|
| H A D | util.c | 639 void sqlite3Int64ToText(i64 v, char *zOut){ in sqlite3Int64ToText() 839 sqlite_int64 v = 0; in sqlite3GetInt32() local 910 u64 v = 0; in sqlite3GetUInt32() local 950 static int SQLITE_NOINLINE putVarint64(unsigned char *p, u64 v){ in putVarint64() 974 int sqlite3PutVarint(unsigned char *p, u64 v){ in sqlite3PutVarint() 1004 u8 sqlite3GetVarint(const unsigned char *p, u64 *v){ in sqlite3GetVarint() 1165 u8 sqlite3GetVarint32(const unsigned char *p, u32 *v){ in sqlite3GetVarint32() 1287 int sqlite3VarintLen(u64 v){ in sqlite3VarintLen() 1315 void sqlite3Put4byte(unsigned char *p, u32 v){ in sqlite3Put4byte()
|
| H A D | wherecode.c | 133 Vdbe *v = pParse->pVdbe; /* VM being constructed */ in sqlite3WhereExplainOneScan() local 243 Vdbe *v = pParse->pVdbe; /* VM being constructed */ in sqlite3WhereExplainBloomFilter() local 288 Vdbe *v, /* Vdbe to add scanstatus entry to */ in sqlite3WhereAddScanStatus() 388 Vdbe *v = pParse->pVdbe; in codeApplyAffinity() local 568 Vdbe *v = pParse->pVdbe; in codeEqualityTerm() local 771 Vdbe *v = pParse->pVdbe; /* The vm under construction */ in codeAllEqualityTerms() local 1026 Vdbe *v = pParse->pVdbe; in codeCursorHint() local 1155 Vdbe *v = pParse->pVdbe; /* Vdbe to generate code within */ in codeDeferredSeek() local 1197 Vdbe *v = pParse->pVdbe; in codeExprOrVector() local 1318 Vdbe *v, /* Prepared statement under construction */ in sqlite3WhereCodeOneLoopStart() [all …]
|
| H A D | delete.c | 50 void sqlite3CodeChangeCount(Vdbe *v, int regCounter, const char *zColName){ in sqlite3CodeChangeCount() 284 Vdbe *v; /* The virtual database engine */ in sqlite3DeleteFrom() local 746 Vdbe *v = pParse->pVdbe; /* Vdbe */ in sqlite3GenerateRowDelete() local 898 Vdbe *v; /* The prepared statement under construction */ in sqlite3GenerateRowIndexDelete() local 960 Vdbe *v = pParse->pVdbe; in sqlite3GenerateIndexKey() local
|
| H A D | vdbeaux.c | 164 static int growOpArray(Vdbe *v, int nOp){ in growOpArray() 370 Vdbe *v = pParse->pVdbe; in sqlite3VdbeAddFunctionCall() local 450 Vdbe *v; in sqlite3VdbeExplain() local 642 Vdbe *v = p->v; in opIterNext() local 1474 Vdbe *v = pParse->pVdbe; in sqlite3VdbeSetP4KeyInfo() local 2652 Vdbe *v = pFrame->v; in sqlite3VdbeFrameRestore() local 3391 static void vdbeInvokeSqllog(Vdbe *v){ in vdbeInvokeSqllog() 4765 i64 v; in vdbeRecordCompareInt() local 4981 Mem m, v; in sqlite3VdbeIdxRowid() local 5131 sqlite3 *sqlite3VdbeDb(Vdbe *v){ in sqlite3VdbeDb() [all …]
|
| H A D | wal.h | 31 # define sqlite3WalClose(v,w,x,y,z) 0 argument 40 # define sqlite3WalFrames(u,v,w,x,y,z) 0 argument 41 # define sqlite3WalCheckpoint(q,r,s,t,u,v,w,x,y,z) 0 argument
|
| H A D | window.c | 1392 Vdbe *v = sqlite3GetVdbe(pParse); in sqlite3WindowCodeInit() local 1484 Vdbe *v = sqlite3GetVdbe(pParse); in windowCheckValue() local 1659 Vdbe *v = sqlite3GetVdbe(pParse); in windowAggStep() local 1771 Vdbe *v = sqlite3GetVdbe(pParse); in windowAggFinal() local 1811 Vdbe *v = p->pVdbe; in windowFullScan() local 1915 Vdbe *v = p->pVdbe; in windowReturnOneRow() local 1991 Vdbe *v = sqlite3GetVdbe(pParse); in windowInitAccum() local 2055 Vdbe *v = sqlite3GetVdbe(pParse); in windowIfNewPeer() local 2103 Vdbe *v = sqlite3GetVdbe(pParse); in windowCodeRangeTest() local 2236 Vdbe *v = p->pVdbe; in windowCodeOp() local [all …]
|
| H A D | vdbeblob.c | 57 Vdbe *v = (Vdbe *)p->pStmt; in blobSeekToRow() local 275 Vdbe *v = (Vdbe *)pBlob->pStmt; in sqlite3_blob_open() local 387 Vdbe *v; in blobReadWrite() local
|
| H A D | build.c | 142 Vdbe *v; in sqlite3FinishCoding() local 1223 Vdbe *v; in sqlite3StartTable() local 2045 Vdbe *v = pParse->pVdbe; in sqlite3ChangeCookie() local 2775 Vdbe *v; in sqlite3EndTable() local 3351 Vdbe *v; in sqlite3CodeDropTable() local 3460 Vdbe *v; in sqlite3DropTable() local 4386 Vdbe *v; in sqlite3CreateIndex() local 4559 Vdbe *v; in sqlite3DropIndex() local 5113 Vdbe *v; in sqlite3BeginTransaction() local 5148 Vdbe *v; in sqlite3EndTransaction() local [all …]
|
| H A D | expr.c | 621 Vdbe *v = pParse->pVdbe; in codeVectorCompare() local 2100 u32 v; in sqlite3ExprIdToTrueFalse() local 2467 int v = 0; in sqlite3ExprIsInteger() local 3259 Vdbe *v = pParse->pVdbe; in sqlite3CodeSubselect() local 3692 Vdbe *v = pParse->pVdbe; in codeInteger() local 3761 Vdbe *v = pParse->pVdbe; in sqlite3ExprCodeGeneratedColumn() local 3932 Vdbe *v = pParse->pVdbe; in exprCodeInlineFunction() local 4051 Vdbe *v; in sqlite3IndexedExprLookup() local 5055 Vdbe *v = pParse->pVdbe; in sqlite3ExprCodeExprList() local 5193 Vdbe *v = pParse->pVdbe; in sqlite3ExprIfTrue() local [all …]
|
| H A D | trigger.c | 351 Vdbe *v; in sqlite3FinishTrigger() local 668 Vdbe *v; in sqlite3DropTriggerPtr() local 960 Vdbe *v = pParse->pVdbe; in codeReturningTrigger() local 1036 Vdbe *v = pParse->pVdbe; in codeTriggerProgram() local 1160 Vdbe *v; /* Temporary VM */ in codeRowTrigger() local 1307 Vdbe *v = sqlite3GetVdbe(pParse); /* Main VM */ in sqlite3CodeRowTriggerDirect() local
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fulltext.c | 44 static int putVarint(char *p, sqlite_int64 v){ in putVarint() 59 static int getVarint(const char *p, sqlite_int64 *v){ in getVarint() 656 static int sql_single_step_statement(fulltext_vtab *v, in sql_single_step_statement() 802 static int term_update(fulltext_vtab *v, sqlite_int64 rowid, in term_update() 818 static int term_delete(fulltext_vtab *v, sqlite_int64 rowid){ in term_delete() 829 static void fulltext_vtab_destroy(fulltext_vtab *v){ in fulltext_vtab_destroy() 864 fulltext_vtab *v; in fulltextConnect() local 981 fulltext_vtab *v = (fulltext_vtab *)pVTab; in fulltextDestroy() local 1243 fulltext_vtab *v = cursor_vtab(c); in fulltextFilter() local 1386 static int index_insert(fulltext_vtab *v, in index_insert() [all …]
|
| H A D | fts1.c | 114 static int putVarint(char *p, sqlite_int64 v){ in putVarint() 129 static int getVarint(const char *p, sqlite_int64 *v){ in getVarint() 1504 static void fulltext_vtab_destroy(fulltext_vtab *v){ in fulltext_vtab_destroy() 1944 fulltext_vtab *v = 0; in constructVtab() local 2128 fulltext_vtab *v = (fulltext_vtab *)pVTab; in fulltextDestroy() local 2588 fulltext_vtab *v, /* The full text index */ in docListOfTerm() 2729 fulltext_vtab *v, /* The fulltext index */ in parseQuery() 2776 fulltext_vtab *v, /* The full text index */ in fulltextQuery() 2883 fulltext_vtab *v = cursor_vtab(c); in fulltextFilter() local 2942 fulltext_vtab *v = cursor_vtab(c); in fulltextColumn() local [all …]
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_varint.c | 24 int sqlite3Fts5GetVarint32(const unsigned char *p, u32 *v){ in sqlite3Fts5GetVarint32() 102 u8 sqlite3Fts5GetVarint(const unsigned char *p, u64 *v){ in sqlite3Fts5GetVarint() 296 static int FTS5_NOINLINE fts5PutVarint64(unsigned char *p, u64 v){ in fts5PutVarint64() 321 int sqlite3Fts5PutVarint(unsigned char *p, u64 v){ in sqlite3Fts5PutVarint()
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2.c | 409 static int putVarint(char *p, sqlite_int64 v){ in putVarint() 2115 static int content_exists(fulltext_vtab *v){ in content_exists() 2157 static int block_delete(fulltext_vtab *v, in block_delete() 2813 fulltext_vtab *v = 0; in constructVtab() local 2989 fulltext_vtab *v = (fulltext_vtab *)pVTab; in fulltextDestroy() local 3776 fulltext_vtab *v = cursor_vtab(c); in fulltextFilter() local 3862 fulltext_vtab *v = cursor_vtab(c); in fulltextColumn() local 5568 fulltext_vtab *v, in loadAndGetChildrenContaining() 6201 fulltext_vtab *v; in optimizeFunc() local 6411 fulltext_vtab *v; in dumpTermsFunc() local [all …]
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | sha1.c | 58 #define Rl0(v,w,x,y,z,i) \ argument 60 #define Rb0(v,w,x,y,z,i) \ argument 62 #define R1(v,w,x,y,z,i) \ argument 64 #define R2(v,w,x,y,z,i) \ argument 66 #define R3(v,w,x,y,z,i) \ argument 68 #define R4(v,w,x,y,z,i) \ argument 325 sqlite3_int64 v = sqlite3_column_int64(pStmt,i); in sha1QueryFunc() local
|
| H A D | ieee754.c | 119 sqlite3_uint64 v = 0; in ieee754func() local 229 sqlite3_uint64 v = 0; in ieee754func_from_blob() local 247 sqlite3_uint64 v; in ieee754func_to_blob() local
|
| /sqlite-3.40.0/tool/ |
| H A D | dbhash.c | 81 #define Rl0(v,w,x,y,z,i) \ argument 83 #define Rb0(v,w,x,y,z,i) \ argument 85 #define R1(v,w,x,y,z,i) \ argument 87 #define R2(v,w,x,y,z,i) \ argument 89 #define R3(v,w,x,y,z,i) \ argument 91 #define R4(v,w,x,y,z,i) \ argument 306 sqlite3_int64 v = sqlite3_column_int64(pStmt,i); in hash_one_query() local
|
| H A D | mksourceid.c | 559 #define Rl0(v,w,x,y,z,i) \ argument 561 #define Rb0(v,w,x,y,z,i) \ argument 563 #define R1(v,w,x,y,z,i) \ argument 565 #define R2(v,w,x,y,z,i) \ argument 567 #define R3(v,w,x,y,z,i) \ argument 569 #define R4(v,w,x,y,z,i) \ argument
|
| H A D | showstat4.c | 22 i64 v = 0; in decodeVarint() local 90 i64 v; in main() local
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_vtab.c | 568 static int lsm1PutSignedVarint64(u8 *z, sqlite3_int64 v){ in lsm1PutSignedVarint64() 604 sqlite3_uint64 v; in lsm1DecodeValues() local 684 sqlite3_int64 v; in lsm1Column() local 690 double v; in lsm1Column() local 731 sqlite3_int64 v = sqlite3_value_int64(pValue); in lsm1KeyFromValue() local 774 sqlite3_int64 v = sqlite3_value_int64(argv[1]); in lsm1Filter() local 971 sqlite3_int64 v = sqlite3_value_int64(pArg); in lsm1Update() local
|
| /sqlite-3.40.0/ext/wasm/jaccwabyt/ |
| H A D | jaccwabyt.js | 299 const rop = (v)=>{return {configurable: false, writable: false, argument 457 const __addOnDispose = function(obj, v){ argument 559 const isNumericValue = (v)=>Number.isFinite(v) || (v instanceof (BigInt || Number)); argument 575 a.forEach(function(v){ argument 713 resolveToInstance: rop(function(v, throwIfNot=false){ argument
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-api-prologue.js | 310 const isTypedArray = (v)=>{ argument 345 const isBindableTypedArray = (v)=>{ argument 358 const isSQLableTypedArray = (v)=>{ argument 364 const affirmBindableTypedArray = (v)=>{ argument 389 const flexibleString = function(v){ argument
|
| /sqlite-3.40.0/test/ |
| H A D | vt02.c | 366 sqlite3_int64 v = sqlite3_value_int64(argv[iArg++]); in vt02Filter() local 379 sqlite3_int64 v; in vt02Filter() local 438 int v = pCur->i; in vt02Column() local 810 int v = 1000; in vt02BestIndex() local
|