Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c14866 typedef struct IdxHash IdxHash; typedef
14874 struct IdxHash { struct
14894 IdxHash hIdx; /* Hash containing all candidate indexes */
14919 static void idxHashInit(IdxHash *pHash){ in idxHashInit()
14920 memset(pHash, 0, sizeof(IdxHash)); in idxHashInit()
14926 static void idxHashClear(IdxHash *pHash){ in idxHashClear()
14937 memset(pHash, 0, sizeof(IdxHash)); in idxHashClear()
14960 IdxHash *pHash, in idxHashAdd()
14995 static IdxHashEntry *idxHashFind(IdxHash *pHash, const char *zKey, int nKey){ in idxHashFind()
15015 static const char *idxHashSearch(IdxHash *pHash, const char *zKey, int nKey){ in idxHashSearch()
[all …]