Lines Matching defs:xSectorSize
1100 ** The xSectorSize() method returns the sector size of the
1155 int (*xSectorSize)(sqlite3_file*);
25025 int (*xSectorSize)(sqlite3_file*) = id->pMethods->xSectorSize;
25026 return (xSectorSize ? xSectorSize(id) : SQLITE_DEFAULT_SECTOR_SIZE);
35923 kvvfsSectorSize, /* xSectorSize */
35947 kvvfsSectorSize, /* xSectorSize */
42286 unixSectorSize, /* xSectorSize */ \
49683 winSectorSize, /* xSectorSize */
49709 winSectorSize, /* xSectorSize */
51445 0, /* memdbSectorSize,*/ /* xSectorSize */
58215 ** pager based on the value returned by the xSectorSize method
58223 ** the value returned by the xSectorSize() method rounded up to 32 if
103303 0, /* xSectorSize */
211876 nSectorSize = pDb->pMethods->xSectorSize(pDb);
213696 return p->pReal->pMethods->xSectorSize(p->pReal);
213852 rbuVfsSectorSize, /* xSectorSize */