Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_vfs.c175 static int tvfsSectorSize(sqlite3_file*);
216 tvfsSectorSize, /* xSectorSize */
579 static int tvfsSectorSize(sqlite3_file *pFile){ in tvfsSectorSize() function