Searched refs:pTree (Results 1 – 1 of 1) sorted by relevance
57832 struct RowSetEntry *p, *pTree; local57848 for(pTree = pRowSet->pForest; pTree; pTree=pTree->pRight){57849 ppPrevTree = &pTree->pRight;57850 if( pTree->pLeft==0 ){57851 pTree->pLeft = rowSetListToTree(p);57855 rowSetTreeToList(pTree->pLeft, &pAux, &pTail);57856 pTree->pLeft = 0;57860 if( pTree==0 ){57861 *ppPrevTree = pTree = rowSetEntryAlloc(pRowSet);57862 if( pTree ){[all …]