Lines Matching defs:pRef
80635 ** pRef is a pointer to one of the pages that contributes cells. This is
80694 MemPage *pRef; /* Reference page */
80706 MemPage *pRef = p->pRef;
80712 szCell[idx] = pRef->xCellSize(pRef, p->apCell[idx]);
80715 szCell[idx]==pRef->xCellSize(pRef, p->apCell[idx]) );
80728 p->szCell[N] = p->pRef->xCellSize(p->pRef, p->apCell[N]);
81076 pCArray->pRef->xCellSize(pCArray->pRef, pCArray->apCell[i+iNew])) );
81145 b.pRef = pPage;
81531 b.pRef = apOld[0];
81532 leafCorrection = b.pRef->leaf*4;
81533 leafData = b.pRef->intKeyLeaf;
119740 SrcList *pRef; /* Looking for references to these tables */
119785 ** of the tables shown in RefSrcList.pRef.
119788 ** table is in neither RefSrcList.pRef nor RefSrcList.aiExclude.
119796 SrcList *pSrc = p->pRef;
119838 x.pRef = pSrcList;