Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dhash.h20 typedef struct HashElem HashElem; typedef
59 struct HashElem { struct
60 HashElem *next, *prev; /* Next and previous elements in the table */ argument
78 ** HashElem *p; argument
/external/chromium_org/third_party/sqlite/src/ext/fts1/
Dft_hash.h22 typedef struct HashElem HashElem; typedef
52 struct HashElem { struct
53 HashElem *next, *prev; /* Next and previous elements in the table */ argument
54 void *data; /* Data associated with this element */
55 void *pKey; int nKey; /* Key associated with this element */
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c7043 typedef struct HashElem HashElem; typedef
7082 struct HashElem { struct
7083 HashElem *next, *prev; /* Next and previous elements in the table */ argument
7101 ** HashElem *p; argument
/external/sqlite/dist/
Dsqlite3.c8117 typedef struct HashElem HashElem; typedef
8156 struct HashElem { struct
8157 HashElem *next, *prev; /* Next and previous elements in the table */ argument
8175 ** HashElem *p; argument
/external/sqlite/dist/orig/
Dsqlite3.c8117 typedef struct HashElem HashElem; typedef
8156 struct HashElem { struct
8157 HashElem *next, *prev; /* Next and previous elements in the table */ argument
8175 ** HashElem *p; argument