Lines Matching refs:ppList
59258 struct RowSetEntry **ppList, argument
59263 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 */ argument
110546 *ppList = sqlite3ExprListAppend(pParse, *ppList, pNew);
206630 char **ppList, /* IN/OUT: Pointer to position list */ argument
206633 char *pList = *ppList;
206661 *ppList = pList;