| /sqlite-3.40.0/src/ |
| H A D | wal.h | 29 # define sqlite3WalOpen(x,y,z) 0 argument 30 # define sqlite3WalLimit(x,y) argument 31 # define sqlite3WalClose(v,w,x,y,z) 0 argument 33 # define sqlite3WalEndReadTransaction(z) argument 36 # define sqlite3WalEndWriteTransaction(x) 0 argument 37 # define sqlite3WalUndo(x,y,z) 0 argument 38 # define sqlite3WalSavepoint(y,z) 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 46 # define sqlite3WalFindFrame(x,y,z) 0 argument [all …]
|
| H A D | util.c | 57 int sqlite3IsNaN(double x){ in sqlite3IsNaN() 169 char *z; in sqlite3ErrorWithMsg() local 244 void sqlite3Dequote(char *z){ in sqlite3Dequote() 326 int c, x; in sqlite3StrICmp() local 641 u64 x; in sqlite3Int64ToText() local 898 int x = 0; in sqlite3Atoi() local 1299 u32 x; in sqlite3Get4byte() local 1497 int sqlite3AbsInt32(int x){ in sqlite3AbsInt32() 1541 static const unsigned char x[] = { in sqlite3LogEstAdd() local 1567 LogEst sqlite3LogEst(u64 x){ in sqlite3LogEst() [all …]
|
| H A D | test_md5.c | 80 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument 81 #define F2(x, y, z) F1(z, x, y) argument 82 #define F3(x, y, z) (x ^ y ^ z) argument 83 #define F4(x, y, z) (y ^ (x | ~z)) argument 86 #define MD5STEP(f, w, x, y, z, data, s) \ argument 304 unsigned int x; in MD5DigestToBase10x8() local
|
| H A D | json.c | 550 const char *z; in jsonReturn() local 580 const char *z; in jsonReturn() local 769 int x; in jsonParseValue() local 1190 unsigned int x = 0; in jsonLookupStep() local 1739 const char *z; in jsonObjectFunc() local 2023 char *z; in jsonGroupInverse() local 2069 const char *z; in jsonObjectStep() local 2286 const char *z; in jsonAppendObjectPathElement() local 2387 JsonString x; in jsonEachColumn() local 2408 JsonString x; in jsonEachColumn() local [all …]
|
| H A D | pager.h | 53 #define PAGER_SJ_PGNO_COMPUTED(x) ((Pgno)((PENDING_BYTE/((x)->pageSize))+1)) argument 54 #define PAGER_SJ_PGNO(x) ((x)->lckPgno) argument 193 # define sqlite3PagerWalWriteLock(y,z) SQLITE_OK argument 194 # define sqlite3PagerWalDb(x,y) argument
|
| H A D | func.c | 280 PrintfArguments x; in printfFunc() local 316 const unsigned char *z; in substrFunc() local 448 char *z; in contextMalloc() local 1165 unsigned char *z, *zOut; in charFunc() local 1173 sqlite3_int64 x; in charFunc() local 1208 char *zHex, *z; in hexFunc() local 1376 const unsigned char *z; in trimFunc() local 2084 double x, b, ans; in logFunc() local 2144 double (*x)(double); in math1Func() local 2166 double (*x)(double,double); in math2Func() local [all …]
|
| H A D | test_rtree.c | 126 double x = (i&0x01) ? xmax : xmin; in circle_geom() local 208 const char *z = (const char*)sqlite3_value_text(p->apSqlParam[0]); in circle_query_func() local 262 double x = (i&0x01) ? xmax : xmin; in circle_query_func() local 368 double x; member 370 double z; member
|
| /sqlite-3.40.0/tool/ |
| H A D | dbhash.c | 66 #define rol(x,k) SHA_ROT(x,k,32-(k)) argument 67 #define ror(x,k) SHA_ROT(x,32-(k),k) argument 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 305 unsigned char x[8]; in hash_one_query() local 322 unsigned char x[8]; in hash_one_query() local [all …]
|
| H A D | logest.c | 43 static const unsigned char x[] = { in logEstAdd() local 59 LogEst logEstFromInteger(sqlite3_uint64 x){ in logEstFromInteger() 71 static sqlite3_uint64 logEstToInt(LogEst x){ in logEstToInt() 82 static LogEst logEstFromDouble(double x){ in logEstFromDouble() 96 int isInteger(const char *z){ in isInteger() 101 int isFloat(const char *z){ in isFloat() 128 const char *z = argv[i]; in main() local 168 sqlite3_uint64 x = logEstToInt(a[i]+100)*100/1024; in main() local
|
| H A D | mksourceid.c | 112 # define ROL64(a,x) ((a<<x)|(a>>(64-x))) in KeccakF1600Step() argument 544 #define rol(x,k) SHA_ROT(x,k,32-(k)) argument 545 #define ror(x,k) SHA_ROT(x,32-(k),k) 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 747 static char *nextToken(char *z){ in nextToken() [all …]
|
| H A D | showstat4.c | 21 static int decodeVarint(const unsigned char *z, i64 *pVal){ in decodeVarint() 39 int rc, j, x, y, mxHdr; in main() local 121 char *z; in main() local
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | sha1.c | 43 #define rol(x,k) SHA_ROT(x,k,32-(k)) argument 44 #define ror(x,k) SHA_ROT(x,32-(k),k) argument 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 282 const char *z; in sha1QueryFunc() local 324 unsigned char x[9]; in sha1QueryFunc() local [all …]
|
| H A D | zorder.c | 38 sqlite3_int64 z, x[63]; in zorderFunc() local 71 sqlite3_int64 z, n, i, x; in unzorderFunc() local
|
| H A D | normalize.c | 216 #define sqlite3Toupper(x) ((x)&~(sqlite3CtypeMap[(unsigned char)(x)]&0x20)) argument 217 #define sqlite3Isspace(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x01) argument 218 #define sqlite3Isalnum(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x06) argument 219 #define sqlite3Isalpha(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x02) argument 220 #define sqlite3Isdigit(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x04) argument 221 #define sqlite3Isxdigit(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x08) argument 222 #define sqlite3Tolower(x) (sqlite3UpperToLower[(unsigned char)(x)]) argument 223 #define sqlite3Isquote(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x80) argument 300 static int sqlite3GetToken(const unsigned char *z, int *tokenType){ in sqlite3GetToken() 556 char *z; /* The output string */ in sqlite3_normalize() local
|
| H A D | eval.c | 24 char *z; /* Accumulated output */ member 39 const char *z = argv[i] ? argv[i] : ""; in callback() local 80 struct EvalResult x; in sqlEvalFunc() local
|
| /sqlite-3.40.0/test/ |
| H A D | threadtest3.c | 41 #define opendb(w,x,y,z) (SEL(w), opendb_x(w,x,y,z)) argument 45 #define sql_script(x,y,z) (SEL(x), sql_script_x(x,y,z)) argument 48 #define execsql_text(x,y,z,...) (SEL(x), execsql_text_x(x,y,z,__VA_ARGS__)) argument 50 #define sql_script_printf(x,y,z,...) ( \ argument 55 #define launch_thread(w,x,y,z) (SEL(w), launch_thread_x(w,x,y,z)) argument 68 #define filecopy(x,y,z) (SEL(x), filecopy_x(x,y,z)) argument 169 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument 170 #define F2(x, y, z) F1(z, x, y) argument 171 #define F3(x, y, z) (x ^ y ^ z) argument 172 #define F4(x, y, z) (y ^ (x | ~z)) argument [all …]
|
| H A D | dbfuzz2.c | 187 sqlite3_int64 x; in LLVMFuzzerTestOneInput() local 248 static int numberOfVChar(const char *z){ in numberOfVChar() 265 char *z = argv[i]; in LLVMFuzzerInitialize() local 314 struct rlimit x,y; in LLVMFuzzerInitialize() local 392 struct rusage x; in main() local
|
| H A D | kvtest.c | 220 int x; in integerValue() local 265 struct stat x; in pathType() local 289 struct stat x; in fileSize() local 304 static unsigned int x = 0x333a13cd; in randInt() local 329 char *z = argv[i]; in initMain() local 396 char *z = argv[i]; in statMain() local 518 const char *z = argv[i]; in exportMain() local 683 char z[200]; in displayLinuxIoStats() local 825 char *z = argv[i]; in runMain() local
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_varint.c | 26 static int lsmSqlite4GetVarint64(const unsigned char *z, u64 *pResult){ in lsmSqlite4GetVarint64() 27 unsigned int x; in lsmSqlite4GetVarint64() local 69 static void lsmVarintWrite32(unsigned char *z, unsigned int y){ in lsmVarintWrite32() 81 static int lsmSqlite4PutVarint64(unsigned char *z, u64 x){ in lsmSqlite4PutVarint64() 157 int lsmVarintGet32(u8 *z, int *piVal){ in lsmVarintGet32()
|
| H A D | lsm_vtab.c | 197 static void lsm1VblobAppendText(lsm1_vblob *p, const char *z){ in lsm1VblobAppendText() 202 static void lsm1Dequote(char *z){ in lsm1Dequote() 426 static void varintWrite32(unsigned char *z, unsigned int y){ in varintWrite32() 438 static int lsm1PutVarint64(unsigned char *z, sqlite3_uint64 x){ in lsm1PutVarint64() 500 static void lsm1VblobAppendVarint(lsm1_vblob *p, sqlite3_uint64 x){ in lsm1VblobAppendVarint() 514 const unsigned char *z, in lsm1GetVarint64() 518 unsigned int x; in lsm1GetVarint64() local 568 static int lsm1PutSignedVarint64(u8 *z, sqlite3_int64 v){ in lsm1PutSignedVarint64() 581 const unsigned char *z, in lsm1GetSignedVarint64() 651 const unsigned char *z = (const unsigned char*)pVal; in lsm1Column() local
|
| /sqlite-3.40.0/ext/session/ |
| H A D | session_speed_test.c | 43 #define CMDLINE_INT32(x,y,z) {x, y, CMDLINE_INTEGER, z} argument 44 #define CMDLINE_BOOL(x,y,z) {x, y, CMDLINE_BOOLEAN, z} argument 45 #define CMDLINE_TEXT(x,y,z) {x, y, CMDLINE_STRING, z} argument 46 #define CMDLINE_NONE(x,y,z) {x, y, CMDLINE_BARE, z} argument
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_porter.c | 152 char x = *z; in isConsonant() local 159 static int isVowel(const char *z){ in isVowel() 161 char x = *z; in isVowel() local 188 static int m_gt_0(const char *z){ in m_gt_0() 198 static int m_eq_1(const char *z){ in m_eq_1() 212 static int m_gt_1(const char *z){ in m_gt_1() 226 static int hasVowel(const char *z){ in hasVowel() 249 static int star_oh(const char *z){ in star_oh() 275 char *z = *pz; in stem() local 344 char *z, *z2; in porter_stemmer() local [all …]
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2_porter.c | 153 char x = *z; in isConsonant() local 160 static int isVowel(const char *z){ in isVowel() 162 char x = *z; in isVowel() local 189 static int m_gt_0(const char *z){ in m_gt_0() 199 static int m_eq_1(const char *z){ in m_eq_1() 213 static int m_gt_1(const char *z){ in m_gt_1() 227 static int hasVowel(const char *z){ in hasVowel() 250 static int star_oh(const char *z){ in star_oh() 276 char *z = *pz; in stem() local 345 char *z, *z2; in porter_stemmer() local [all …]
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fts1_porter.c | 151 char x = *z; in isConsonant() local 158 static int isVowel(const char *z){ in isVowel() 160 char x = *z; in isVowel() local 187 static int m_gt_0(const char *z){ in m_gt_0() 197 static int m_eq_1(const char *z){ in m_eq_1() 211 static int m_gt_1(const char *z){ in m_gt_1() 225 static int hasVowel(const char *z){ in hasVowel() 248 static int star_oh(const char *z){ in star_oh() 274 char *z = *pz; in stem() local 343 char *z, *z2; in porter_stemmer() local [all …]
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | geopoly.c | 33 # define safe_isdigit(x) sqlite3Isdigit(x) argument 34 # define safe_isalnum(x) sqlite3Isalnum(x) argument 137 const unsigned char *z; /* Unparsed input */ member 165 const unsigned char *z = p->z; in geopolyParseNumber() local 221 static GeoPoly *geopolyParseJson(const unsigned char *z, int *pRc){ in geopolyParseJson() 267 int x = 1; in geopolyParseJson() local 324 int x = 1; in geopolyFuncParam() local 424 const char *z = (const char*)sqlite3_value_text(argv[i]); in geopolySvgFunc() local 858 int x = geopolyOverlap(p1, p2); in geopolyWithinFunc() local 947 GeoCoord *x; in geopolyAddSegments() local [all …]
|