Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c6898 static int idxFindConstraint(IdxConstraint *pList, IdxConstraint *p){ in idxFindConstraint() function
6917 if( !idxFindConstraint(p1, pCon) && !idxFindConstraint(pTail, pCon) ){ in idxCreateFromWhere()
6932 if( !idxFindConstraint(p1, pCon) && !idxFindConstraint(pTail, pCon) ){ in idxCreateFromWhere()
/external/sqlite/dist/
Dshell.c6904 static int idxFindConstraint(IdxConstraint *pList, IdxConstraint *p){ in idxFindConstraint() function
6923 if( !idxFindConstraint(p1, pCon) && !idxFindConstraint(pTail, pCon) ){ in idxCreateFromWhere()
6938 if( !idxFindConstraint(p1, pCon) && !idxFindConstraint(pTail, pCon) ){ in idxCreateFromWhere()