Searched refs:sIoMethodsV1 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_multiplex.c149 sqlite3_io_methods sIoMethodsV1; member in struct:__anon13827
363 pMultiplexOpen->base.pMethods = &gMultiplex.sIoMethodsV1;
935 gMultiplex.sIoMethodsV1.iVersion = 1;
936 gMultiplex.sIoMethodsV1.xClose = multiplexClose;
937 gMultiplex.sIoMethodsV1.xRead = multiplexRead;
938 gMultiplex.sIoMethodsV1.xWrite = multiplexWrite;
939 gMultiplex.sIoMethodsV1.xTruncate = multiplexTruncate;
940 gMultiplex.sIoMethodsV1.xSync = multiplexSync;
941 gMultiplex.sIoMethodsV1.xFileSize = multiplexFileSize;
942 gMultiplex.sIoMethodsV1
[all...]
H A Dtest_quota.c141 sqlite3_io_methods sIoMethodsV1; member in struct:__anon13830
344 pQuotaOpen->base.pMethods = &gQuota.sIoMethodsV1;
591 gQuota.sIoMethodsV1.iVersion = 1;
592 gQuota.sIoMethodsV1.xClose = quotaClose;
593 gQuota.sIoMethodsV1.xRead = quotaRead;
594 gQuota.sIoMethodsV1.xWrite = quotaWrite;
595 gQuota.sIoMethodsV1.xTruncate = quotaTruncate;
596 gQuota.sIoMethodsV1.xSync = quotaSync;
597 gQuota.sIoMethodsV1.xFileSize = quotaFileSize;
598 gQuota.sIoMethodsV1
[all...]

Completed in 91 milliseconds