Lines Matching refs:ppList
42689 struct RowSetEntry **ppList,
42694 if( *ppList==0 ){
42698 p = *ppList;
42699 *ppList = p->pRight;
42703 pLeft = rowSetNDeepTree(ppList, iDepth-1);
42704 p = *ppList;
42709 *ppList = p->pRight;
42710 p->pRight = rowSetNDeepTree(ppList, iDepth-1);
148466 char **ppList, /* IN/OUT: Pointer to position list */
148469 char *pList = *ppList;
148497 *ppList = pList;