Home
last modified time | relevance | path

Searched defs:Hash (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/fts1/
H A Dft_hash.h21 typedef struct Hash Hash; typedef
32 struct Hash { struct
36 HashElem *first; /* The first element of the array */ argument
42 HashElem *chain; /* Pointer to first entry with this hash */ argument
52 struct HashElem { argument
/sqlite-3.40.0/src/
H A Dhash.h19 typedef struct Hash Hash; typedef
43 struct Hash { struct
46 HashElem *first; /* The first element of the array */ argument
68 void sqlite3HashInit(Hash*); argument