Home
last modified time | relevance | path

Searched refs:piLimit (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_quota.h121 sqlite3_int64 *piLimit, /* IN/OUT: The current limit */
H A Dtest_quota.c85 sqlite3_int64 *piLimit, /* IN/OUT: The current limit */
843 sqlite3_int64 *piLimit, /* IN/OUT: The current limit */ in sqlite3_quota_set() argument
1307 sqlite3_int64 *piLimit, /* IN/OUT: The current limit */ in tclQuotaCallback() argument
1324 Tcl_ObjSetVar2(p->interp, pVarname, 0, Tcl_NewWideIntObj(*piLimit), 0); in tclQuotaCallback()
1337 *piLimit = x; in tclQuotaCallback()