Home | History | Annotate | Download | only in dist

Lines Matching refs:xSectorSize

1194 ** The xSectorSize() method returns the sector size of the
1245 int (*xSectorSize)(sqlite3_file*);
14786 int (*xSectorSize)(sqlite3_file*) = id->pMethods->xSectorSize;
14787 return (xSectorSize ? xSectorSize(id) : SQLITE_DEFAULT_SECTOR_SIZE);
24237 os2SectorSize, /* xSectorSize */
29399 unixSectorSize, /* xSectorSize */ \
35026 winSectorSize, /* xSectorSize */
38878 ** The maximum allowed sector size. 64KiB. If the xSectorsize() method
40959 ** pager based on the value returned by the xSectorSize method
40967 ** the value returned by the xSectorSize() method rounded up to 32 if
72747 0, /* xSectorSize */
73031 0, /* xSectorSize */