Lines Matching refs:pTail
36727 PgHdr result, *pTail;
36728 pTail = &result;
36731 pTail->pDirty = pA;
36732 pTail = pA;
36735 pTail->pDirty = pB;
36736 pTail = pB;
36741 pTail->pDirty = pA;
36743 pTail->pDirty = pB;
36745 pTail->pDirty = 0;
38101 struct RowSetEntry *pTail;
38103 pTail = &head;
38108 pTail->pRight = pA;
38110 pTail = pTail->pRight;
38112 pTail->pRight = pB;
38114 pTail = pTail->pRight;
38121 pTail->pRight = pA;
38124 pTail->pRight = pB;
38258 struct RowSetEntry *pHead, *pTail;
38259 rowSetTreeToList(p->pTree, &pHead, &pTail);
128729 char *pTail; /* Position list data following iTail */
128953 fts3SnippetAdvance(&pPhrase->pTail, &pPhrase->iTail, iStart);
128980 if( pPhrase->pTail ){
128981 char *pCsr = pPhrase->pTail;
129031 pPhrase->pTail = pCsr;
129035 assert( pPhrase->pList==0 && pPhrase->pHead==0 && pPhrase->pTail==0 );