Searched refs:strarray_value (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.c753 entry->strarray_value = NULL;
791 entry->strarray_value = buffer;
798 os_free(entry->strarray_value);
799 entry->strarray_value = NULL;
1119 if (!entry->strarray_value)
1122 os_free(entry->strarray_value[i]);
1123 os_free(entry->strarray_value);
H A Ddbus_dict_helpers.h149 char **strarray_value; member in union:wpa_dbus_dict_entry::__anon5810

Completed in 57 milliseconds