| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_hash.c | 172 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 D | fts3_hash.h | 40 Fts3HashElem *chain; /* Pointer to first entry with this hash */ member
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2_hash.c | 174 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 D | fts2_hash.h | 40 fts2HashElem *chain; /* Pointer to first entry with this hash */ member
|
| /sqlite-3.40.0/src/ |
| H A D | hash.c | 79 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 D | hash.h | 49 HashElem *chain; /* Pointer to first entry with this hash */ member
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | ft_hash.c | 209 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 D | fts1_hash.c | 167 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 D | ft_hash.h | 42 HashElem *chain; /* Pointer to first entry with this hash */ member
|
| H A D | fts1_hash.h | 42 fts1HashElem *chain; /* Pointer to first entry with this hash */ member
|
| /sqlite-3.40.0/test/ |
| H A D | pageropt.test | 112 # 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 D | sqllimits1.test | 463 # 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 D | corrupt3.test | 69 # Make the overflow chain loop back on itself. See if the
|
| H A D | speed3.test | 163 # chain) from each table row.
|
| H A D | incrblob.test | 167 # the overflow-chain must be scanned. In auto-vacuum mode, 191 # the overflow-chain must be scanned. In auto-vacuum mode,
|
| H A D | autovacuum.test | 175 # 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 D | incrvacuum.test | 841 # is left is the tail of an overflow chain. 845 # small to hold the last page of the overflow chain.
|
| H A D | corrupt2.test | 290 # in an overflow chain.
|
| H A D | wal2.test | 1018 # hash table (one that appears to contain a single chain of infinite
|
| H A D | fts3ac.test | 239 chain) from other marketers up to the 6 p.m. Same Day 2 nomination cycle.
|
| H A D | fts2c.test | 239 chain) from other marketers up to the 6 p.m. Same Day 2 nomination cycle.
|
| H A D | fts1c.test | 239 chain) from other marketers up to the 6 p.m. Same Day 2 nomination cycle.
|
| H A D | fts1porter.test | 3294 chain chain 3295 chains chain
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5porter.test | 1654 chafing chafe chain chain 1655 chains chain chair chair
|
| /sqlite-3.40.0/ |
| H A D | aclocal.m4 | 3394 # Handle CRLF in mingw tool chain
|