Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dquota2.test80 set ::h1 [sqlite3_quota_fopen quota2a/xyz.txt w+b]
168 set ::h1 [sqlite3_quota_fopen quota2c/xyz.txt w+b]
240 set ::h1 [sqlite3_quota_fopen quota2a/x1/a.txt a]
263 set ::h2 [sqlite3_quota_fopen quota2a/x2/b.txt a]
268 set ::h3 [sqlite3_quota_fopen quota2a/x1/c.txt a]
/sqlite-3.40.0/src/
H A Dtest_quota.h151 quota_FILE *sqlite3_quota_fopen(const char *zFilename, const char *zMode);
H A Dtest_quota.c936 quota_FILE *sqlite3_quota_fopen(const char *zFilename, const char *zMode){ in sqlite3_quota_fopen() function
1558 p = sqlite3_quota_fopen(zFilename, zMode); in test_quota_fopen()