Searched refs:HashElem (Results 1 – 1 of 1) sorted by relevance
15397 typedef struct HashElem HashElem; typedef15423 HashElem *first; /* The first element of the array */15426 HashElem *chain; /* Pointer to first entry with this hash */15436 struct HashElem { struct15437 HashElem *next, *prev; /* Next and previous elements in the table */ argument25313 HashElem *p; in sqlite3_db_status64()25315 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * ( in sqlite3_db_status64()38682 HashElem *elem; /* For looping over all elements of the table */ in sqlite3HashClear()38691 HashElem *next_elem = elem->next; in sqlite3HashClear()38728 HashElem *pNew /* The element to be inserted */ in insertElement()[all …]