Home
last modified time | relevance | path

Searched refs:chain (Results 1 – 25 of 26) sorted by relevance

12

/sqlite-3.40.0/ext/fts3/
H A Dfts3_hash.c172 pHead = pEntry->chain; in fts3HashInsertElement()
186 pEntry->chain = pNew; in fts3HashInsertElement()
232 elem = pEntry->chain; in fts3FindElementByHash()
263 if( pEntry->chain==elem ){ in fts3RemoveElementByHash()
264 pEntry->chain = elem->next; in fts3RemoveElementByHash()
268 pEntry->chain = 0; in fts3RemoveElementByHash()
H A Dfts3_hash.h40 Fts3HashElem *chain; /* Pointer to first entry with this hash */ member
/sqlite-3.40.0/ext/fts2/
H A Dfts2_hash.c174 pHead = pEntry->chain; in insertElement()
188 pEntry->chain = pNew; in insertElement()
231 elem = pEntry->chain; in findElementGivenHash()
262 if( pEntry->chain==elem ){ in removeElementGivenHash()
263 pEntry->chain = elem->next; in removeElementGivenHash()
267 pEntry->chain = 0; in removeElementGivenHash()
H A Dfts2_hash.h40 fts2HashElem *chain; /* Pointer to first entry with this hash */ member
/sqlite-3.40.0/src/
H A Dhash.c79 pHead = pEntry->count ? pEntry->chain : 0; in insertElement()
81 pEntry->chain = pNew; in insertElement()
161 elem = pEntry->chain; in findElementWithHash()
198 if( pEntry->chain==elem ){ in removeElementGivenHash()
199 pEntry->chain = elem->next; in removeElementGivenHash()
H A Dhash.h49 HashElem *chain; /* Pointer to first entry with this hash */ member
/sqlite-3.40.0/ext/fts1/
H A Dft_hash.c209 pHead = pEntry->chain; in insertElement()
223 pEntry->chain = pNew; in insertElement()
266 elem = pEntry->chain; in findElementGivenHash()
297 if( pEntry->chain==elem ){ in removeElementGivenHash()
298 pEntry->chain = elem->next; in removeElementGivenHash()
302 pEntry->chain = 0; in removeElementGivenHash()
H A Dfts1_hash.c167 pHead = pEntry->chain; in insertElement()
181 pEntry->chain = pNew; in insertElement()
224 elem = pEntry->chain; in findElementGivenHash()
255 if( pEntry->chain==elem ){ in removeElementGivenHash()
256 pEntry->chain = elem->next; in removeElementGivenHash()
260 pEntry->chain = 0; in removeElementGivenHash()
H A Dft_hash.h42 HashElem *chain; /* Pointer to first entry with this hash */ member
H A Dfts1_hash.h42 fts1HashElem *chain; /* Pointer to first entry with this hash */ member
/sqlite-3.40.0/test/
H A Dpageropt.test112 # Verify that the last page of an overflow chain is not read from
119 # of the table, and one of the overflow chain pointers because it
164 # Once again, we do not need to read the last page of an overflow chain
179 # overflow chain by inserting a single large record. Starting from
183 # page1, the root page of table t1, and an 11 page overflow chain.
194 # empty freelist. The first 10 of the 11 pages overflow chain have
H A Dsqllimits1.test463 # INSERT -> insert_b -> update_b -> insert_a -> update_a (chain 1)
464 # -> update_a -> insert_a -> update_b (chain 2)
465 # -> insert_a -> update_b -> insert_b -> update_a (chain 3)
466 # -> update_a -> insert_b -> update_b (chain 4)
476 # N is the number of rows at the conclusion of the previous chain.
H A Dcorrupt3.test69 # Make the overflow chain loop back on itself. See if the
H A Dspeed3.test163 # chain) from each table row.
H A Dincrblob.test167 # the overflow-chain must be scanned. In auto-vacuum mode,
191 # the overflow-chain must be scanned. In auto-vacuum mode,
H A Dautovacuum.test175 # This test case moves the second page in an over-flow chain.
187 # This test case moves the first page in an over-flow chain.
H A Dincrvacuum.test841 # is left is the tail of an overflow chain.
845 # small to hold the last page of the overflow chain.
H A Dcorrupt2.test290 # in an overflow chain.
H A Dwal2.test1018 # hash table (one that appears to contain a single chain of infinite
H A Dfts3ac.test239 chain) from other marketers up to the 6 p.m. Same Day 2 nomination cycle.
H A Dfts2c.test239 chain) from other marketers up to the 6 p.m. Same Day 2 nomination cycle.
H A Dfts1c.test239 chain) from other marketers up to the 6 p.m. Same Day 2 nomination cycle.
H A Dfts1porter.test3294 chain chain
3295 chains chain
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5porter.test1654 chafing chafe chain chain
1655 chains chain chair chair
/sqlite-3.40.0/
H A Daclocal.m43394 # Handle CRLF in mingw tool chain

12