ESP-IDF
BLOB_IDX
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BLOB_IDX
BLOB_IDX value
Syntax
Show:
Summary
Declaration
from
nvs_handle.hpp:39
BLOB_IDX
=
0x48
;
Examples
References
from
examples
Code
Location
Scope
Referrer
BLOB_IDX
=
0x48
,
nvs_handle.hpp:39
if
(
datatype
==
ItemType
::
BLOB_IDX
||
datatype
==
ItemType
::
BLOB
)
nvs_handle_simple.cpp:77
nvs::NVSHandleSimple
nvs::NVSHandleSimple::find_key()
&&
item
.
datatype
==
ItemType
::
BLOB_IDX
)
{
nvs_page.cpp:956
nvs::Page
nvs::Page::findItem()
if
(
datatype
==
ItemType
::
BLOB_IDX
nvs_page.cpp:970
nvs::Page
nvs::Page::findItem()
if
(
datatype
==
ItemType
::
BLOB_IDX
nvs_page.cpp:975
nvs::Page
nvs::Page::findItem()
if
(
(
it
==
last
)
&&
(
item
.
datatype
==
ItemType
::
BLOB_IDX
)
)
{
nvs_pagemanager.cpp:79
nvs::PageManager
nvs::PageManager::load()
err
=
getCurrentPage
(
)
.
writeItem
(
nsIndex
,
ItemType
::
BLOB_IDX
,
key
,
item
.
data
,
sizeof
(
item
.
data
)
)
;
nvs_storage.cpp:358
nvs::Storage
nvs::Storage::writeMultiPageBlob()
err
=
findItem
(
nsIndex
,
ItemType
::
BLOB_IDX
,
key
,
findPage
,
item
)
;
nvs_storage.cpp:387
nvs::Storage
nvs::Storage::writeItem()
auto
err
=
findItem
(
nsIndex
,
ItemType
::
BLOB_IDX
,
key
,
findPage
,
item
)
;
nvs_storage.cpp:589
nvs::Storage
nvs::Storage::readMultiPageBlob()
auto
err
=
findItem
(
nsIndex
,
ItemType
::
BLOB_IDX
,
key
,
findPage
,
item
)
;
nvs_storage.cpp:639
nvs::Storage
nvs::Storage::cmpMultiPageBlob()
auto
err
=
findItem
(
nsIndex
,
ItemType
::
BLOB_IDX
,
key
,
findPage
,
item
,
Page
::
CHUNK_ANY
,
chunkStart
)
;
nvs_storage.cpp:706
nvs::Storage
nvs::Storage::eraseMultiPageBlob()
err
=
findPage
->
eraseItem
(
nsIndex
,
ItemType
::
BLOB_IDX
,
key
,
Page
::
CHUNK_ANY
,
chunkStart
)
;
nvs_storage.cpp:711
nvs::Storage
nvs::Storage::eraseMultiPageBlob()
err
=
findItem
(
nsIndex
,
ItemType
::
BLOB_IDX
,
key
,
findPage
,
item
,
Page
::
CHUNK_ANY
,
chunkStart
)
;
nvs_storage.cpp:721
nvs::Storage
nvs::Storage::eraseMultiPageBlob()
err
=
findPage
->
eraseItem
(
nsIndex
,
ItemType
::
BLOB_IDX
,
key
,
Page
::
CHUNK_ANY
,
chunkStart
)
;
nvs_storage.cpp:723
nvs::Storage
nvs::Storage::eraseMultiPageBlob()
if
(
item
.
datatype
==
ItemType
::
BLOB_DATA
||
item
.
datatype
==
ItemType
::
BLOB_IDX
)
{
nvs_storage.cpp:783
nvs::Storage
nvs::Storage::eraseItem()
err
=
findItem
(
nsIndex
,
ItemType
::
BLOB_IDX
,
key
,
findPage
,
item
)
;
nvs_storage.cpp:844
nvs::Storage
nvs::Storage::getItemDataSize()
item
.
datatype
!=
ItemType
::
BLOB_IDX
)
;
nvs_storage.cpp:965
nvs::isIterableItem()
case
ItemType
::
BLOB_IDX
:
{
nvs_types.cpp:70
nvs::Item
nvs::Item::checkHeaderConsistency() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
BLOB_IDX
is read by 12 functions:
All items filtered out
BLOB_IDX
nvs::Page::findItem()
nvs::PageManager::load()
nvs::Storage::writeMultiPageBlob()
nvs::Storage::writeItem()
nvs::Storage::readMultiPageBlob()
nvs::Storage::cmpMultiPageBlob()
nvs::Storage::eraseMultiPageBlob()
nvs::Storage::eraseItem()
nvs::Storage::getItemDataSize()
nvs::isIterableItem()
nvs::NVSHandleSimple::find_key()
nvs::Item::checkHeaderConsistency() const
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out