Home
last modified time | relevance | path

Searched refs:dictionarySize (Results 1 – 3 of 3) sorted by relevance

/openbmc/libbej/src/
H A Dbej_dictionary.c66 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()
132 header->dictionarySize, in bejDictGetProperty()
H A Dbej_decoder_core.c923 if (schemaDictionaryHeader->dictionarySize != in bejDecodePldmBlock()
927 schemaDictionaryHeader->dictionarySize, in bejDecodePldmBlock()
934 if (annotationDictionaryHeader->dictionarySize != in bejDecodePldmBlock()
939 annotationDictionaryHeader->dictionarySize, in bejDecodePldmBlock()
948 if (errorDictionaryHeader->dictionarySize != in bejDecodePldmBlock()
953 errorDictionaryHeader->dictionarySize, in bejDecodePldmBlock()
/openbmc/libbej/include/libbej/
H A Dbej_dictionary.h52 uint32_t dictionarySize; member