Searched refs:HashElem (Results 1 - 16 of 16) 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;
H A Dhash.c36 HashElem *elem; /* For looping over all elements of the table */
45 HashElem *next_elem = elem->next;
72 HashElem *pNew /* The element to be inserted */
74 HashElem *pHead; /* First element already in pEntry */
105 HashElem *elem, *next_elem; /* For looping over existing elements */
139 static HashElem *findElementGivenHash(
145 HashElem *elem; /* Used to loop thru the element list */
170 HashElem* elem, /* The element to be removed from the pH */
204 HashElem *elem; /* The element that matches key */
235 HashElem *ele
[all...]
H A Dstatus.c171 HashElem *p;
173 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * (
H A Danalyze.c385 HashElem *k;
603 HashElem *i;
H A Dcallback.c411 HashElem *pElem;
H A Dpragma.c973 HashElem *p;
1099 HashElem *x;
H A Dtrigger.c56 HashElem *p;
H A Dbuild.c1842 HashElem *i;
1878 HashElem *pElem;
3643 HashElem *k; /* For looping over tables in pDb */
H A Dmain.c679 HashElem *i; /* Hash table iterator */
H A Dbtree.c155 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;
H A Dft_hash.c63 HashElem *elem; /* For looping over all elements of the table */
72 HashElem *next_elem = elem->next;
206 HashElem *pNew /* The element to be inserted */
208 HashElem *pHead; /* First element already in pEntry */
233 HashElem *elem, *next_elem; /* For looping over existing elements */
254 static HashElem *findElementGivenHash(
260 HashElem *elem; /* Used to loop thru the element list */
284 HashElem* elem, /* The element to be removed from the pH */
322 HashElem *elem; /* The element that matches key */
352 HashElem *ele
[all...]
H A Dfulltext.c1378 HashElem *e;
1430 HashElem *e;
/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 1286 milliseconds