OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:client_fd
(Results
1 - 6
of
6
) sorted by null
/external/dbus/dbus/
dbus-server-socket.c
87
int
client_fd
)
96
_dbus_verbose ("Creating new client connection with fd %d\n",
client_fd
);
100
if (!_dbus_set_fd_nonblocking (
client_fd
, NULL))
106
transport = _dbus_transport_new_for_socket (
client_fd
, &server->guid_hex, FALSE);
109
_dbus_close_socket (
client_fd
, NULL);
122
/* note that
client_fd
is now owned by the transport, and will be
187
int
client_fd
;
local
193
client_fd
= _dbus_accept_with_noncefile (listen_fd, socket_server->noncefile);
195
client_fd
= _dbus_accept (listen_fd);
197
if (
client_fd
< 0
[
all
...]
dbus-server-debug-pipe.c
213
int
client_fd
, server_fd;
local
248
if (!_dbus_full_duplex_pipe (&
client_fd
, &server_fd, FALSE,
257
client_transport = _dbus_transport_new_for_socket (
client_fd
,
261
_dbus_close_socket (
client_fd
, NULL);
270
client_fd
= -1;
dbus-sysdeps-unix.h
78
dbus_bool_t _dbus_read_credentials (int
client_fd
,
dbus-sysdeps-unix.c
1841
int
client_fd
;
local
[
all
...]
dbus-sysdeps.h
184
dbus_bool_t _dbus_read_credentials_socket (int
client_fd
,
dbus-sysdeps-win.c
1584
int
client_fd
;
local
[
all
...]
Completed in 51 milliseconds