Searched refs:xSectorSize (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h638 ** The xSectorSize() method returns the sector size of the
689 int (*xSectorSize)(sqlite3_file*); member in struct:sqlite3_io_methods
H A Dsqlite3.c1191 ** The xSectorSize() method returns the sector size of the
1242 int (*xSectorSize)(sqlite3_file*); member in struct:sqlite3_io_methods
14431 int (*xSectorSize)(sqlite3_file*) = id->pMethods->xSectorSize;
14432 return (xSectorSize ? xSectorSize(id) : SQLITE_DEFAULT_SECTOR_SIZE);
23802 os2SectorSize, /* xSectorSize */
[all...]

Completed in 270 milliseconds