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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_multiplex.c150 sqlite3_io_methods sIoMethodsV2; member in struct:__anon15528
365 pMultiplexOpen->base.pMethods = &gMultiplex.sIoMethodsV2;
948 gMultiplex.sIoMethodsV2 = gMultiplex.sIoMethodsV1;
949 gMultiplex.sIoMethodsV2.iVersion = 2;
950 gMultiplex.sIoMethodsV2.xShmMap = multiplexShmMap;
951 gMultiplex.sIoMethodsV2.xShmLock = multiplexShmLock;
952 gMultiplex.sIoMethodsV2.xShmBarrier = multiplexShmBarrier;
953 gMultiplex.sIoMethodsV2.xShmUnmap = multiplexShmUnmap;
H A Dtest_quota.c142 sqlite3_io_methods sIoMethodsV2; member in struct:__anon15531
346 pQuotaOpen->base.pMethods = &gQuota.sIoMethodsV2;
604 gQuota.sIoMethodsV2 = gQuota.sIoMethodsV1;
605 gQuota.sIoMethodsV2.iVersion = 2;
606 gQuota.sIoMethodsV2.xShmMap = quotaShmMap;
607 gQuota.sIoMethodsV2.xShmLock = quotaShmLock;
608 gQuota.sIoMethodsV2.xShmBarrier = quotaShmBarrier;
609 gQuota.sIoMethodsV2.xShmUnmap = quotaShmUnmap;

Completed in 1048 milliseconds