Searched refs:strarray_value (Results 1 – 3 of 3) sorted by relevance
772 entry->strarray_value = NULL; in _wpa_dbus_dict_entry_get_string_array()810 entry->strarray_value = buffer; in _wpa_dbus_dict_entry_get_string_array()817 os_free(entry->strarray_value); in _wpa_dbus_dict_entry_get_string_array()818 entry->strarray_value = NULL; in _wpa_dbus_dict_entry_get_string_array()1145 if (!entry->strarray_value) in wpa_dbus_dict_entry_clear()1148 os_free(entry->strarray_value[i]); in wpa_dbus_dict_entry_clear()1149 os_free(entry->strarray_value); in wpa_dbus_dict_entry_clear()
143 char **strarray_value; member
371 size = os_strlen(entry->strarray_value[i]); in set_cred_property()379 entry->strarray_value[i]); in set_cred_property()385 value = os_strdup(entry->strarray_value[i]); in set_cred_property()