OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fts2HashElem
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_hash.h
22
typedef struct
fts2HashElem
fts2HashElem
;
36
fts2HashElem
*first; /* The first element of the array */
40
fts2HashElem
*chain; /* Pointer to first entry with this hash */
50
struct
fts2HashElem
{
51
fts2HashElem
*next, *prev; /* Next and previous elements in the table */
92
**
fts2HashElem
*p;
fts2_hash.c
75
fts2HashElem
*elem; /* For looping over all elements of the table */
84
fts2HashElem
*next_elem = elem->next;
169
fts2HashElem
*pNew /* The element to be inserted */
171
fts2HashElem
*pHead; /* First element already in pEntry */
196
fts2HashElem
*elem, *next_elem; /* For looping over existing elements */
217
static
fts2HashElem
*findElementGivenHash(
223
fts2HashElem
*elem; /* Used to loop thru the element list */
247
fts2HashElem
* elem, /* The element to be removed from the pH */
285
fts2HashElem
*elem; /* The element that matches key */
320
fts2HashElem
*elem; /* Used to loop thru the element list *
[
all
...]
fts2.c
[
all
...]
Completed in 46 milliseconds