Home
last modified time | relevance | path

Searched refs:HashElem (Results 1 – 1 of 1) sorted by relevance

/src/contrib/sqlite3/ !
H A Dsqlite3.c14777 typedef struct HashElem HashElem; typedef
14803 HashElem *first; /* The first element of the array */
14806 HashElem *chain; /* Pointer to first entry with this hash */
14816 struct HashElem { struct
14817 HashElem *next, *prev; /* Next and previous elements in the table */ argument
24613 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 …]