Home
last modified time | relevance | path

Searched refs:MAX_KEY_LENGTH (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_storage.hpp39 char mName[Item::MAX_KEY_LENGTH + 1];
53 char key[Item::MAX_KEY_LENGTH + 1];
Dnvs_types.hpp79 static const size_t MAX_KEY_LENGTH = sizeof(key) - 1; member in nvs::Item
Dnvs_page.cpp187 if (keySize > Item::MAX_KEY_LENGTH) { in writeItem()
869 if (key != nullptr && strncmp(key, item.key, Item::MAX_KEY_LENGTH) != 0) { in findItem()
/hal_espressif-3.6.0/components/nvs_flash/test_nvs_host/
Dtest_nvs.cpp80 strncpy(item2.key, "foo", Item::MAX_KEY_LENGTH);
517 char name[Item::MAX_KEY_LENGTH + 1];
544 char name[Item::MAX_KEY_LENGTH];
570 char name[Item::MAX_KEY_LENGTH + 1];
1694 char item_name[Item::MAX_KEY_LENGTH + 1];