Lines Matching defs:limit
2267 The limit category to be set.
2268 limit: int
2269 The new limit. If the new limit is a negative number, the limit is
2275 Attempts to increase a limit above its hard upper bound are silently truncated
2276 to the hard upper bound. Regardless of whether or not the limit was changed,
2277 the prior value of the limit is returned.
2281 setlimit_impl(pysqlite_Connection *self, int category, int limit)
2288 int old_limit = sqlite3_limit(self->db, category, limit);
2300 The limit category to be queried.