Lines Matching refs:ppList
47650 struct RowSetEntry **ppList,
47655 if( *ppList==0 ){ /*OPTIMIZATION-IF-TRUE*/
47663 pLeft = rowSetNDeepTree(ppList, iDepth-1);
47664 p = *ppList;
47671 *ppList = p->pRight;
47672 p->pRight = rowSetNDeepTree(ppList, iDepth-1);
47674 p = *ppList;
47675 *ppList = p->pRight;
161486 char **ppList, /* IN/OUT: Pointer to position list */
161489 char *pList = *ppList;
161517 *ppList = pList;