• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/sqlite3/

Lines Matching defs:chain

13992     HashElem *chain;           /* Pointer to first entry with this hash */
16899 ** Collisions are on the FuncDef.u.pHash chain. Use the SQLITE_FUNC_HASH()
33272 pHead = pEntry->count ? pEntry->chain : 0;
33274 pEntry->chain = pNew;
33354 elem = pEntry->chain;
33391 if( pEntry->chain==elem ){
33392 pEntry->chain = elem->next;
50313 PgHdr1 *pNext; /* Next in hash table chain */
59268 ** from its hash chain. Also, if the PGHDR_NEED_SYNC flag was set for
64087 ** exist on the freeblock chain. A group of 3 or fewer free bytes is called
64126 ** 4 First page of the overflow chain. Omitted if no overflow
66571 /* The next slot in the chain is not past the end of the current slot */
66578 /* The free slot chain extends off the end of the page */
69839 ** in the overflow chain. The page number of the first overflow page is
69882 ** number for the next page in the overflow chain. The page
69958 /* Overflow chain ends prematurely */
71605 ** then the optimistic overflow chain processing in clearCell()
73044 ** a) if the cell contains a reference to an overflow chain, the
73045 ** entry associated with the first page in the overflow chain, and
75120 u32 nPage; /* Number of pages on the overflow chain */
75121 Pgno pgnoOvfl; /* First page of the overflow chain */
75186 ** freeblock in the chain, or zero if the freeblock is the last on the
75187 ** chain. */
98555 ** on the compound select chain, p->pPrior.
151273 ** fake index the first in a chain of Index objects with all of the real
162549 /* aKWNext[] forms the hash collision chain. If aKWHash[i]==0
169611 Fts3HashElem *chain; /* Pointer to first entry with this hash */
178127 pHead = pEntry->chain;
178141 pEntry->chain = pNew;
178187 elem = pEntry->chain;
178218 if( pEntry->chain==elem ){
178219 pEntry->chain = elem->next;
178223 pEntry->chain = 0;
188725 JsonNode *pPatch; /* Node chain of patch for JNODE_PATCH */
191542 RtreeNode *pNext; /* Next node in this hash collision chain */
193883 ** the pLeaf->pParent chain all the way up to the root node.
204343 ** from. For example, the three overflow pages in a chain linked from
204347 ** '/1c2/000+000000' // First page in overflow chain
204348 ** '/1c2/000+000001' // Second page in overflow chain
204349 ** '/1c2/000+000002' // Third page in overflow chain