OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_connection_data
(Results
1 - 4
of
4
) sorted by null
/external/dbus/dbus/
dbus-server-socket.c
92
void *
new_connection_data
;
local
138
new_connection_data
= server->
new_connection_data
;
146
new_connection_data
);
dbus-server-protected.h
78
void *
new_connection_data
;
member in struct:DBusServer
81
/**< Callback to invoke to free
new_connection_data
dbus-server-debug-pipe.c
312
server->
new_connection_data
);
dbus-server.c
916
old_data = server->
new_connection_data
;
919
server->
new_connection_data
= data;
[
all
...]
Completed in 2228 milliseconds