Home
last modified time | relevance | path

Searched refs:fieldDirSize (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Dshared_block.cpp204 size_t fieldDirSize = mHeader->columnNums * sizeof(CellUnit); in AllocRow() local
207 uint32_t fieldDirOffset = Alloc(fieldDirSize, true); in AllocRow()
219 int result = memset_s(fieldDir, fieldDirSize, 0, fieldDirSize); in AllocRow()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H A Dshared_block.cpp195 size_t fieldDirSize = mHeader->columnNums * sizeof(CellUnit); in AllocRow() local
198 uint32_t fieldDirOffset = Alloc(fieldDirSize); in AllocRow()