Home | History | Annotate | Download | only in orig

Lines Matching defs:HashElem

8117 typedef struct HashElem HashElem;
8143 HashElem *first; /* The first element of the array */
8146 HashElem *chain; /* Pointer to first entry with this hash */
8156 struct HashElem {
8157 HashElem *next, *prev; /* Next and previous elements in the table */
8175 ** HashElem *p;
14501 HashElem *p;
14503 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * (
23641 HashElem *elem; /* For looping over all elements of the table */
23650 HashElem *next_elem = elem->next;
23677 HashElem *pNew /* The element to be inserted */
23679 HashElem *pHead; /* First element already in pEntry */
23710 HashElem *elem, *next_elem; /* For looping over existing elements */
23748 static HashElem *findElementGivenHash(
23754 HashElem *elem; /* Used to loop thru the element list */
23779 HashElem* elem, /* The element to be removed from the pH */
23813 HashElem *elem; /* The element that matches key */
23844 HashElem *elem; /* Used to loop thru the element list */
23845 HashElem *new_elem; /* New element added to the pH */
23868 new_elem = (HashElem*)sqlite3Malloc( sizeof(HashElem) );
51713 HashElem *p;
84699 HashElem *k;
85209 HashElem *i;
88243 HashElem *i;
88279 HashElem *pElem;
90154 HashElem *k; /* For looping over tables in pDb */
90784 HashElem *pElem;
99677 HashElem *i;
99776 HashElem *p;
99847 HashElem *k; /* Loop counter: Next table in schema */
100035 HashElem *x;
107114 HashElem *p;
122958 HashElem *p;
123059 HashElem *i; /* Hash table iterator */
124129 HashElem *k; /* For looping over tables in pDb */