Lines Matching defs:xSectorSize
1107 ** The xSectorSize() method returns the sector size of the
1162 int (*xSectorSize)(sqlite3_file*);
26199 int (*xSectorSize)(sqlite3_file*) = id->pMethods->xSectorSize;
26200 return (xSectorSize ? xSectorSize(id) : SQLITE_DEFAULT_SECTOR_SIZE);
37506 kvvfsSectorSize, /* xSectorSize */
37530 kvvfsSectorSize, /* xSectorSize */
43915 unixSectorSize, /* xSectorSize */ \
51266 winSectorSize, /* xSectorSize */
51292 winSectorSize, /* xSectorSize */
53039 0, /* memdbSectorSize,*/ /* xSectorSize */
59804 ** pager based on the value returned by the xSectorSize method
59812 ** the value returned by the xSectorSize() method rounded up to 32 if
106350 0, /* xSectorSize */
221187 nSectorSize = pDb->pMethods->xSectorSize(pDb);
223027 return p->pReal->pMethods->xSectorSize(p->pReal);
223183 rbuVfsSectorSize, /* xSectorSize */
223203 rbuVfsSectorSize, /* xSectorSize */