Home
last modified time | relevance | path

Searched refs:pCmp (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c12968 IdxConstraint *pCmp; in idxFindConstraint() local
12969 for(pCmp=pList; pCmp; pCmp=pCmp->pLink){ in idxFindConstraint()
12970 if( p->iCol==pCmp->iCol ) return 1; in idxFindConstraint()