Home
last modified time | relevance | path

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

/external/dbus/bus/
Dconfig-parser.c551 const char **retloc; member
566 const char **retloc; in locate_attributes() local
580 attrs[0].retloc = first_attribute_retloc; in locate_attributes()
586 retloc = va_arg (args, const char**); in locate_attributes()
590 _dbus_assert (retloc != NULL); in locate_attributes()
594 attrs[n_attrs].retloc = retloc; in locate_attributes()
596 *retloc = NULL; in locate_attributes()
599 retloc = va_arg (args, const char**); in locate_attributes()
616 retloc = attrs[j].retloc; in locate_attributes()
618 if (*retloc != NULL) in locate_attributes()
[all …]