prop_dictionary.c | 627 struct _prop_dict_entry *array, *oarray; local in function:_prop_dictionary_expand 633 oarray = pd->pd_array; 638 if (oarray != NULL) 639 memcpy(array, oarray, pd->pd_capacity * sizeof(*array)); 643 if (oarray != NULL) 644 _PROP_FREE(oarray, M_PROP_DICT);
|