Searched refs:xSectorSize (Results 1 – 19 of 19) sorted by relevance
162 int (*xSectorSize)(sqlite3_file*) = id->pMethods->xSectorSize; in sqlite3OsSectorSize() local163 return (xSectorSize ? xSectorSize(id) : SQLITE_DEFAULT_SECTOR_SIZE); in sqlite3OsSectorSize()
1061 if( pSubOpen && pSubOpen->pMethods->xSectorSize ){ in multiplexSectorSize()1062 return pSubOpen->pMethods->xSectorSize(pSubOpen); in multiplexSectorSize()1186 gMultiplex.sIoMethodsV1.xSectorSize = multiplexSectorSize; in sqlite3_multiplex_initialize()
521 rc = p->pReal->pMethods->xSectorSize(p->pReal); in vfstraceSectorSize()633 pNew->xSectorSize = vfstraceSectorSize; in vfstraceOpen()
688 return pSubOpen->pMethods->xSectorSize(pSubOpen); in quotaSectorSize()777 gQuota.sIoMethodsV1.xSectorSize = quotaSectorSize; in sqlite3_quota_initialize()
412 rc = p->pReal->pMethods->xSectorSize(p->pReal); in vfslogSectorSize()
790 ** The xSectorSize() method returns the sector size of the845 int (*xSectorSize)(sqlite3_file*); member
191 p->nSectorSize = p->pBt->pVfs->xSectorSize(p->pFile); in btSaveSectors()265 return p->pVfs->xSectorSize(p->pFile); in btVfsSectorSize()731 p->env.xSectorSize = btVfsSectorSize; in test_bt_open()
307 return pRealEnv->xSectorSize(p->pReal); in testEnvSectorSize()991 pDb->env.xSectorSize = testEnvSectorSize; in testLsmOpen()
60 int (*xSectorSize)(lsm_file *); member
400 return pEnv->xSectorSize(pFile); in lsmEnvSectorSize()
369 return pFile->pMethods->xSectorSize(pFile); in apndSectorSize()
370 rc = p->pReal->pMethods->xSectorSize(p->pReal); in vstatSectorSize()
607 return pFile->pMethods->xSectorSize(pFile); in cksmSectorSize()
582 rc = p->pReal->pMethods->xSectorSize(p->pReal); in vlogSectorSize()
757 M(xSectorSize,"i(p)"); in sqlite3_wasm_enum_json()
3067 nSectorSize = pDb->pMethods->xSectorSize(pDb); in rbuSetupCheckpoint()4887 return p->pReal->pMethods->xSectorSize(p->pReal); in rbuVfsSectorSize()
2471 pFd->pMethods->xSectorSize(pFd) in recoverVfsSectorSize()
938 xSectorSize: /*i(P)*/function(){ method
1467 # Test that regardless of the value returned by xSectorSize(), the