Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dvfsstat.c111 #define VFSSTAT_MXCNT (VFSSTAT_nStat*VFSSTAT_nFile) macro
117 static sqlite3_uint64 aVfsCnt[VFSSTAT_MXCNT];
705 return pCur->i >= VFSSTAT_MXCNT; in vstattabEof()
747 if( iRowid<0 || iRowid>=VFSSTAT_MXCNT ) return SQLITE_ERROR; in vstattabUpdate()