Searched refs:pd_array (Results 1 – 1 of 1) sorted by relevance
89 struct _prop_dict_entry *pd_array; member353 _PROP_ASSERT((pd->pd_capacity == 0 && pd->pd_array == NULL) || in _prop_dictionary_free()354 (pd->pd_capacity != 0 && pd->pd_array != NULL)); in _prop_dictionary_free()358 if (pd->pd_array != NULL) in _prop_dictionary_free()359 _PROP_FREE(pd->pd_array, M_PROP_DICT); in _prop_dictionary_free()368 po = pd->pd_array[pd->pd_count - 1].pde_objref; in _prop_dictionary_free()387 pdk = pd->pd_array[pd->pd_count].pde_key; in _prop_dictionary_free()421 pdk = pd->pd_array[pd->pd_count].pde_key; in _prop_dictionary_emergency_free()527 *next_obj1 = dict1->pd_array[idx].pde_objref; in _prop_dictionary_equals()528 *next_obj2 = dict2->pd_array[idx].pde_objref; in _prop_dictionary_equals()[all …]