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);
59307 struct RowSetEntry **ppList, argument59312 if( *ppList==0 ){ /*OPTIMIZATION-IF-TRUE*/59320 pLeft = rowSetNDeepTree(ppList, iDepth-1);59321 p = *ppList;59328 *ppList = p->pRight;59329 p->pRight = rowSetNDeepTree(ppList, iDepth-1);59331 p = *ppList;59332 *ppList = p->pRight;110693 ExprList **ppList, /* ExprList to extend */ argument110704 *ppList = sqlite3ExprListAppend(pParse, *ppList, pNew);[all …]