Lines Matching refs:ppList
42707 struct RowSetEntry **ppList,
42712 if( *ppList==0 ){
42716 p = *ppList;
42717 *ppList = p->pRight;
42721 pLeft = rowSetNDeepTree(ppList, iDepth-1);
42722 p = *ppList;
42727 *ppList = p->pRight;
42728 p->pRight = rowSetNDeepTree(ppList, iDepth-1);
148496 char **ppList, /* IN/OUT: Pointer to position list */
148499 char *pList = *ppList;
148527 *ppList = pList;