Home | History | Annotate | Download | only in fts3

Lines Matching refs:pRight

151   SegmentNode *pRight;            /* Pointer to right-sibling */
1592 pTree->pRight = pNew;
1658 for(pIter=pTree->pLeftmost; pIter && rc==SQLITE_OK; pIter=pIter->pRight){
1685 SegmentNode *pRight = p->pRight;
1689 assert( pRight==0 || p->zMalloc==0 );
1692 p = pRight;
2498 fts3DeferredDoclistClear(pExpr->pRight);