Home
last modified time | relevance | path

Searched refs:connects (Results 1 – 25 of 28) sorted by relevance

12

/external/blktrace/
Dblktrace.c207 int connects, ndevs, cl_opens; member
232 int listen_fd, connects, nchs; member
2179 ch->connects++; in ch_add_connection()
2182 ns->connects++; in ch_add_connection()
2183 ns->pfds = realloc(ns->pfds, (ns->connects+1) * sizeof(struct pollfd)); in ch_add_connection()
2192 ch->connects--; in ch_rem_connection()
2195 ns->connects--; in ch_rem_connection()
2196 ns->pfds = realloc(ns->pfds, (ns->connects+1) * sizeof(struct pollfd)); in ch_rem_connection()
2503 events = poll(ns->pfds, ns->connects + 1, -1); in net_server_handle_connections()
/external/quake/quake/src/QW/progs/
Dspectate.qc16 called when a spectator connects to a server
Ddefs.qc81 void() SetNewParms; // called when a client first connects to
Dclient.qc1166 called when a player connects to a server
/external/webkit/Source/WebCore/webaudio/
DAudioContext.idl35 … // All rendered audio ultimately connects to destination, which represents the audio hardware.
/external/chromium/net/socket/
Dtcp_client_socket_libevent.cc172 base::StatsCounter connects("tcp.connect"); in Connect() local
173 connects.Increment(); in Connect()
Dtcp_client_socket_win.cc263 base::StatsCounter connects("tcp.connect"); in Connect() local
264 connects.Increment(); in Connect()
/external/quake/quake/src/QW/client/
Ddocs.txt33 …onnection packet will be resent by CL_CheckForResend() every two seconds until the server connects.
/external/qemu/docs/
DANDROID-QEMUD.TXT92 - When a client connects to /dev/socket/qemud and sends a service
/external/openssh/
Dsftp.019 compression. sftp connects and logs into the specified host, then enters
Dssh.021 ssh connects and logs into the specified hostname (with optional user
542 encrypted communications. This works as follows: the user connects to
635 Finally the client connects:
Dsshd.0153 on disk. Whenever a client connects, the daemon responds with its public
404 automatically: whenever the user connects from an unknown host, its key
Dssh_config.0530 entirely. Note that CheckHostIP is not available for connects
/external/dbus/doc/
Ddcop-howto.txt320 The task manager of the KDE panel connects to this signal. It uses an
326 It connects the clientDied(pid_t) signal to its own clientDied(pid_t) DCOP
/external/wpa_supplicant_8/hostapd/
DREADME-WPS130 When a client device (WPS Enrollee) connects to hostapd (WPS
/external/bluetooth/bluez/
DChangeLog206 Fix issue with Connected status when PS3 BD remote connects.
584 Delay AVRCP connection when remote device connects A2DP.
619 Fix device creation for incoming security mode 3 connects.
/external/webkit/Source/WebKit/qt/docs/
Dqtwebkit-bridge.qdoc82 \i \bold{Hybrid C++/script}: C++ application code connects a
/external/wpa_supplicant_8/wpa_supplicant/
DREADME783 connects or disconnects from a network. This can be used, e.g., to
/external/wpa_supplicant_6/wpa_supplicant/
DREADME863 connects or disconnects from a network. This can be used, e.g., to
/external/skia/src/animator/
DSkAnimateSchema.xsd1227 …Close connects the last point in the path's contour to the first if the contour is not already clo…
/external/webkit/Source/WebKit/gtk/
DChangeLog2104 connects the activate signal for submenu items.
/external/dbus/
DChangeLog.pre-1-04729 connects to them.
/external/webkit/Source/WebKit/mac/
DChangeLog-2002-12-0313465 Add the new bridge class that connects us to WebCore in a nicer way.
/external/srec/config/en.us/dictionary/
Dlarge.ok6097 connects k@nekts
/external/webkit/Source/WebCore/
DChangeLog-2002-12-038427 (KHTMLPart::init): Move the code that connects the redirection timer out

12