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.c7043 typedef struct HashElem HashElem; typedef in typeref:struct:HashElem
7069 HashElem *first; /* The first element of the array */
7072 HashElem *chain; /* Pointer to first entry with this hash */
7082 struct HashElem { struct
7083 HashElem *next, *prev; /* Next and previous elements in the table */
7101 ** HashElem *p;
12793 HashElem *p;
12795 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * (
21407 HashElem *ele
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8117 typedef struct HashElem HashElem; typedef in typeref:struct:HashElem
8143 HashElem *first; /* The first element of the array */
8146 HashElem *chain; /* Pointer to first entry with this hash */
8156 struct HashElem { struct
8157 HashElem *next, *prev; /* Next and previous elements in the table */
8175 ** HashElem *p;
14501 HashElem *p;
14503 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * (
23641 HashElem *ele
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8117 typedef struct HashElem HashElem; typedef in typeref:struct:HashElem
8143 HashElem *first; /* The first element of the array */
8146 HashElem *chain; /* Pointer to first entry with this hash */
8156 struct HashElem { struct
8157 HashElem *next, *prev; /* Next and previous elements in the table */
8175 ** HashElem *p;
14501 HashElem *p;
14503 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * (
23641 HashElem *ele
[all...]

Completed in 2899 milliseconds