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

/osnet-11/usr/src/lib/libsqlite/src/
H A Dhash.h25 typedef struct HashElem HashElem; typedef in typeref:struct:HashElem
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 */
94 ** HashElem *p;
H A Dhash.c52 HashElem *elem; /* For looping over all elements of the table */
61 HashElem *next_elem = elem->next;
170 HashElem *elem, *next_elem; /* For looping over existing elements */
171 HashElem *x; /* Element being copied to new hash table */
206 static HashElem *findElementGivenHash(
212 HashElem *elem; /* Used to loop thru the element list */
235 HashElem* elem, /* The element to be removed from the pH */
266 HashElem *elem; /* The element that matches key */
296 HashElem *elem; /* Used to loop thru the element list */
297 HashElem *new_ele
[all...]
H A DvdbeInt.h177 HashElem *pSearch; /* The hash element for pCurrent */
196 HashElem *prev; /* Previously accessed hash elemen */
H A Dpragma.c620 HashElem *x;
H A Dbtree_rb.c1248 HashElem *p;
1306 HashElem *p;
H A Dmain.c572 HashElem *i;
H A Dvdbeaux.c683 HashElem *p;
H A Dbuild.c222 HashElem *pElem;
1146 HashElem *i;
H A Dvdbe.c191 HashElem *pElem = sqliteHashFirst(&p->hash);
3734 HashElem *i;

Completed in 70 milliseconds