HomeSort by relevance Sort by last modified time
    Searched refs:HashElem (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
hash.h 20 typedef struct HashElem HashElem;
46 HashElem *first; /* The first element of the array */
49 HashElem *chain; /* Pointer to first entry with this hash */
59 struct HashElem {
60 HashElem *next, *prev; /* Next and previous elements in the table */
78 ** HashElem *p;
hash.c 36 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 *elem; /* Used to loop thru the element list *
    [all...]
status.c 171 HashElem *p;
173 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * (
analyze.c 385 HashElem *k;
603 HashElem *i;
callback.c 411 HashElem *pElem;
pragma.c     [all...]
trigger.c 56 HashElem *p;
    [all...]
build.c     [all...]
main.c 679 HashElem *i; /* Hash table iterator */
    [all...]
btree.c 155 HashElem *p;
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
ft_hash.h 22 typedef struct HashElem HashElem;
36 HashElem *first; /* The first element of the array */
42 HashElem *chain; /* Pointer to first entry with this hash */
52 struct HashElem {
53 HashElem *next, *prev; /* Next and previous elements in the table */
93 ** HashElem *p;
ft_hash.c 63 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 *elem; /* Used to loop thru the element list *
    [all...]
fulltext.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 341 milliseconds