Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dhash.h25 typedef struct HashElem HashElem; typedef
39 HashElem *first; /* The first element of the array */
43 HashElem *chain; /* Pointer to first entry with this hash */
53 struct HashElem { struct
54 HashElem *next, *prev; /* Next and previous elements in the table */ argument
H A Dhash.c52 HashElem *elem; /* For looping over all elements of the table */ in sqliteHashClear()
61 HashElem *next_elem = elem->next; in sqliteHashClear()
170 HashElem *elem, *next_elem; /* For looping over existing elements */ in rehash()
171 HashElem *x; /* Element being copied to new hash table */ in rehash()
206 static HashElem *findElementGivenHash( in findElementGivenHash()
212 HashElem *elem; /* Used to loop thru the element list */ in findElementGivenHash()
235 HashElem* elem, /* The element to be removed from the pH */ in removeElementGivenHash()
266 HashElem *elem; /* The element that matches key */ in sqliteHashFind()
296 HashElem *elem; /* Used to loop thru the element list */ in sqliteHashInsert()
297 HashElem *new_elem; /* New element added to the pH */ in sqliteHashInsert()
[all …]
H A DvdbeInt.h177 HashElem *pSearch; /* The hash element for pCurrent */
196 HashElem *prev; /* Previously accessed hash elemen */
H A Dbtree_rb.c1248 HashElem *p; in memRbtreeIntegrityCheck()
1306 HashElem *p; in memRbtreeClose()
H A Dpragma.c620 HashElem *x; in sqlitePragma()
H A Dmain.c572 HashElem *i; in sqlite_close()
H A Dbuild.c222 HashElem *pElem; in sqliteResetInternalSchema()
1146 HashElem *i; in sqliteViewResetAll()
H A Dvdbeaux.c683 HashElem *p; in sqliteVdbeAggReset()
H A Dvdbe.c191 HashElem *pElem = sqliteHashFirst(&p->hash); in _AggInFocus()
3734 HashElem *i; in sqliteVdbeExec()