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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h4105 ** The aConstraint[] array records WHERE clause constraints of the form:
4110 ** stored in aConstraint[].op. The index of the column is stored in
4111 ** aConstraint[].iColumn. aConstraint[].usable is TRUE if the
4118 ** The aConstraint[] array only reports WHERE clause terms in the correct
4126 ** the right-hand side of the corresponding aConstraint[] is evaluated
4148 int nConstraint; /* Number of entries in aConstraint */
4154 } *aConstraint; /* Table of WHERE clause constraints */ member in struct:sqlite3_index_info
/external/sqlite/dist/orig/
H A Dsqlite3.h4994 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
4999 ** stored in aConstraint[].op using one of the
5002 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5009 ** ^The aConstraint[] array only reports WHERE clause terms that are
5017 ** the right-hand side of the corresponding aConstraint[] is evaluated
5038 int nConstraint; /* Number of entries in aConstraint */
5044 } *aConstraint; /* Table of WHERE clause constraints */ member in struct:sqlite3_index_info
5066 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
H A Dsqlite3.c5544 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
5549 ** stored in aConstraint[].op using one of the
5552 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5559 ** ^The aConstraint[] array only reports WHERE clause terms that are
5567 ** the right-hand side of the corresponding aConstraint[] is evaluated
5588 int nConstraint; /* Number of entries in aConstraint */
5594 } *aConstraint; /* Table of WHERE clause constraints */ member in struct:sqlite3_index_info
5616 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
106398 const struct sqlite3_index_constraint *aConstraint = local
130329 RtreeConstraint *aConstraint; /* Search constraints. */ member in struct:RtreeCursor
[all...]
/external/sqlite/dist/
H A Dsqlite3.h4994 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
4999 ** stored in aConstraint[].op using one of the
5002 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5009 ** ^The aConstraint[] array only reports WHERE clause terms that are
5017 ** the right-hand side of the corresponding aConstraint[] is evaluated
5038 int nConstraint; /* Number of entries in aConstraint */
5044 } *aConstraint; /* Table of WHERE clause constraints */ member in struct:sqlite3_index_info
5066 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
H A Dsqlite3.c5544 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
5549 ** stored in aConstraint[].op using one of the
5552 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5559 ** ^The aConstraint[] array only reports WHERE clause terms that are
5567 ** the right-hand side of the corresponding aConstraint[] is evaluated
5588 int nConstraint; /* Number of entries in aConstraint */
5594 } *aConstraint; /* Table of WHERE clause constraints */ member in struct:sqlite3_index_info
5616 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
106411 const struct sqlite3_index_constraint *aConstraint = local
130360 RtreeConstraint *aConstraint; /* Search constraints. */ member in struct:RtreeCursor
[all...]

Completed in 407 milliseconds