Home
last modified time | relevance | path

Searched defs:elem (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/src/
H A Dhash.c36 HashElem *elem; /* For looping over all elements of the table */ in sqlite3HashClear() local
108 HashElem *elem, *next_elem; /* For looping over existing elements */ in rehash() local
152 HashElem *elem; /* Used to loop thru the element list */ in findElementWithHash() local
184 HashElem* elem, /* The element to be removed from the pH */ in removeElementGivenHash()
239 HashElem *elem; /* Used to loop thru the element list */ in sqlite3HashInsert() local
/sqlite-3.40.0/ext/fts1/
H A Dft_hash.c63 HashElem *elem; /* For looping over all elements of the table */ in HashClear() local
233 HashElem *elem, *next_elem; /* For looping over existing elements */ in rehash() local
260 HashElem *elem; /* Used to loop thru the element list */ in findElementGivenHash() local
284 HashElem* elem, /* The element to be removed from the pH */ in removeElementGivenHash()
322 HashElem *elem; /* The element that matches key */ in HashFind() local
352 HashElem *elem; /* Used to loop thru the element list */ in HashInsert() local
H A Dfts1_hash.c70 fts1HashElem *elem; /* For looping over all elements of the table */ in sqlite3Fts1HashClear() local
191 fts1HashElem *elem, *next_elem; /* For looping over existing elements */ in rehash() local
218 fts1HashElem *elem; /* Used to loop thru the element list */ in findElementGivenHash() local
242 fts1HashElem* elem, /* The element to be removed from the pH */ in removeElementGivenHash()
280 fts1HashElem *elem; /* The element that matches key */ in sqlite3Fts1HashFind() local
315 fts1HashElem *elem; /* Used to loop thru the element list */ in sqlite3Fts1HashInsert() local
/sqlite-3.40.0/ext/fts2/
H A Dfts2_hash.c77 fts2HashElem *elem; /* For looping over all elements of the table */ in sqlite3Fts2HashClear() local
198 fts2HashElem *elem, *next_elem; /* For looping over existing elements */ in rehash() local
225 fts2HashElem *elem; /* Used to loop thru the element list */ in findElementGivenHash() local
249 fts2HashElem* elem, /* The element to be removed from the pH */ in removeElementGivenHash()
287 fts2HashElem *elem; /* The element that matches key */ in sqlite3Fts2HashFind() local
322 fts2HashElem *elem; /* Used to loop thru the element list */ in sqlite3Fts2HashInsert() local
/sqlite-3.40.0/ext/fts3/
H A Dfts3_hash.c75 Fts3HashElem *elem; /* For looping over all elements of the table */ in sqlite3Fts3HashClear() local
198 Fts3HashElem *elem, *next_elem; /* For looping over existing elements */ in fts3Rehash() local
226 Fts3HashElem *elem; /* Used to loop thru the element list */ in fts3FindElementByHash() local
250 Fts3HashElem* elem, /* The element to be removed from the pH */ in fts3RemoveElementByHash()
333 Fts3HashElem *elem; /* Used to loop thru the element list */ in sqlite3Fts3HashInsert() local