Lines Matching refs:client_fd
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;
193 client_fd = _dbus_accept_with_noncefile (listen_fd, socket_server->noncefile);
195 client_fd = _dbus_accept (listen_fd);
197 if (client_fd < 0)
211 if (!handle_new_client_fd_and_unlock (server, client_fd))