Lines Matching refs:ppList
47666 struct RowSetEntry **ppList,
47671 if( *ppList==0 ){ /*OPTIMIZATION-IF-TRUE*/
47679 pLeft = rowSetNDeepTree(ppList, iDepth-1);
47680 p = *ppList;
47687 *ppList = p->pRight;
47688 p->pRight = rowSetNDeepTree(ppList, iDepth-1);
47690 p = *ppList;
47691 *ppList = p->pRight;
161501 char **ppList, /* IN/OUT: Pointer to position list */
161504 char *pList = *ppList;
161532 *ppList = pList;