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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
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
89382 const struct sqlite3_index_constraint *aConstraint = local
107395 RtreeConstraint *aConstraint; /* Search constraints. */ member in struct:RtreeCursor
[all...]

Completed in 399 milliseconds