| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_varint.c | 24 int sqlite3Fts5GetVarint32(const unsigned char *p, u32 *v){ in sqlite3Fts5GetVarint32() 25 u32 a,b; in sqlite3Fts5GetVarint32() local 102 u8 sqlite3Fts5GetVarint(const unsigned char *p, u64 *v){ in sqlite3Fts5GetVarint() 103 u32 a,b,s; in sqlite3Fts5GetVarint() local 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/misc/ |
| H A D | ieee754.c | 108 sqlite3_int64 m, a; in ieee754func() local 119 sqlite3_uint64 v = 0; in ieee754func() local 165 sqlite3_int64 m, e, a; in ieee754func() local 229 sqlite3_uint64 v = 0; in ieee754func_from_blob() local 247 sqlite3_uint64 v; in ieee754func_to_blob() local 248 unsigned char a[sizeof(r)]; in ieee754func_to_blob() local
|
| H A D | scrub.c | 262 static u32 scrubBackupInt32(const u8 *a){ in scrubBackupInt32() 263 u32 v = a[3]; in scrubBackupInt32() local 271 static u32 scrubBackupInt16(const u8 *a){ in scrubBackupInt16() 279 sqlite3_int64 v = 0; in scrubBackupVarint() local 306 u8 *a, *aBuf; in scrubBackupFreelist() local 348 u8 *a, *aBuf; in scrubBackupOverflow() local 375 u8 *a; in scrubBackupBtree() local 490 u8 *a, *pBuf; in scrubBackupPtrmap() local
|
| H A D | fossildelta.c | 74 u16 a, b; /* Hash values */ member 83 u16 a, b, i; in hash_init() local 122 u16 a, b, i; in hash_once() local 134 static void putInt(unsigned int v, char **pz){ in putInt() 169 unsigned int v = 0; in deltaGetInt() local 185 static int digit_count(int v){ in digit_count() 973 const char *a; in deltaparsevtabFilter() local
|
| 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 81 #define a qq[0] in SHA1Transform() macro 325 sqlite3_int64 v = sqlite3_column_int64(pStmt,i); in sha1QueryFunc() local
|
| H A D | shathree.c | 126 # define ROL64(a,x) ((a<<x)|(a>>(64-x))) in KeccakF1600Step() argument 647 sqlite3_int64 v = sqlite3_column_int64(pStmt,i); in sha3QueryFunc() local
|
| /sqlite-3.40.0/src/ |
| H A D | util.c | 325 unsigned char *a, *b; in sqlite3StrICmp() local 344 register unsigned char *a, *b; in sqlite3_strnicmp() local 639 void sqlite3Int64ToText(i64 v, char *zOut){ in sqlite3Int64ToText() 839 sqlite_int64 v = 0; in sqlite3GetInt32() local 910 u64 v = 0; in sqlite3GetUInt32() local 1005 u32 a,b,s; in sqlite3GetVarint() local 1166 u32 a,b; in sqlite3GetVarint32() local 1287 int sqlite3VarintLen(u64 v){ in sqlite3VarintLen() 1540 LogEst sqlite3LogEstAdd(LogEst a, LogEst b){ in sqlite3LogEstAdd() 1568 static LogEst a[] = { 0, 2, 3, 5, 6, 7, 8, 9 }; in sqlite3LogEst() local [all …]
|
| 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 382 # define VdbeCoverageEqNe(v) argument [all …]
|
| H A D | analyze.c | 188 Vdbe *v = sqlite3GetVdbe(pParse); in openStatTable() local 299 StatSample *a; /* Array of mxSample StatSample objects */ member 946 Vdbe *v, /* Prepared statement under construction */ in analyzeVdbeCommentIndexWithColumnName() 963 # define analyzeVdbeCommentIndexWithColumnName(a,b,c) argument 982 Vdbe *v; /* The virtual machine being built up */ in analyzeOneTable() local 1333 Vdbe *v = sqlite3GetVdbe(pParse); in loadAnalysis() local 1408 Vdbe *v; in sqlite3Analyze() local 1473 tRowcnt v; local
|
| H A D | select.c | 674 Vdbe *v = pParse->pVdbe; in makeSorterRecord() local 893 Vdbe *v = pParse->pVdbe; in codeDistinct() local 1099 Vdbe *v = pParse->pVdbe; in selectInnerLoop() local 1610 # define explainSetInteger(a, b) a = b argument 2010 Vdbe *v = pParse->pVdbe; in generateColumnTypes() local 2075 Vdbe *v = pParse->pVdbe; in sqlite3GenerateColumnNames() local 2292 struct ExprList_item *a; in sqlite3SelectAddColumnTypeAndCollation() local 2405 Vdbe *v = 0; in computeLimitRegisters() local 5295 struct ExprList_item *a; in convertCompoundSelectToSubquery() local 5877 struct ExprList_item *a = pEList->a; in selectExpander() local [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 2540 # define codeWithoutRowidPreupdate(a,b,c,d) argument 2654 Vdbe *v; in sqlite3OpenTableAndIndices() local [all …]
|
| H A D | tclsqlite.c | 984 sqlite_int64 v = sqlite3_value_int64(pIn); in tclSqlFunc() local 1058 Tcl_WideInt v; in tclSqlFunc() local 1461 Tcl_WideInt v; in dbPrepareAndBind() local 1763 sqlite_int64 v = sqlite3_column_int64(pStmt, iCol); in dbEvalColumnValue() local 1807 # define Tcl_NRAddCallback(a,b,c,d,e,f) (void)0 argument 1808 # define Tcl_NREvalObj(a,b,c) 0 argument 1809 # define Tcl_NRCreateCommand(a,b,c,d,e,f) (void)0 argument 2397 int v = 0; in DbObjCmd() local 2407 int v = 0; in DbObjCmd() local 3242 int v; in DbObjCmd() local [all …]
|
| H A D | vdbemem.c | 1541 # define valueFromFunction(a,b,c,d,e,f) SQLITE_OK argument 1759 Vdbe *v; in stat4ValueFromExpr() local 1888 u8 *a = (u8*)pRec; /* Typecast byte array */ in sqlite3Stat4Column() local 1939 sqlite3_value *v, /* Value to be set */ in sqlite3ValueSetStr() 1951 void sqlite3ValueFree(sqlite3_value *v){ in sqlite3ValueFree()
|
| H A D | window.c | 572 sqlite3_value **a /*NO_TEST*/ in noopStepFunc() 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 [all …]
|
| H A D | test1.c | 56 u64 v; in sqlite3TestTextToPtr() local 1263 int a[3], i; in sqlite3_mprintf_int() local 1354 int a[3], i; in sqlite3_mprintf_str() local 3583 Tcl_WideInt v; in test_int64array_addr() local 4189 int v; in test_carray_bind() local 4203 Tcl_WideInt v; in test_carray_bind() local 4217 double v; in test_carray_bind() local 5867 int v, *a; in test_pager_refcounts() local 6366 int a[2]; in file_control_win32_av_retry() local 8060 int *a; in test_bad_behavior() local [all …]
|
| H A D | test_func.c | 165 static void test_agg_errmsg16_step(sqlite3_context *a, int b,sqlite3_value **c){ in test_agg_errmsg16_step() 445 } v; in real2hex() local 738 static void tStep(sqlite3_context *a, int b, sqlite3_value **c){} in tStep() 739 static void tFinal(sqlite3_context *a){} in tFinal()
|
| H A D | whereInt.h | 185 WhereOrCost a[N_OR_COST]; /* Set of best costs */ member 351 WhereTerm *a; /* Each a[] describes a term of the WHERE cluase */ member 493 WhereLevel a[1]; /* Information about each nest loop in WHERE */ member 532 # define sqlite3WhereExplainOneScan(u,v,w,x) 0 argument 533 # define sqlite3WhereExplainBloomFilter(u,v,w) 0 argument 543 # define sqlite3WhereAddScanStatus(a, b, c, d) ((void)d) argument
|
| /sqlite-3.40.0/tool/ |
| H A D | showdb.c | 44 i64 v = 0; in decodeVarint() local 319 i64 i, x, v; in describeContent() local 583 i64 v; in decodeCell() local 642 unsigned char *a, /* Page content */ in decode_btree_page() 746 unsigned char *a; in decode_trunk_page() local 868 unsigned char *a; in page_usage_btree() local 950 unsigned char *a; in page_usage_freelist() local 976 static void page_usage_ptrmap(u8 *a){ in page_usage_ptrmap() 997 unsigned char *a; in page_usage_report() local 1058 unsigned char *a; in ptrmap_coverage_report() local [all …]
|
| H A D | showwal.c | 41 static unsigned int getInt32(const unsigned char *a){ in getInt32() 64 int a = 0; in extendCksum() local 96 i64 v = 0; in decodeVarint() local 287 unsigned char *a, /* Cell content */ in describeContent() 293 i64 i, x, v; in describeContent() local 385 unsigned char *a, /* Cell content */ in describeCell() 441 unsigned char *a, /* Content of the btree page to be decoded */ in decode_btree_page() 569 unsigned char *a; in main() local
|
| H A D | mksourceid.c | 112 # define ROL64(a,x) ((a<<x)|(a>>(64-x))) in KeccakF1600Step() argument 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 575 #define a qq[0] macro
|
| 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 97 #define a qq[0] macro 306 sqlite3_int64 v = sqlite3_column_int64(pStmt,i); in hash_one_query() local
|
| H A D | sqldiff.c | 821 u16 a, b; /* Hash values */ member 830 u16 a, b, i; in hash_init() local 863 static void putInt(unsigned int v, char **pz){ in putInt() 884 static int digit_count(int v){ in digit_count() 1519 static void putsVarint(FILE *out, sqlite3_uint64 v){ in putsVarint()
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_vtab.c | 140 u8 *a; /* Space to hold content, from sqlite3_malloc64() */ member 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/recover/ |
| H A D | sqlite3recover.c | 633 const unsigned char *a = &pBlob[iInt*4]; in recoverReadI32() local 2035 static u32 recoverGetU16(const u8 *a){ in recoverGetU16() 2043 static u32 recoverGetU32(const u8 *a){ in recoverGetU32() 2051 static int recoverGetVarint(const u8 *a, i64 *pVal){ in recoverGetVarint() 2069 static int recoverIsValidPage(u8 *aTmp, const u8 *a, int n){ in recoverIsValidPage() 2211 static void recoverPutU16(u8 *a, u32 v){ in recoverPutU16() 2219 static void recoverPutU32(u8 *a, u32 v){ in recoverPutU32() 2344 u8 *a = (u8*)aBuf; in recoverVfsRead() local
|
| H A D | dbdata.c | 307 static u32 get_uint16(unsigned char *a){ in get_uint16() 310 static u32 get_uint32(unsigned char *a){ in get_uint32() 449 sqlite3_uint64 v = (signed char)pData[0]; in dbdataValue() local
|