Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dappendvfs.c148 static int apndSectorSize(sqlite3_file*);
214 apndSectorSize, /* xSectorSize */
367 static int apndSectorSize(sqlite3_file *pFile){ in apndSectorSize() function