Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/expert/
H A Dsqlite3expert.c1050 static int idxFindConstraint(IdxConstraint *pList, IdxConstraint *p){ in idxFindConstraint() function
1069 if( !idxFindConstraint(p1, pCon) && !idxFindConstraint(pTail, pCon) ){ in idxCreateFromWhere()
1084 if( !idxFindConstraint(p1, pCon) && !idxFindConstraint(pTail, pCon) ){ in idxCreateFromWhere()