Searched refs:xSectorSize (Results 1 – 4 of 4) sorted by relevance
631 int (*xSectorSize)(sqlite3_file*); member
580 ** The xSectorSize() method returns the sector size of the631 int (*xSectorSize)(sqlite3_file*);
1155 int (*xSectorSize)(sqlite3_file*); member12145 int (*xSectorSize)(sqlite3_file*) = id->pMethods->xSectorSize; in sqlite3OsSectorSize() local12146 return (xSectorSize ? xSectorSize(id) : SQLITE_DEFAULT_SECTOR_SIZE); in sqlite3OsSectorSize()
1104 ** The xSectorSize() method returns the sector size of the1155 int (*xSectorSize)(sqlite3_file*);12140 int (*xSectorSize)(sqlite3_file*) = id->pMethods->xSectorSize;12141 return (xSectorSize ? xSectorSize(id) : SQLITE_DEFAULT_SECTOR_SIZE);24783 unixSectorSize, /* xSectorSize */ \33206 ** pager based on the value returned by the xSectorSize method33214 ** the value returned by the xSectorSize() method rounded up to 32 if58854 0, /* xSectorSize */59135 0, /* xSectorSize */