Searched refs:HashElem (Results 1 – 9 of 9) sorted by relevance
25 typedef struct HashElem HashElem; typedef39 HashElem *first; /* The first element of the array */43 HashElem *chain; /* Pointer to first entry with this hash */53 struct HashElem { struct54 HashElem *next, *prev; /* Next and previous elements in the table */ argument
52 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 …]
177 HashElem *pSearch; /* The hash element for pCurrent */196 HashElem *prev; /* Previously accessed hash elemen */
1248 HashElem *p; in memRbtreeIntegrityCheck()1306 HashElem *p; in memRbtreeClose()
620 HashElem *x; in sqlitePragma()
572 HashElem *i; in sqlite_close()
222 HashElem *pElem; in sqliteResetInternalSchema()1146 HashElem *i; in sqliteViewResetAll()
683 HashElem *p; in sqliteVdbeAggReset()
191 HashElem *pElem = sqliteHashFirst(&p->hash); in _AggInFocus()3734 HashElem *i; in sqliteVdbeExec()