Searched refs:pTree (Results 1 – 1 of 1) sorted by relevance
59360 struct RowSetEntry *p, *pTree; local59376 for(pTree = pRowSet->pForest; pTree; pTree=pTree->pRight){59377 ppPrevTree = &pTree->pRight;59378 if( pTree->pLeft==0 ){59379 pTree->pLeft = rowSetListToTree(p);59383 rowSetTreeToList(pTree->pLeft, &pAux, &pTail);59384 pTree->pLeft = 0;59388 if( pTree==0 ){59389 *ppPrevTree = pTree = rowSetEntryAlloc(pRowSet);59390 if( pTree ){[all …]