OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:client_transport
(Results
1 - 1
of
1
) sorted by null
/external/dbus/dbus/
dbus-server-debug-pipe.c
210
DBusTransport *
client_transport
;
local
257
client_transport
= _dbus_transport_new_for_socket (client_fd,
259
if (
client_transport
== NULL)
276
_dbus_transport_unref (
client_transport
);
289
_dbus_transport_unref (
client_transport
);
299
_dbus_transport_unref (
client_transport
);
321
return
client_transport
;
Completed in 984 milliseconds