Searched refs:sqlite3_quota_fopen (Results 1 – 3 of 3) sorted by relevance
80 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]
151 quota_FILE *sqlite3_quota_fopen(const char *zFilename, const char *zMode);
936 quota_FILE *sqlite3_quota_fopen(const char *zFilename, const char *zMode){ in sqlite3_quota_fopen() function1558 p = sqlite3_quota_fopen(zFilename, zMode); in test_quota_fopen()