Lines Matching refs:limits

4082 ** might also consider lowering resource limits using [sqlite3_limit()]
4888 ** [limits | hard upper bound]
4890 ** [limits | SQLITE_MAX_<i>NAME</i>].
4900 ** Run-time limits are intended for use in applications that manage
4906 ** large, default limits. Databases managed by external sources can
4907 ** be given much smaller limits designed to prevent a denial of service
4921 ** These constants define various performance limits
4923 ** The synopsis of the meanings of the various limits is shown below.
4924 ** Additional information is available at [limits | Limits in SQLite].
5197 ** ^The [SQLITE_TRACE_SIZE_LIMIT] compile-time option limits the size of
5465 ** exceeds limits imposed by [sqlite3_limit]([SQLITE_LIMIT_LENGTH]) or
7512 ** These interfaces impose limits on the amount of heap memory that will be
7536 ** size of heap limits can be determined by invoking
7539 ** ^Setting the heap limits to zero disables the heap limiter mechanism.
7552 ** The memory allocation limits can also be adjusted using
7555 ** ^(The heap limits are not enforced in the current implementation
7570 ** The circumstances under which SQLite will enforce the heap limits may
13355 ** This file defines various limits of what SQLite can process.
13360 ** limits the size of a row in a table or index.
13404 ** want to place more severe limits on the complexity of an
14835 ** Changing this from a 64-bit to a 32-bit type limits the number of
15301 ** implementations with limits on what needs to be prefetched and thereby
33802 # include <limits.h>
53774 ** respective compile time maximum limits.
55523 ** past pPager->journalOff is off-limits to us.
135437 ** One is tempted to try to add a and b to combine the limits. But this
153338 ** must contain a constraint that limits the scan of the table to
166775 ** Make sure the hard limits are set to reasonable values
227833 /* Set the cursor upper and lower rowid limits. Only some strategies