Searched refs:idxFindConstraint (Results 1 – 2 of 2) sorted by relevance
/external/sqlite/dist/orig/ |
D | shell.c | 6898 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/ |
D | shell.c | 6904 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()
|