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

  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1_hash.h 22 typedef struct fts1HashElem fts1HashElem;
36 fts1HashElem *first; /* The first element of the array */
42 fts1HashElem *chain; /* Pointer to first entry with this hash */
52 struct fts1HashElem {
53 fts1HashElem *next, *prev; /* Next and previous elements in the table */
94 ** fts1HashElem *p;
fts1_hash.c 70 fts1HashElem *elem; /* For looping over all elements of the table */
79 fts1HashElem *next_elem = elem->next;
164 fts1HashElem *pNew /* The element to be inserted */
166 fts1HashElem *pHead; /* First element already in pEntry */
191 fts1HashElem *elem, *next_elem; /* For looping over existing elements */
212 static fts1HashElem *findElementGivenHash(
218 fts1HashElem *elem; /* Used to loop thru the element list */
242 fts1HashElem* elem, /* The element to be removed from the pH */
280 fts1HashElem *elem; /* The element that matches key */
315 fts1HashElem *elem; /* Used to loop thru the element list *
    [all...]
fts1.c     [all...]

Completed in 54 milliseconds