Searched defs:aConstraint (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h2411 ** The aConstraint[] array records WHERE clause constraints of the
2417 ** in aConstraint[].op. The index of the column is stored in
2418 ** aConstraint[].iColumn. aConstraint[].usable is TRUE if the
2425 ** The aConstraint[] array only reports WHERE clause terms in the correct
2433 ** the right-hand side of the corresponding aConstraint[] is evaluated
2452 const int nConstraint; /* Number of entries in aConstraint */
2458 } *const aConstraint; /* Table of WHERE clause constraints */ member in struct:sqlite3_index_info
/external/sqlite/dist/
H A Dsqlite3.h4190 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
4195 ** stored in aConstraint[].op.)^ ^(The index of the column is stored in
4196 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
4203 ** ^The aConstraint[] array only reports WHERE clause terms that are
4211 ** the right-hand side of the corresponding aConstraint[] is evaluated
4232 int nConstraint; /* Number of entries in aConstraint */
4238 } *aConstraint; /* Table of WHERE clause constraints */ member in struct:sqlite3_index_info
H A Dsqlite3.c4714 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
4719 ** stored in aConstraint[].op.)^ ^(The index of the column is stored in
4720 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
4727 ** ^The aConstraint[] array only reports WHERE clause terms that are
4735 ** the right-hand side of the corresponding aConstraint[] is evaluated
4756 int nConstraint; /* Number of entries in aConstraint */
4762 } *aConstraint; /* Table of WHERE clause constraints */ member in struct:sqlite3_index_info
89628 const struct sqlite3_index_constraint *aConstraint = local
107697 RtreeConstraint *aConstraint; /* Search constraints. */ member in struct:RtreeCursor
[all...]

Completed in 305 milliseconds