Lines Matching defs:chain
13936 HashElem *chain; /* Pointer to first entry with this hash */
16940 ** Collisions are on the FuncDef.u.pHash chain. Use the SQLITE_FUNC_HASH()
35396 pHead = pEntry->count ? pEntry->chain : 0;
35398 pEntry->chain = pNew;
35478 elem = pEntry->chain;
35515 if( pEntry->chain==elem ){
35516 pEntry->chain = elem->next;
53656 PgHdr1 *pNext; /* Next in hash table chain */
62760 ** from its hash chain. Also, if the PGHDR_NEED_SYNC flag was set for
67723 ** exist on the freeblock chain. A group of 3 or fewer free bytes is called
67762 ** 4 First page of the overflow chain. Omitted if no overflow
70293 /* The next slot in the chain comes before the current slot */
70300 /* The free slot chain extends off the end of the page */
73642 ** in the overflow chain. The page number of the first overflow page is
73685 ** number for the next page in the overflow chain. The page
73761 /* Overflow chain ends prematurely */
75582 ** then the optimistic overflow chain processing in clearCell()
77021 ** a) if the cell contains a reference to an overflow chain, the
77022 ** entry associated with the first page in the overflow chain, and
79160 u32 nPage; /* Number of pages on the overflow chain */
79161 Pgno pgnoOvfl; /* First page of the overflow chain */
79226 ** freeblock in the chain, or zero if the freeblock is the last on the
79227 ** chain. */
103603 ** on the compound select chain, p->pPrior.
151349 WhereMemBlock *pNext; /* Next block in the chain */
159960 ** fake index the first in a chain of Index objects with all of the real
171907 /* aKWNext[] forms the hash collision chain. If aKWHash[i]==0
179246 Fts3HashElem *chain; /* Pointer to first entry with this hash */
187787 pHead = pEntry->chain;
187801 pEntry->chain = pNew;
187847 elem = pEntry->chain;
187878 if( pEntry->chain==elem ){
187879 pEntry->chain = elem->next;
187883 pEntry->chain = 0;
198365 JsonNode *pPatch; /* 5: Node chain of patch for JNODE_PATCH */
201311 RtreeNode *pNext; /* Next node in this hash collision chain */
203665 ** the pLeaf->pParent chain all the way up to the root node.
214238 ** from. For example, the three overflow pages in a chain linked from
214242 ** '/1c2/000+000000' // First page in overflow chain
214243 ** '/1c2/000+000001' // Second page in overflow chain
214244 ** '/1c2/000+000002' // Third page in overflow chain