Searched refs:nameOffset (Results 1 – 4 of 4) sorted by relevance
| /openbmc/libbej/src/ |
| H A D | bej_dictionary.c | 66 const uint8_t* dictionary, uint32_t dictionarySize, uint16_t nameOffset, in bejValidatePropertyNameLength() argument 77 if (((uint32_t)nameOffset) + (uint32_t)(nameLength) > (dictionarySize - 1)) in bejValidatePropertyNameLength() 85 const char* name = (const char*)dictionary + nameOffset; in bejValidatePropertyNameLength() 133 p->nameOffset, p->nameLength)) in bejDictGetProperty() 147 uint16_t nameOffset, uint8_t nameLength) in bejDictGetPropertyName() argument 153 return (const char*)(dictionary + nameOffset); in bejDictGetPropertyName() 179 bejDictGetPropertyName(dictionary, p->nameOffset, in bejDictGetPropertyByName()
|
| H A D | bej_decoder_core.c | 227 return bejDictGetPropertyName(dictionary, prop->nameOffset, in bejGetPropName() 345 propName = bejDictGetPropertyName(dictionary, prop->nameOffset, in bejHandleBejSet() 410 propName = bejDictGetPropertyName(dictionary, prop->nameOffset, in bejHandleBejArray() 522 propName = bejDictGetPropertyName(dictionary, prop->nameOffset, in bejHandleBejEnum() 541 dictionary, enumValueProp->nameOffset, enumValueProp->nameLength); in bejHandleBejEnum() 674 outerDictionary, outerProp->nameOffset, outerProp->nameLength); in bejHandleBejPropertyAnnotation()
|
| /openbmc/libbej/include/libbej/ |
| H A D | bej_dictionary.h | 42 uint16_t nameOffset; member 96 uint16_t nameOffset, uint8_t nameLength);
|
| /openbmc/libbej/test/ |
| H A D | bej_dictionary_test.cpp | 89 bejDictGetPropertyName(dummySimpleDict.data(), property->nameOffset, in TEST()
|