Home
last modified time | relevance | path

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

/openbmc/libbej/src/
H A Dbej_encoder_metadata.c62 const struct BejDictionaries* dictionaries, const uint8_t* parentDictionary, in bejGetRelatedDictionary() argument
68 return parentDictionary; in bejGetRelatedDictionary()
75 if (parentDictionary == dictionaries->annotationDictionary) in bejGetRelatedDictionary()
103 const struct BejDictionaries* dictionaries, const uint8_t* parentDictionary, in bejFindSeqNumAndChildDictOffset() argument
114 *nodeDictionary = parentDictionary; in bejFindSeqNumAndChildDictOffset()
125 if (dictionaries->annotationDictionary == parentDictionary) in bejFindSeqNumAndChildDictOffset()
134 bejGetRelatedDictionary(dictionaries, parentDictionary, node->name); in bejFindSeqNumAndChildDictOffset()
140 if (dictionary != parentDictionary) in bejFindSeqNumAndChildDictOffset()
186 const uint8_t* parentDictionary, in bejUpdateIntMetaData() argument
192 dictionaries, parentDictionary, &node->leaf.nodeAttr, nodeIndex, in bejUpdateIntMetaData()
[all …]