Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c7335 typedef struct HashElem HashElem; typedef
7361 HashElem *first; /* The first element of the array */
7364 HashElem *chain; /* Pointer to first entry with this hash */
7374 struct HashElem { struct
7375 HashElem *next, *prev; /* Next and previous elements in the table */ argument
13149 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 …]
/freebsd-10-stable/contrib/sqlite3/
Dsqlite3.c11181 typedef struct HashElem HashElem; typedef
11207 HashElem *first; /* The first element of the array */
11210 HashElem *chain; /* Pointer to first entry with this hash */
11220 struct HashElem { struct
11221 HashElem *next, *prev; /* Next and previous elements in the table */ argument
18427 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 …]