Home
last modified time | relevance | path

Searched refs:nwv_string (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_values.c64 free(value->nwv_values.nwv_string[i]); in nwam_value_free()
65 free(value->nwv_values.nwv_string); in nwam_value_free()
124 if ((newvalue->nwv_values.nwv_string = in nwam_value_create()
133 } else if ((newvalue->nwv_values.nwv_string[i] = in nwam_value_create()
140 newvalue->nwv_values.nwv_string[i]); in nwam_value_create()
141 free(newvalue->nwv_values.nwv_string); in nwam_value_create()
173 values = old->nwv_values.nwv_string; in nwam_value_copy()
328 *valuesp = value->nwv_values.nwv_string; in nwam_value_get_string_array()
H A Dlibnwam_impl.h105 char **nwv_string; member