Searched refs:pd_array (Results 1 – 1 of 1) sorted by relevance
88 struct _prop_dict_entry *pd_array; member352 _PROP_ASSERT((pd->pd_capacity == 0 && pd->pd_array == NULL) || in _prop_dictionary_free()353 (pd->pd_capacity != 0 && pd->pd_array != NULL)); in _prop_dictionary_free()357 if (pd->pd_array != NULL) in _prop_dictionary_free()358 _PROP_FREE(pd->pd_array, M_PROP_DICT); in _prop_dictionary_free()367 po = pd->pd_array[pd->pd_count - 1].pde_objref; in _prop_dictionary_free()386 pdk = pd->pd_array[pd->pd_count].pde_key; in _prop_dictionary_free()420 pdk = pd->pd_array[pd->pd_count].pde_key; in _prop_dictionary_emergency_free()526 *next_obj1 = dict1->pd_array[idx].pde_objref; in _prop_dictionary_equals()527 *next_obj2 = dict2->pd_array[idx].pde_objref; in _prop_dictionary_equals()[all …]