Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_onefile.c157 static int tmpSectorSize(sqlite3_file*);
241 tmpSectorSize, /* xSectorSize */
361 static int tmpSectorSize(sqlite3_file *pFile){ in tmpSectorSize() function