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

/freebsd-13-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.c679 entry->strarray_value = NULL;
717 entry->strarray_value = buffer;
724 os_free(entry->strarray_value);
725 entry->strarray_value = NULL;
1045 if (!entry->strarray_value)
1048 os_free(entry->strarray_value[i]);
1049 os_free(entry->strarray_value);
H A Ddbus_dict_helpers.h134 char **strarray_value; member in union:wpa_dbus_dict_entry::__anon6567

Completed in 55 milliseconds