Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dhash.c45 HashElem *next_elem = elem->next; in sqlite3HashClear() local
108 HashElem *elem, *next_elem; /* For looping over existing elements */ in rehash() local
/sqlite-3.40.0/ext/fts1/
H A Dft_hash.c72 HashElem *next_elem = elem->next; in HashClear() local
233 HashElem *elem, *next_elem; /* For looping over existing elements */ in rehash() local
H A Dfts1_hash.c79 fts1HashElem *next_elem = elem->next; in sqlite3Fts1HashClear() local
191 fts1HashElem *elem, *next_elem; /* For looping over existing elements */ in rehash() local
/sqlite-3.40.0/ext/fts2/
H A Dfts2_hash.c86 fts2HashElem *next_elem = elem->next; in sqlite3Fts2HashClear() local
198 fts2HashElem *elem, *next_elem; /* For looping over existing elements */ in rehash() local
/sqlite-3.40.0/ext/fts3/
H A Dfts3_hash.c84 Fts3HashElem *next_elem = elem->next; in sqlite3Fts3HashClear() local
198 Fts3HashElem *elem, *next_elem; /* For looping over existing elements */ in fts3Rehash() local