Searched refs:HashElem (Results 1 – 2 of 2) sorted by relevance
7335 typedef struct HashElem HashElem; typedef7361 HashElem *first; /* The first element of the array */7364 HashElem *chain; /* Pointer to first entry with this hash */7374 struct HashElem { struct7375 HashElem *next, *prev; /* Next and previous elements in the table */ argument13149 HashElem *p; in sqlite3_db_status()13151 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * ( in sqlite3_db_status()21833 HashElem *elem; /* For looping over all elements of the table */ in sqlite3HashClear()21842 HashElem *next_elem = elem->next; in sqlite3HashClear()21869 HashElem *pNew /* The element to be inserted */ in insertElement()[all …]
11181 typedef struct HashElem HashElem; typedef11207 HashElem *first; /* The first element of the array */11210 HashElem *chain; /* Pointer to first entry with this hash */11220 struct HashElem { struct11221 HashElem *next, *prev; /* Next and previous elements in the table */ argument18427 HashElem *p; in sqlite3_db_status()18429 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * ( in sqlite3_db_status()28712 HashElem *elem; /* For looping over all elements of the table */28721 HashElem *next_elem = elem->next;28747 HashElem *pNew /* The element to be inserted */[all …]