Lines Matching refs:pTail
40986 PgHdr result, *pTail;
40987 pTail = &result;
40990 pTail->pDirty = pA;
40991 pTail = pA;
40994 pTail->pDirty = pB;
40995 pTail = pB;
41000 pTail->pDirty = pA;
41002 pTail->pDirty = pB;
41004 pTail->pDirty = 0;
42611 struct RowSetEntry *pTail;
42613 pTail = &head;
42618 pTail->pRight = pA;
42620 pTail = pTail->pRight;
42622 pTail->pRight = pB;
42624 pTail = pTail->pRight;
42631 pTail->pRight = pA;
42634 pTail->pRight = pB;
42779 struct RowSetEntry *pHead, *pTail;
42780 rowSetTreeToList(pTree, &pHead, &pTail);
42845 struct RowSetEntry *pAux, *pTail;
42846 rowSetTreeToList(pTree->pLeft, &pAux, &pTail);
151669 char *pTail; /* Position list data following iTail */
151997 fts3SnippetAdvance(&pPhrase->pTail, &pPhrase->iTail, iStart);
152024 if( pPhrase->pTail ){
152025 char *pCsr = pPhrase->pTail;
152076 pPhrase->pTail = pCsr;
152081 pPhrase->pList==0 && pPhrase->pHead==0 && pPhrase->pTail==0