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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c14364 typedef struct HashElem HashElem; typedef in typeref:struct:HashElem
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 */
14422 ** HashElem *p;
[all...]

Completed in 633 milliseconds