Searched refs:pTree (Results 1 – 1 of 1) sorted by relevance
59409 struct RowSetEntry *p, *pTree; local59425 for(pTree = pRowSet->pForest; pTree; pTree=pTree->pRight){59426 ppPrevTree = &pTree->pRight;59427 if( pTree->pLeft==0 ){59428 pTree->pLeft = rowSetListToTree(p);59432 rowSetTreeToList(pTree->pLeft, &pAux, &pTail);59433 pTree->pLeft = 0;59437 if( pTree==0 ){59438 *ppPrevTree = pTree = rowSetEntryAlloc(pRowSet);59439 if( pTree ){[all …]