Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dhash.h22 typedef struct HashElem HashElem; typedef
50 struct HashElem { struct
51 HashElem *next, *prev; /* Next and previous elements in the table */ argument
52 void *data; /* Data associated with this element */
53 void *pKey; int nKey; /* Key associated with this element */
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c7303 typedef struct HashElem HashElem; typedef
7342 struct HashElem { struct
7343 HashElem *next, *prev; /* Next and previous elements in the table */ argument
7361 ** HashElem *p; argument

Completed in 361 milliseconds