Home
last modified time | relevance | path

Searched refs:strarray_value (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.c772 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()
H A Ddbus_dict_helpers.h143 char **strarray_value; member
H A Ddbus_new_handlers.c371 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()