Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-bus.c133 get_from_env (char **connection_p, in get_from_env() argument
138 _dbus_assert (*connection_p == NULL); in get_from_env()
145 *connection_p = _dbus_strdup (s); in get_from_env()
146 return *connection_p != NULL; in get_from_env()