Lines Matching refs:chain
8605 HashElem *chain; /* Pointer to first entry with this hash */ member
24878 pHead = pEntry->count ? pEntry->chain : 0;
24880 pEntry->chain = pNew;
24958 elem = pEntry->chain;
24995 if( pEntry->chain==elem ){
24996 pEntry->chain = elem->next;
132642 Fts3HashElem *chain; /* Pointer to first entry with this hash */
140896 pHead = pEntry->chain;
140910 pEntry->chain = pNew;
140956 elem = pEntry->chain;
140987 if( pEntry->chain==elem ){
140988 pEntry->chain = elem->next;
140992 pEntry->chain = 0;