Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dhash.h22 typedef struct HashElem HashElem; typedef
36 HashElem *first; /* The first element of the array */
40 HashElem *chain; /* Pointer to first entry with this hash */
50 struct HashElem { struct
51 HashElem *next, *prev; /* Next and previous elements in the table */ argument
H A Dhash.c49 HashElem *elem; /* For looping over all elements of the table */ in sqliteHashClear()
58 HashElem *next_elem = elem->next; in sqliteHashClear()
167 HashElem *elem, *next_elem; /* For looping over existing elements */ in rehash()
168 HashElem *x; /* Element being copied to new hash table */ in rehash()
203 static HashElem *findElementGivenHash( in findElementGivenHash()
209 HashElem *elem; /* Used to loop thru the element list */ in findElementGivenHash()
232 HashElem* elem, /* The element to be removed from the pH */ in removeElementGivenHash()
263 HashElem *elem; /* The element that matches key */ in sqliteHashFind()
293 HashElem *elem; /* Used to loop thru the element list */ in sqliteHashInsert()
294 HashElem *new_elem; /* New element added to the pH */ in sqliteHashInsert()
[all …]
H A DvdbeInt.h174 HashElem *pSearch; /* The hash element for pCurrent */
193 HashElem *prev; /* Previously accessed hash elemen */
H A Dbtree_rb.c1245 HashElem *p; in memRbtreeIntegrityCheck()
1303 HashElem *p; in memRbtreeClose()
H A Dpragma.c617 HashElem *x; in sqlitePragma()
H A Dmain.c569 HashElem *i; in sqlite_close()
H A Dbuild.c219 HashElem *pElem; in sqliteResetInternalSchema()
1143 HashElem *i; in sqliteViewResetAll()
H A Dvdbeaux.c680 HashElem *p; in sqliteVdbeAggReset()
H A Dvdbe.c189 HashElem *pElem = sqliteHashFirst(&p->hash); in _AggInFocus()
3732 HashElem *i; in sqliteVdbeExec()