Searched refs:dictionarySize (Results 1 – 3 of 3) sorted by relevance
66 const uint8_t* dictionary, uint32_t dictionarySize, uint16_t nameOffset, in bejValidatePropertyNameLength() argument77 if (((uint32_t)nameOffset) + (uint32_t)(nameLength) > (dictionarySize - 1)) in bejValidatePropertyNameLength()132 header->dictionarySize, in bejDictGetProperty()
923 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()
52 uint32_t dictionarySize; member