Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c14364 typedef struct HashElem HashElem; typedef
14390 HashElem *first; /* The first element of the array */
14393 HashElem *chain; /* Pointer to first entry with this hash */
14403 struct HashElem { struct
14404 HashElem *next, *prev; /* Next and previous elements in the table */ argument
24029 HashElem *p; in sqlite3_db_status()
24031 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * ( in sqlite3_db_status()
36590 HashElem *elem; /* For looping over all elements of the table */
36599 HashElem *next_elem = elem->next;
36629 HashElem *pNew /* The element to be inserted */
[all …]