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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h5210 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
5215 ** stored in aConstraint[].op using one of the
5218 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5225 ** ^The aConstraint[] array only reports WHERE clause terms that are
5233 ** the right-hand side of the corresponding aConstraint[] is evaluated
5254 int nConstraint; /* Number of entries in aConstraint */
5260 } *aConstraint; /* Table of WHERE clause constraints */ member in struct:sqlite3_index_info
5282 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
H A Dsqlite3.c5781 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
5786 ** stored in aConstraint[].op using one of the
5789 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5796 ** ^The aConstraint[] array only reports WHERE clause terms that are
5804 ** the right-hand side of the corresponding aConstraint[] is evaluated
5825 int nConstraint; /* Number of entries in aConstraint */
5831 } *aConstraint; /* Table of WHERE clause constraints */ member in struct:sqlite3_index_info
5853 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
108604 const struct sqlite3_index_constraint *aConstraint = local
136556 RtreeConstraint *aConstraint; /* Search constraints. */ member in struct:RtreeCursor
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h4815 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
4820 ** stored in aConstraint[].op using one of the
4823 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
4830 ** ^The aConstraint[] array only reports WHERE clause terms that are
4838 ** the right-hand side of the corresponding aConstraint[] is evaluated
4859 int nConstraint; /* Number of entries in aConstraint */
4865 } *aConstraint; /* Table of WHERE clause constraints */ member in struct:sqlite3_index_info
4887 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
H A Dsqlite3.c5368 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
5373 ** stored in aConstraint[].op using one of the
5376 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5383 ** ^The aConstraint[] array only reports WHERE clause terms that are
5391 ** the right-hand side of the corresponding aConstraint[] is evaluated
5412 int nConstraint; /* Number of entries in aConstraint */
5418 } *aConstraint; /* Table of WHERE clause constraints */ member in struct:sqlite3_index_info
5440 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
104185 const struct sqlite3_index_constraint *aConstraint = local
127245 RtreeConstraint *aConstraint; /* Search constraints. */ member in struct:RtreeCursor
[all...]

Completed in 691 milliseconds