/src/common/lib/libprop/ |
prop_array.c | 308 prop_object_t *array, *oarray; local in function:_prop_array_expand 314 oarray = pa->pa_array; 319 if (oarray != NULL) 320 memcpy(array, oarray, pa->pa_capacity * sizeof(*array)); 324 if (oarray != NULL) 325 _PROP_FREE(oarray, M_PROP_ARRAY);
|
prop_array.c | 308 prop_object_t *array, *oarray; local in function:_prop_array_expand 314 oarray = pa->pa_array; 319 if (oarray != NULL) 320 memcpy(array, oarray, pa->pa_capacity * sizeof(*array)); 324 if (oarray != NULL) 325 _PROP_FREE(oarray, M_PROP_ARRAY);
|
prop_array.c | 308 prop_object_t *array, *oarray; local in function:_prop_array_expand 314 oarray = pa->pa_array; 319 if (oarray != NULL) 320 memcpy(array, oarray, pa->pa_capacity * sizeof(*array)); 324 if (oarray != NULL) 325 _PROP_FREE(oarray, M_PROP_ARRAY);
|
prop_array.c | 308 prop_object_t *array, *oarray; local in function:_prop_array_expand 314 oarray = pa->pa_array; 319 if (oarray != NULL) 320 memcpy(array, oarray, pa->pa_capacity * sizeof(*array)); 324 if (oarray != NULL) 325 _PROP_FREE(oarray, M_PROP_ARRAY);
|
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);
|
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);
|
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);
|
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);
|