Home | History | Annotate | Download | only in dist

Lines Matching full:limits

1942 ** might also consider lowering resource limits using [sqlite3_limit()]
2253 ** CAPI3REF: Run-time Limits
2264 ** [limits | hard upper bound]
2266 ** [limits | SQLITE_MAX_XYZ].
2271 ** Run-time limits are intended for use in applications that manage
2277 ** large, default limits. Databases managed by external sources can
2278 ** be given much smaller limits designed to prevent a denial of service
2292 ** These constants define various performance limits
2294 ** The synopsis of the meanings of the various limits is shown below.
2295 ** Additional information is available at [limits | Limits in SQLite].