Home | History | Annotate | Download | only in orig

Lines Matching refs:pList

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