Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 10 of 10) 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
/sqlite-3.40.0/src/
H A Dmem3.c168 u32 size, hash; in memsys3Unlink() local
202 u32 size, hash; in memsys3Link() local
380 int hash = nBlock % N_HASH; in memsys3MallocUnsafe() local
H A Dpager.c1243 u32 hash = 0; in pager_datahash() local
/sqlite-3.40.0/tool/
H A Dsqldiff.c819 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
H A Dmkkeywordhash.c41 int hash; /* Hash on the keyword */ member
H A Dlemon.c4104 unsigned hash; /* For hashing the name of a type */ in print_stack_union() local
/sqlite-3.40.0/ext/fts5/
H A Dfts5_buffer.c356 u32 hash = 13; in sqlite3Fts5TermsetAdd() local
/sqlite-3.40.0/test/
H A Dspeedtest1.c114 HashContext hash; /* Hash of all output */ member
/sqlite-3.40.0/ext/fts3/
H A Dfts3.c313 Fts3Hash hash; /* Hash table */ member
/sqlite-3.40.0/ext/session/
H A Dsqlite3session.c475 #define HASH_APPEND(hash, add) ((hash) << 3) ^ (hash) ^ (unsigned int)(add) argument