Searched refs:HashElem (Results 1 – 10 of 10) 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()
184 HashElem *pElem = sqliteHashFirst(&p->hash); in _AggInFocus()3723 HashElem *i; in sqliteVdbeExec()
7303 typedef struct HashElem HashElem; typedef7342 struct HashElem { struct21959 new_elem = (HashElem*)sqlite3Malloc( sizeof(HashElem) ); in sqlite3HashInsert()47670 HashElem *p;76194 HashElem *k;76412 HashElem *i;79177 HashElem *i;79213 HashElem *pElem;81507 HashElem *pElem;89057 HashElem *p;[all …]
Completed in 310 milliseconds