Searched refs:gQuota (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | test_quota.c | 183 } gQuota; variable 539 gQuota.pOrigVfs->xDelete(gQuota.pOrigVfs, pFile->zFilename, 0); in quotaClose() 756 if( !gQuota.pMutex ){ in sqlite3_quota_initialize() 779 gQuota.sIoMethodsV2 = gQuota.sIoMethodsV1; in sqlite3_quota_initialize() 814 memset(&gQuota, 0, sizeof(gQuota)); in sqlite3_quota_shutdown() 870 if( gQuota.pGroup ) gQuota.pGroup->ppPrev = &pGroup->pNext; in sqlite3_quota_set() 897 int nAlloc = gQuota.sThisVfs.szOsFile + gQuota.sThisVfs.mxPathname+2; in sqlite3_quota_file() 905 rc = gQuota.pOrigVfs->xFullPathname(gQuota.pOrigVfs, zFilename, in sqlite3_quota_file() 946 rc = gQuota.pOrigVfs->xFullPathname(gQuota.pOrigVfs, zFilename, in sqlite3_quota_fopen() 1065 gQuota.pOrigVfs->xDelete(gQuota.pOrigVfs, pFile->zFilename, 0); in sqlite3_quota_fclose() [all …]
|