Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos.h188 int sqlite3OsSectorSize(sqlite3_file *id);
H A Dtest_devsym.c353 return sqlite3OsSectorSize(p->pReal); in writecrashSectorSize()
H A Dos.c161 int sqlite3OsSectorSize(sqlite3_file *id){ in sqlite3OsSectorSize() function
H A Dtest_journal.c682 return sqlite3OsSectorSize(p->pReal); in jtSectorSize()
H A Dtest_vfs.c585 return sqlite3OsSectorSize(pFd->pReal); in tvfsSectorSize()
H A Dpager.c2642 int iRet = sqlite3OsSectorSize(pFile); in sqlite3SectorSize()