Lines Matching full:bound
195 ** and 30. The upper bound on 30 is because a 32-bit integer bitmap
210 /* Maximum page size. The upper bound on this value is 32768. This a limit
2788 ** [limits | hard upper bound]
2792 ** ^Attempts to increase a limit above its hard upper bound are
2793 ** silently truncated to the hard upper bound.
2855 ** be bound.</dd>)^
3139 ** placeholders for values that are [sqlite3_bind_blob | bound]
3618 ** ^Any SQL statement variables that had values bound to them using
4478 ** is an upper bound on the total memory allocation for all threads. In
17724 ** additional information about auxiliary information bound to arguments
31047 ** upper bound on the size of allocated memory. No memory is freed
50488 ** Return a pointer to an sqlite3_value structure containing the value bound
51440 ** Unbind the value bound to variable i in virtual machine p. This is the
51491 const void *zData, /* Pointer to the data to be bound */
51492 int nData, /* Number of bytes of data to be bound */
51624 ** Return the number of wildcards that can be potentially bound to.
53392 ** Transfer the values of bound parameters P1..P1+P3-1 into registers
54630 ** to get u.am.nField type values. u.am.offset is an upper bound on this. But
88778 ** is an SQL variable that currently has a non-NULL value bound to it,
88809 ** bound, a lower bound, or both. The WHERE clause terms that set the upper
88818 ** If either of the upper or lower bound is not present, then NULL is passed in
88851 WhereTerm *pLower, /* Lower bound on the range. ex: "x>123" Might be NULL */
88852 WhereTerm *pUpper, /* Upper bound on the range. ex: "x<455" Might be NULL */
89687 Expr *pX; /* The expression that defines the start bound */
103991 ** at least as many entries as the requested statement has bound
103992 ** parameters. The values are bound to the statements parameters before