Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dvfsstat.c209 static const sqlite3_io_methods vstat_io_methods = { variable
464 pFile->pMethods = rc ? 0 : &vstat_io_methods; in vstatOpen()