Home
last modified time | relevance | path

Searched +defs:hash +defs:c (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dfossildelta.c72 typedef struct hash hash; typedef
73 struct hash { struct
75 u16 i; /* Start of the hash window */ argument
76 char z[NHASH]; /* The values that have been hashed */ argument
98 static void hash_next(hash *pHash, int c){ in hash_next()
170 int c; in deltaGetInt() local
/sqlite-3.40.0/tool/
H A Dsqldiff.c139 char c; in safeId() local
414 char c = zArg[i]; in printQuoted() local
819 typedef struct hash hash; typedef
820 struct hash { struct
822 u16 i; /* Start of the hash window */ argument
823 char z[NHASH]; /* The values that have been hashed */ argument
845 static void hash_next(hash *pHash, int c){ in hash_next()
H A Dlemon.c95 int i, j, k, c; in lemon_vsprintf() local
2960 int c; in Parse() local
3526 char c; in pathsearch() local
3803 int c; in append_str() local
4104 unsigned hash; /* For hashing the name of a type */ in print_stack_union() local
4257 int c; in axset_compare() local
/sqlite-3.40.0/test/
H A Dspeedtest1.c114 HashContext hash; /* Hash of all output */ member
203 static int hexDigitValue(char c){ in hexDigitValue()
/sqlite-3.40.0/ext/fts3/
H A Dfts3.c313 Fts3Hash hash; /* Hash table */ member
370 u64 c = *p++; in sqlite3Fts3GetVarintU() local
404 u64 c = p<pX ? *p : 0; in sqlite3Fts3GetVarintBounded() local
2093 char c = 0; in fts3PoslistCopy() local
2140 char c = 0; in fts3ColumnlistCopy() local
3643 char c = 0; in fts3ReversePoslist() local
5745 u8 c = 0; in fts3EvalUpdateCounts() local
/sqlite-3.40.0/src/
H A Dpager.c1243 u32 hash = 0; in pager_datahash() local
1359 i64 c = pPager->journalOff; in journalHdrOffset() local
2548 int c; in pager_delsuper() local