Searched refs:HashElem (Results 1 – 9 of 9) sorted by relevance
22 typedef struct HashElem HashElem; typedef36 HashElem *first; /* The first element of the array */40 HashElem *chain; /* Pointer to first entry with this hash */50 struct HashElem { struct51 HashElem *next, *prev; /* Next and previous elements in the table */ argument
49 HashElem *elem; /* For looping over all elements of the table */ in sqliteHashClear()58 HashElem *next_elem = elem->next; in sqliteHashClear()167 HashElem *elem, *next_elem; /* For looping over existing elements */ in rehash()168 HashElem *x; /* Element being copied to new hash table */ in rehash()203 static HashElem *findElementGivenHash( in findElementGivenHash()209 HashElem *elem; /* Used to loop thru the element list */ in findElementGivenHash()232 HashElem* elem, /* The element to be removed from the pH */ in removeElementGivenHash()263 HashElem *elem; /* The element that matches key */ in sqliteHashFind()293 HashElem *elem; /* Used to loop thru the element list */ in sqliteHashInsert()294 HashElem *new_elem; /* New element added to the pH */ in sqliteHashInsert()[all …]
174 HashElem *pSearch; /* The hash element for pCurrent */193 HashElem *prev; /* Previously accessed hash elemen */
1245 HashElem *p; in memRbtreeIntegrityCheck()1303 HashElem *p; in memRbtreeClose()
617 HashElem *x; in sqlitePragma()
569 HashElem *i; in sqlite_close()
219 HashElem *pElem; in sqliteResetInternalSchema()1143 HashElem *i; in sqliteViewResetAll()
680 HashElem *p; in sqliteVdbeAggReset()
189 HashElem *pElem = sqliteHashFirst(&p->hash); in _AggInFocus()3732 HashElem *i; in sqliteVdbeExec()