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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h682 ** The xSectorSize() method returns the sector size of the
733 int (*xSectorSize)(sqlite3_file*); member in struct:sqlite3_io_methods
H A Dsqlite3.c1253 ** The xSectorSize() method returns the sector size of the
1304 int (*xSectorSize)(sqlite3_file*); member in struct:sqlite3_io_methods
15212 int (*xSectorSize)(sqlite3_file*) = id->pMethods->xSectorSize;
15213 return (xSectorSize ? xSectorSize(id) : SQLITE_DEFAULT_SECTOR_SIZE);
[all...]
/freebsd-10.2-release/crypto/heimdal/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 650 milliseconds