Lines Matching refs:parentDictionary

62     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()
209 const struct BejDictionaries* dictionaries, const uint8_t* parentDictionary, in bejUpdateStringMetaData() argument
215 dictionaries, parentDictionary, &(node->leaf.nodeAttr), nodeIndex, in bejUpdateStringMetaData()
234 const struct BejDictionaries* dictionaries, const uint8_t* parentDictionary, in bejUpdateRealMetaData() argument
240 dictionaries, parentDictionary, &(node->leaf.nodeAttr), nodeIndex, in bejUpdateRealMetaData()
314 const struct BejDictionaries* dictionaries, const uint8_t* parentDictionary, in bejUpdateEnumMetaData() argument
326 dictionaries, parentDictionary, &(node->leaf.nodeAttr), nodeIndex, in bejUpdateEnumMetaData()
366 const struct BejDictionaries* dictionaries, const uint8_t* parentDictionary, in bejUpdateBoolMetaData() argument
372 dictionaries, parentDictionary, &node->leaf.nodeAttr, nodeIndex, in bejUpdateBoolMetaData()
389 const struct BejDictionaries* dictionaries, const uint8_t* parentDictionary, in bejUpdateNullMetaData() argument
395 dictionaries, parentDictionary, &node->leaf.nodeAttr, nodeIndex, in bejUpdateNullMetaData()
424 const struct BejDictionaries* dictionaries, const uint8_t* parentDictionary, in bejUpdateLeafNodeMetaData() argument
433 bejUpdateIntMetaData(dictionaries, parentDictionary, childPtr, in bejUpdateLeafNodeMetaData()
438 dictionaries, parentDictionary, childPtr, childIndex, in bejUpdateLeafNodeMetaData()
443 bejUpdateRealMetaData(dictionaries, parentDictionary, childPtr, in bejUpdateLeafNodeMetaData()
448 bejUpdateEnumMetaData(dictionaries, parentDictionary, childPtr, in bejUpdateLeafNodeMetaData()
453 bejUpdateBoolMetaData(dictionaries, parentDictionary, childPtr, in bejUpdateLeafNodeMetaData()
458 bejUpdateNullMetaData(dictionaries, parentDictionary, childPtr, in bejUpdateLeafNodeMetaData()
481 const struct BejDictionaries* dictionaries, const uint8_t* parentDictionary, in bejUpdateParentMetaData() argument
491 dictionaries, parentDictionary, &node->nodeAttr, nodeIndex, in bejUpdateParentMetaData()