OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_connection_function
(Results
1 - 2
of
2
) sorted by null
/external/dbus/dbus/
dbus-server-protected.h
74
DBusNewConnectionFunction
new_connection_function
;
member in struct:DBusServer
dbus-server-socket.c
91
DBusNewConnectionFunction
new_connection_function
;
local
139
new_connection_function
= server->
new_connection_function
;
145
if (
new_connection_function
)
147
(*
new_connection_function
) (server, connection,
Completed in 64 milliseconds