Home
last modified time | relevance | path

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

/external/dbus/bus/
Dconfig-parser.c586 const char **retloc; member
601 const char **retloc; in locate_attributes() local
615 attrs[0].retloc = first_attribute_retloc; in locate_attributes()
621 retloc = va_arg (args, const char**); in locate_attributes()
625 _dbus_assert (retloc != NULL); in locate_attributes()
629 attrs[n_attrs].retloc = retloc; in locate_attributes()
631 *retloc = NULL; in locate_attributes()
634 retloc = va_arg (args, const char**); in locate_attributes()
654 retloc = attrs[j].retloc; in locate_attributes()
656 if (*retloc != NULL) in locate_attributes()
[all …]