Searched refs:aConstraint (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_tclvar.c231 struct sqlite3_index_constraint const *pCons = &pIdxInfo->aConstraint[ii];
243 struct sqlite3_index_constraint const *pCons = &pIdxInfo->aConstraint[ii];
H A Dtest_wholenumber.c186 pConstraint = pIdxInfo->aConstraint;
H A Dwhere.c1576 p->aConstraint[i].iColumn,
1577 p->aConstraint[i].iTermOffset,
1578 p->aConstraint[i].op,
1579 p->aConstraint[i].usable);
2016 *(struct sqlite3_index_constraint**)&pIdxInfo->aConstraint = pIdxCons;
2088 if( !p->aConstraint[i].usable && p->aConstraintUsage[i].argvIndex>0 ){
2165 /* Set the aConstraint[].usable fields and initialize all
2168 ** aConstraint[].usable is true for constraints where the right-hand
2185 pIdxCons = *(struct sqlite3_index_constraint**)&pIdxInfo->aConstraint;
2211 pIdxCons = *(struct sqlite3_index_constraint**)&pIdxInfo->aConstraint;
3654 const struct sqlite3_index_constraint *aConstraint = local
[all...]
H A Dtest_fuzzer.c756 pConstraint = pIdxInfo->aConstraint;
H A Dsqlite.h.in4621 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
4626 ** stored in aConstraint[].op using one of the
4629 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
4636 ** ^The aConstraint[] array only reports WHERE clause terms that are
4644 ** the right-hand side of the corresponding aConstraint[] is evaluated
4665 int nConstraint; /* Number of entries in aConstraint */
4671 } *aConstraint; /* Table of WHERE clause constraints */
4693 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_aux.c155 if( pInfo->aConstraint[i].usable && pInfo->aConstraint[i].iColumn==0 ){
156 int op = pInfo->aConstraint[i].op;
H A Dfts3.c1064 struct sqlite3_index_constraint *pCons = &pInfo->aConstraint[i];
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c215 int nConstraint; /* Number of entries in aConstraint */
216 RtreeConstraint *aConstraint; /* Search constraints. */ member in struct:RtreeCursor
819 ** Free the RtreeCursor.aConstraint[] array and its contents.
822 if( pCsr->aConstraint ){
825 sqlite3_rtree_geometry *pGeom = pCsr->aConstraint[i].pGeom;
831 sqlite3_free(pCsr->aConstraint);
832 pCsr->aConstraint = 0;
886 ** (excluded) by the constraints in the pCursor->aConstraint[]
900 RtreeConstraint *p = &pCursor->aConstraint[ii];
937 ** pCursor->aConstraint[] arra
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h4626 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
4631 ** stored in aConstraint[].op using one of the
4634 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
4641 ** ^The aConstraint[] array only reports WHERE clause terms that are
4649 ** the right-hand side of the corresponding aConstraint[] is evaluated
4670 int nConstraint; /* Number of entries in aConstraint */
4676 } *aConstraint; /* Table of WHERE clause constraints */ member in struct:sqlite3_index_info
4698 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
H A Dsqlite3.c5169 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
5174 ** stored in aConstraint[].op using one of the
5177 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5184 ** ^The aConstraint[] array only reports WHERE clause terms that are
5192 ** the right-hand side of the corresponding aConstraint[] is evaluated
5213 int nConstraint; /* Number of entries in aConstraint */
5219 } *aConstraint; /* Table of WHERE clause constraints */ member in struct:sqlite3_index_info
5241 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
101308 const struct sqlite3_index_constraint *aConstraint = local
124484 RtreeConstraint *aConstraint; /* Search constraints. */ member in struct:RtreeCursor
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h5350 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
5355 ** stored in aConstraint[].op using one of the
5358 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5365 ** ^The aConstraint[] array only reports WHERE clause terms that are
5373 ** the right-hand side of the corresponding aConstraint[] is evaluated
5406 int nConstraint; /* Number of entries in aConstraint */
5412 } *aConstraint; /* Table of WHERE clause constraints */ member in struct:sqlite3_index_info
5436 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
H A Dsqlite3.c5465 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
5470 ** stored in aConstraint[].op using one of the
5473 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5480 ** ^The aConstraint[] array only reports WHERE clause terms that are
5488 ** the right-hand side of the corresponding aConstraint[] is evaluated
5521 int nConstraint; /* Number of entries in aConstraint */
5527 } *aConstraint; /* Table of WHERE clause constraints */ member in struct:sqlite3_index_info
5551 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
144873 RtreeConstraint *aConstraint; /* Search constraints. */ member in struct:RtreeCursor
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5350 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
5355 ** stored in aConstraint[].op using one of the
5358 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5365 ** ^The aConstraint[] array only reports WHERE clause terms that are
5373 ** the right-hand side of the corresponding aConstraint[] is evaluated
5406 int nConstraint; /* Number of entries in aConstraint */
5412 } *aConstraint; /* Table of WHERE clause constraints */ member in struct:sqlite3_index_info
5436 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
H A Dsqlite3.c5465 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
5470 ** stored in aConstraint[].op using one of the
5473 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5480 ** ^The aConstraint[] array only reports WHERE clause terms that are
5488 ** the right-hand side of the corresponding aConstraint[] is evaluated
5521 int nConstraint; /* Number of entries in aConstraint */
5527 } *aConstraint; /* Table of WHERE clause constraints */ member in struct:sqlite3_index_info
5551 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
144905 RtreeConstraint *aConstraint; /* Search constraints. */ member in struct:RtreeCursor
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfulltext.c948 pConstraint = &pInfo->aConstraint[i];
H A Dfts1.c2093 pConstraint = &pInfo->aConstraint[i];

Completed in 734 milliseconds