Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dmemstat.c181 #define MSV_ZIPVFS 2 /* ZIPVFS file-control with 64-bit return */ macro
219 {"ZIPVFS_CACHE_USED", MSV_ZIPVFS, 8, 231454 },
220 {"ZIPVFS_CACHE_HIT", MSV_ZIPVFS, 8, 231455 },
221 {"ZIPVFS_CACHE_MISS", MSV_ZIPVFS, 8, 231456 },
222 {"ZIPVFS_CACHE_WRITE", MSV_ZIPVFS, 8, 231457 },
223 {"ZIPVFS_DIRECT_READ", MSV_ZIPVFS, 8, 231458 },
224 {"ZIPVFS_DIRECT_BYTES", MSV_ZIPVFS, 8, 231459 },
266 case MSV_ZIPVFS: { in memstatNext()