Searched refs:ppList (Results 1 – 2 of 2) sorted by relevance
264 void HPTLIBAPI AddToWaitingList(PCommand *ppList, PCommand pCmd);265 void HPTLIBAPI DoWaitingList(_VBUS_ARG PCommand *ppList);
59258 struct RowSetEntry **ppList, argument59263 if( *ppList==0 ){ /*OPTIMIZATION-IF-TRUE*/59271 pLeft = rowSetNDeepTree(ppList, iDepth-1);59272 p = *ppList;59279 *ppList = p->pRight;59280 p->pRight = rowSetNDeepTree(ppList, iDepth-1);59282 p = *ppList;59283 *ppList = p->pRight;110535 ExprList **ppList, /* ExprList to extend */ argument110546 *ppList = sqlite3ExprListAppend(pParse, *ppList, pNew);[all …]