Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c14904 typedef struct IdxHash IdxHash; typedef
14912 struct IdxHash { struct
14932 IdxHash hIdx; /* Hash containing all candidate indexes */
14957 static void idxHashInit(IdxHash *pHash){ in idxHashInit()
14958 memset(pHash, 0, sizeof(IdxHash)); in idxHashInit()
14964 static void idxHashClear(IdxHash *pHash){ in idxHashClear()
14975 memset(pHash, 0, sizeof(IdxHash)); in idxHashClear()
14998 IdxHash *pHash, in idxHashAdd()
15033 static IdxHashEntry *idxHashFind(IdxHash *pHash, const char *zKey, int nKey){ in idxHashFind()
15053 static const char *idxHashSearch(IdxHash *pHash, const char *zKey, int nKey){ in idxHashSearch()
[all …]