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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1416 int nConstraint; /** Number of entries in aConstraint */
1417 sqlite3_index_constraint* aConstraint; /** Table of WHERE clause constraints */
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h7341 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
7346 ** stored in aConstraint[].op using one of the
7349 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
7356 ** ^The aConstraint[] array only reports WHERE clause terms that are
7375 ** the right-hand side of the corresponding aConstraint[] is evaluated
7434 int nConstraint; /* Number of entries in aConstraint */
7440 } *aConstraint; /* Table of WHERE clause constraints */ member in struct:sqlite3_index_info
7477 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
7482 ** aConstraint[]
[all...]
H A Dsqlite3.c7654 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
7659 ** stored in aConstraint[].op using one of the
7662 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
7669 ** ^The aConstraint[] array only reports WHERE clause terms that are
7688 ** the right-hand side of the corresponding aConstraint[] is evaluated
7747 int nConstraint; /* Number of entries in aConstraint */
7753 } *aConstraint; /* Table of WHERE clause constraints */ member in struct:sqlite3_index_info
7790 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
7795 ** aConstraint[]
208808 RtreeConstraint *aConstraint; /* Search constraints. */ member in struct:RtreeCursor
[all...]
H A Dshell.c6077 pConstraint = pIdxInfo->aConstraint;
7981 int idxPath = -1; /* Index in pIdxInfo->aConstraint of PATH= */
7982 int idxDir = -1; /* Index in pIdxInfo->aConstraint of DIR= */
7988 pConstraint = pIdxInfo->aConstraint;
8532 pConstraint = pIdxInfo->aConstraint;
10627 const struct sqlite3_index_constraint *pCons = &pIdxInfo->aConstraint[i];
12312 struct sqlite3_index_constraint *pCons = &pIdxInfo->aConstraint[i];
14467 struct sqlite3_index_constraint *p = &pIdx->aConstraint[i];

Completed in 806 milliseconds