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

/freebsd-11-stable/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h6824 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
6829 ** stored in aConstraint[].op using one of the
6832 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
6839 ** ^The aConstraint[] array only reports WHERE clause terms that are
6858 ** the right-hand side of the corresponding aConstraint[] is evaluated
6917 int nConstraint; /* Number of entries in aConstraint */
6923 } *aConstraint; /* Table of WHERE clause constraints */ member in struct:sqlite3_index_info
6960 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
9292 ** an index into the aConstraint[] arra
[all...]
H A Dshell.c2996 int idxPath = -1; /* Index in pIdxInfo->aConstraint of PATH= */
2997 int idxDir = -1; /* Index in pIdxInfo->aConstraint of DIR= */
3003 pConstraint = pIdxInfo->aConstraint;
3538 pConstraint = pIdxInfo->aConstraint;
5775 pConstraint = pIdxInfo->aConstraint;
7188 const struct sqlite3_index_constraint *pCons = &pIdxInfo->aConstraint[i];
8832 struct sqlite3_index_constraint *pCons = &pIdxInfo->aConstraint[i];
10551 struct sqlite3_index_constraint *p = &pIdx->aConstraint[i];
H A Dsqlite3.c7887 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
7892 ** stored in aConstraint[].op using one of the
7895 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
7902 ** ^The aConstraint[] array only reports WHERE clause terms that are
7921 ** the right-hand side of the corresponding aConstraint[] is evaluated
7980 int nConstraint; /* Number of entries in aConstraint */
7986 } *aConstraint; /* Table of WHERE clause constraints */ member in struct:sqlite3_index_info
8023 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
10355 ** an index into the aConstraint[] arra
191463 RtreeConstraint *aConstraint; /* Search constraints. */ member in struct:RtreeCursor
[all...]

Completed in 993 milliseconds