Lines Matching refs:HashElem
14777 typedef struct HashElem HashElem; typedef
14803 HashElem *first; /* The first element of the array */
14806 HashElem *chain; /* Pointer to first entry with this hash */
14816 struct HashElem { struct
14817 HashElem *next, *prev; /* Next and previous elements in the table */ argument
24613 HashElem *p; in sqlite3_db_status()
24615 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * ( in sqlite3_db_status()
37413 HashElem *elem; /* For looping over all elements of the table */ in sqlite3HashClear()
37422 HashElem *next_elem = elem->next; in sqlite3HashClear()
37459 HashElem *pNew /* The element to be inserted */ in insertElement()
37461 HashElem *pHead; /* First element already in pEntry */ in insertElement()
37492 HashElem *elem, *next_elem; /* For looping over existing elements */ in rehash()
37530 static HashElem *findElementWithHash( in findElementWithHash()
37535 HashElem *elem; /* Used to loop thru the element list */ in findElementWithHash()
37538 static HashElem nullElement = { 0, 0, 0, 0, 0 }; in findElementWithHash()
37567 HashElem *elem /* The element to be removed from the pH */ in removeElement()
37621 HashElem *elem; /* Used to loop thru the element list */ in sqlite3HashInsert()
37622 HashElem *new_elem; /* New element added to the pH */ in sqlite3HashInsert()
37638 new_elem = (HashElem*)sqlite3Malloc( sizeof(HashElem) ); in sqlite3HashInsert()
71805 HashElem *p;
107090 HashElem *k;
121497 HashElem *k;
122044 HashElem *i;
122408 HashElem *pEntry;
125529 HashElem *k; /* For looping through the symbol table */
126207 HashElem *i;
126241 HashElem *pElem;
128552 HashElem *k; /* For looping over tables in pDb */
129295 HashElem *pElem;
134032 HashElem *k;
141932 HashElem *k;
141997 HashElem *i;
142104 HashElem *p;
142116 HashElem *j;
142136 HashElem *j;
142200 HashElem *k; /* Loop counter: Next table in schema */
142385 HashElem *x; /* For looping over tables in the schema */
143158 HashElem *k; /* Loop over tables of a schema */
153916 HashElem *p; /* Loop variable for TEMP triggers */
157694 HashElem *pThis, *pNext;
183845 HashElem *p;
183997 HashElem *i; /* Hash table iterator */