sqlite3_limit    3073 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
sqlite3_limit    87215 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_limit,
sqlite3_limit    2530 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
sqlite3_limit     331 third_party/sqlite/src/src/loadext.c   sqlite3_limit,
sqlite3_limit    5080 third_party/sqlite/src/src/test1.c   rc = sqlite3_limit(db, id, val);
sqlite3_limit     543 third_party/sqlite/src/src/test_func.c   sqlite3_limit(db, SQLITE_LIMIT_FUNCTION_ARG, 10000);
sqlite3_limit     544 third_party/sqlite/src/src/test_func.c   mxArg = sqlite3_limit(db, SQLITE_LIMIT_FUNCTION_ARG, -1);