Lines Matching refs:pTail
39797 PgHdr result, *pTail;
39798 pTail = &result;
39801 pTail->pDirty = pA;
39802 pTail = pA;
39805 pTail->pDirty = pB;
39806 pTail = pB;
39811 pTail->pDirty = pA;
39813 pTail->pDirty = pB;
39815 pTail->pDirty = 0;
41235 struct RowSetEntry *pTail;
41237 pTail = &head;
41242 pTail->pRight = pA;
41244 pTail = pTail->pRight;
41246 pTail->pRight = pB;
41248 pTail = pTail->pRight;
41255 pTail->pRight = pA;
41258 pTail->pRight = pB;
41403 struct RowSetEntry *pHead, *pTail;
41404 rowSetTreeToList(pTree, &pHead, &pTail);
41469 struct RowSetEntry *pAux, *pTail;
41470 rowSetTreeToList(pTree->pLeft, &pAux, &pTail);
148727 char *pTail; /* Position list data following iTail */
148951 fts3SnippetAdvance(&pPhrase->pTail, &pPhrase->iTail, iStart);
148978 if( pPhrase->pTail ){
148979 char *pCsr = pPhrase->pTail;
149030 pPhrase->pTail = pCsr;
149035 pPhrase->pList==0 && pPhrase->pHead==0 && pPhrase->pTail==0