Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dquota2.test90 sqlite3_quota_fflush $::h1 1
152 sqlite3_quota_fflush $::h1 1
247 sqlite3_quota_fflush $::h1 0
251 sqlite3_quota_fflush $::h1 1
255 sqlite3_quota_fflush $::h1
/sqlite-3.40.0/src/
H A Dtest_quota.h171 int sqlite3_quota_fflush(quota_FILE*, int hardSync);
H A Dtest_quota.c1082 int sqlite3_quota_fflush(quota_FILE *p, int doFsync){ in sqlite3_quota_fflush() function
1672 rc = sqlite3_quota_fflush(p, doSync); in test_quota_fflush()