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

/external/chromium_org/third_party/sqlite/src/src/
H A Dhash.h20 typedef struct HashElem HashElem; typedef in typeref:struct:HashElem
46 HashElem *first; /* The first element of the array */
49 HashElem *chain; /* Pointer to first entry with this hash */
59 struct HashElem { struct
60 HashElem *next, *prev; /* Next and previous elements in the table */
78 ** HashElem *p;
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dft_hash.h22 typedef struct HashElem HashElem; typedef in typeref:struct:HashElem
36 HashElem *first; /* The first element of the array */
42 HashElem *chain; /* Pointer to first entry with this hash */
52 struct HashElem { struct
53 HashElem *next, *prev; /* Next and previous elements in the table */
93 ** HashElem *p;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7058 typedef struct HashElem HashElem; typedef in typeref:struct:HashElem
7084 HashElem *first; /* The first element of the array */
7087 HashElem *chain; /* Pointer to first entry with this hash */
7097 struct HashElem { struct
7098 HashElem *next, *prev; /* Next and previous elements in the table */
7116 ** HashElem *p;
12808 HashElem *p;
12810 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * (
21422 HashElem *ele
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c7574 typedef struct HashElem HashElem; typedef in typeref:struct:HashElem
7600 HashElem *first; /* The first element of the array */
7603 HashElem *chain; /* Pointer to first entry with this hash */
7613 struct HashElem { struct
7614 HashElem *next, *prev; /* Next and previous elements in the table */
7632 ** HashElem *p;
13458 HashElem *p;
13460 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * (
22268 HashElem *ele
[all...]
/external/sqlite/dist/
H A Dsqlite3.c7574 typedef struct HashElem HashElem; typedef in typeref:struct:HashElem
7600 HashElem *first; /* The first element of the array */
7603 HashElem *chain; /* Pointer to first entry with this hash */
7613 struct HashElem { struct
7614 HashElem *next, *prev; /* Next and previous elements in the table */
7632 ** HashElem *p;
13458 HashElem *p;
13460 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * (
22268 HashElem *ele
[all...]

Completed in 488 milliseconds