Searched refs:HashElem (Results 1 – 1 of 1) sorted by relevance
14777 typedef struct HashElem HashElem; typedef14803 HashElem *first; /* The first element of the array */14806 HashElem *chain; /* Pointer to first entry with this hash */14816 struct HashElem { struct14817 HashElem *next, *prev; /* Next and previous elements in the table */ argument24613 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()[all …]