Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_quota.h145 typedef struct quota_FILE quota_FILE; typedef
171 int sqlite3_quota_fflush(quota_FILE*, int hardSync);
177 int sqlite3_quota_fclose(quota_FILE*);
183 int sqlite3_quota_fseek(quota_FILE*, long, int);
184 void sqlite3_quota_rewind(quota_FILE*);
185 long sqlite3_quota_ftell(quota_FILE*);
192 int sqlite3_quota_ferror(quota_FILE*);
208 int sqlite3_quota_file_mtime(quota_FILE*, time_t *pTime);
221 sqlite3_int64 sqlite3_quota_file_size(quota_FILE*);
234 sqlite3_int64 sqlite3_quota_file_truesize(quota_FILE*);
[all …]
H A Dtest_quota.c129 struct quota_FILE { struct
1576 quota_FILE *p; in test_quota_fread()
1610 quota_FILE *p; in test_quota_fwrite()
1638 quota_FILE *p; in test_quota_fclose()
1660 quota_FILE *p; in test_quota_fflush()
1686 quota_FILE *p; in test_quota_fseek()
1724 quota_FILE *p; in test_quota_rewind()
1743 quota_FILE *p; in test_quota_ftell()
1764 quota_FILE *p; in test_quota_ftruncate()
1789 quota_FILE *p; in test_quota_file_size()
[all …]