Home
last modified time | relevance | path

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

/openbmc/libbej/test/
H A Dbej_dictionary_test.cpp64 EXPECT_THAT(bejDictGetPropertyHeadOffset(), sizeof(BejDictionaryHeader)); in TEST()
70 sizeof(BejDictionaryHeader) + sizeof(BejDictionaryProperty)); in TEST()
75 const struct BejDictionaryHeader* header = in TEST()
76 (const struct BejDictionaryHeader*)dummySimpleDict.data(); in TEST()
114 struct BejDictionaryHeader* header = in TEST()
115 (struct BejDictionaryHeader*)modifiedDictionary.data(); in TEST()
120 sizeof(BejDictionaryHeader)); in TEST()
/openbmc/libbej/src/
H A Dbej_dictionary.c50 const struct BejDictionaryHeader* header = in bejValidatePropertyOffset()
51 (const struct BejDictionaryHeader*)dictionary; in bejValidatePropertyOffset()
99 return sizeof(struct BejDictionaryHeader); in bejDictGetPropertyHeadOffset()
107 return sizeof(struct BejDictionaryHeader) + in bejDictGetFirstAnnotatedPropertyOffset()
116 const struct BejDictionaryHeader* header = in bejDictGetProperty()
117 (const struct BejDictionaryHeader*)dictionary; in bejDictGetProperty()
164 const struct BejDictionaryHeader* header = in bejDictGetPropertyByName()
165 (const struct BejDictionaryHeader*)dictionary; in bejDictGetPropertyByName()
H A Dbej_decoder_core.c921 const struct BejDictionaryHeader* schemaDictionaryHeader = in bejDecodePldmBlock()
922 ((const struct BejDictionaryHeader*)dictionaries->schemaDictionary); in bejDecodePldmBlock()
932 const struct BejDictionaryHeader* annotationDictionaryHeader = in bejDecodePldmBlock()
933 ((const struct BejDictionaryHeader*)dictionaries->annotationDictionary); in bejDecodePldmBlock()
946 const struct BejDictionaryHeader* errorDictionaryHeader = in bejDecodePldmBlock()
947 ((const struct BejDictionaryHeader*)dictionaries->errorDictionary); in bejDecodePldmBlock()
/openbmc/libbej/include/libbej/
H A Dbej_dictionary.h45 struct BejDictionaryHeader struct