Searched refs:mprop (Results 1 – 1 of 1) sorted by relevance
422 destroy_method_props(inetd_prop_t *mprop) in destroy_method_props() argument426 if (mprop == NULL) in destroy_method_props()429 for (i = 0; mprop[i].ip_name != NULL; i++) { in destroy_method_props()430 if (mprop[i].ip_type == INET_TYPE_STRING && in destroy_method_props()431 mprop[i].ip_error == IVE_VALID) in destroy_method_props()432 free(mprop[i].ip_value.iv_string); in destroy_method_props()435 free(mprop); in destroy_method_props()