Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h390 #define sqlite3_limit sqlite3_api->limit macro
H A Dsqlite3.h2686 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
H A Dsqlite3.c3233 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
87418 #define sqlite3_limit sqlite3_api->limit
87761 sqlite3_limit,
109678 SQLITE_API int sqlite3_limit(sqlite3 *db, int limitId, int newLimit){

Completed in 352 milliseconds