Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c12054 typedef struct IdxHash IdxHash; typedef
12062 struct IdxHash { struct
12082 IdxHash hIdx; /* Hash containing all candidate indexes */
12107 static void idxHashInit(IdxHash *pHash){ in idxHashInit()
12108 memset(pHash, 0, sizeof(IdxHash)); in idxHashInit()
12114 static void idxHashClear(IdxHash *pHash){ in idxHashClear()
12125 memset(pHash, 0, sizeof(IdxHash)); in idxHashClear()
12148 IdxHash *pHash, in idxHashAdd()
12183 static IdxHashEntry *idxHashFind(IdxHash *pHash, const char *zKey, int nKey){ in idxHashFind()
12203 static const char *idxHashSearch(IdxHash *pHash, const char *zKey, int nKey){ in idxHashSearch()
[all …]