Home | History | Annotate | Download | only in orig

Lines Matching refs:pTail

36699   PgHdr result, *pTail;
36700 pTail = &result;
36703 pTail->pDirty = pA;
36704 pTail = pA;
36707 pTail->pDirty = pB;
36708 pTail = pB;
36713 pTail->pDirty = pA;
36715 pTail->pDirty = pB;
36717 pTail->pDirty = 0;
38073 struct RowSetEntry *pTail;
38075 pTail = &head;
38080 pTail->pRight = pA;
38082 pTail = pTail->pRight;
38084 pTail->pRight = pB;
38086 pTail = pTail->pRight;
38093 pTail->pRight = pA;
38096 pTail->pRight = pB;
38230 struct RowSetEntry *pHead, *pTail;
38231 rowSetTreeToList(p->pTree, &pHead, &pTail);
128681 char *pTail; /* Position list data following iTail */
128905 fts3SnippetAdvance(&pPhrase->pTail, &pPhrase->iTail, iStart);
128932 if( pPhrase->pTail ){
128933 char *pCsr = pPhrase->pTail;
128983 pPhrase->pTail = pCsr;
128987 assert( pPhrase->pList==0 && pPhrase->pHead==0 && pPhrase->pTail==0 );