Searched refs:new_dict (Results 1 – 6 of 6) sorted by relevance
268 merge_dicts(prop_dictionary_t existing_dict, const prop_dictionary_t new_dict) in merge_dicts() argument275 props_iter = prop_dictionary_iterator(new_dict); in merge_dicts()283 props_obj = prop_dictionary_get_keysym(new_dict, props_keysym); in merge_dicts()
252 dict_of_volnames = new_dict(); in main()253 dict_of_hosts = new_dict(); in main()
65 new_dict(void) in new_dict() function
64 extern dict *new_dict(void);
92 new_dict = dict()102 new_dict[k] = v103 return tuple(new_dict.items())
1834 const prop_dictionary_t new_dict) in module_merge_dicts() argument1842 if (new_dict == NULL) { /* nothing to merge */ in module_merge_dicts()1847 props_iter = prop_dictionary_iterator(new_dict); in module_merge_dicts()1855 props_obj = prop_dictionary_get_keysym(new_dict, props_keysym); in module_merge_dicts()