Lines Matching refs:HashElem

13393 typedef struct HashElem HashElem;  typedef
13419 HashElem *first; /* The first element of the array */
13422 HashElem *chain; /* Pointer to first entry with this hash */
13432 struct HashElem { struct
13433 HashElem *next, *prev; /* Next and previous elements in the table */ argument
20818 HashElem *p; in sqlite3_db_status()
20820 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * ( in sqlite3_db_status()
31884 HashElem *elem; /* For looping over all elements of the table */
31893 HashElem *next_elem = elem->next;
31923 HashElem *pNew /* The element to be inserted */
31925 HashElem *pHead; /* First element already in pEntry */
31956 HashElem *elem, *next_elem; /* For looping over existing elements */
31995 static HashElem *findElementWithHash(
32000 HashElem *elem; /* Used to loop thru the element list */
32003 static HashElem nullElement = { 0, 0, 0, 0 };
32032 HashElem* elem, /* The element to be removed from the pH */
32087 HashElem *elem; /* Used to loop thru the element list */
32088 HashElem *new_elem; /* New element added to the pH */
32104 new_elem = (HashElem*)sqlite3Malloc( sizeof(HashElem) );
63390 HashElem *p;
105329 HashElem *k;
105863 HashElem *i;
109267 HashElem *i;
109303 HashElem *pElem;
111335 HashElem *k; /* For looping over tables in pDb */
111974 HashElem *pElem;
122318 HashElem *i;
122416 HashElem *p;
122428 HashElem *j;
122446 HashElem *j;
122510 HashElem *k; /* Loop counter: Next table in schema */
122675 HashElem *x; /* For looping over tables in the schema */
123164 HashElem *k; /* Loop over tables of a schema */
131502 HashElem *p;
155664 HashElem *p;
155778 HashElem *i; /* Hash table iterator */