Home | History | Annotate | Download | only in dist

Lines Matching refs:pList

6901 ** Return true if list pList (linked by IdxConstraint.pLink) contains
6904 static int idxFindConstraint(IdxConstraint *pList, IdxConstraint *p){
6906 for(pCmp=pList; pCmp; pCmp=pCmp->pLink){