Home
last modified time | relevance | path

Searched refs:sqlite3_limit (Results 1 – 3 of 3) sorted by relevance

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h428 #define sqlite3_limit sqlite3_api->limit macro
H A Dsqlite3.h3006 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
H A Dsqlite3.c3034 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
95504 #define sqlite3_limit sqlite3_api->limit
95880 sqlite3_limit,
121576 SQLITE_API int sqlite3_limit(sqlite3 *db, int limitId, int newLimit){