Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_onefile.c141 static int fsSectorSize(sqlite3_file*);
220 fsSectorSize, /* xSectorSize */
570 static int fsSectorSize(sqlite3_file *pFile){ in fsSectorSize() function