Home
last modified time | relevance | path

Searched refs:IdxHash (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/expert/
H A Dsqlite3expert.c138 typedef struct IdxHash IdxHash; typedef
146 struct IdxHash { struct
166 IdxHash hIdx; /* Hash containing all candidate indexes */
191 static void idxHashInit(IdxHash *pHash){ in idxHashInit()
192 memset(pHash, 0, sizeof(IdxHash)); in idxHashInit()
198 static void idxHashClear(IdxHash *pHash){ in idxHashClear()
209 memset(pHash, 0, sizeof(IdxHash)); in idxHashClear()
232 IdxHash *pHash, in idxHashAdd()
267 static IdxHashEntry *idxHashFind(IdxHash *pHash, const char *zKey, int nKey){ in idxHashFind()
287 static const char *idxHashSearch(IdxHash *pHash, const char *zKey, int nKey){ in idxHashSearch()
[all …]