Lines Matching refs:itemIndex
36 size_t itemIndex = 0; in populateBlobIndices() local
43 while (p.findItem(Page::NS_ANY, ItemType::BLOB_IDX, nullptr, itemIndex, item) == ESP_OK) { in populateBlobIndices()
54 itemIndex += item.span; in populateBlobIndices()
65 size_t itemIndex = 0; in eraseOrphanDataBlobs() local
72 while (p.findItem(Page::NS_ANY, ItemType::BLOB_DATA, nullptr, itemIndex, item) == ESP_OK) { in eraseOrphanDataBlobs()
84 itemIndex += item.span; in eraseOrphanDataBlobs()
102 size_t itemIndex = 0; in init() local
104 while (p.findItem(Page::NS_INDEX, ItemType::U8, nullptr, itemIndex, item) == ESP_OK) { in init()
116 itemIndex += item.span; in init()
151 size_t itemIndex = 0; in findItem() local
152 auto err = it->findItem(nsIndex, datatype, key, itemIndex, item, chunkIdx, chunkStart); in findItem()
672 size_t itemIndex = 0; in debugCheck() local
675 while (p->findItem(Page::NS_ANY, ItemType::ANY, nullptr, itemIndex, item) == ESP_OK) { in debugCheck()
685 itemIndex += item.span; in debugCheck()
708 size_t itemIndex = 0; in calcEntriesInNamespace() local
711 auto err = it->findItem(nsIndex, ItemType::ANY, nullptr, itemIndex, item); in calcEntriesInNamespace()
719 itemIndex += item.span; in calcEntriesInNamespace()
720 if (itemIndex >= it->ENTRY_COUNT) break; in calcEntriesInNamespace()