Searched refs:connects (Results 1 – 25 of 28) sorted by relevance
12
/external/blktrace/ |
D | blktrace.c | 207 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/ |
D | spectate.qc | 16 called when a spectator connects to a server
|
D | defs.qc | 81 void() SetNewParms; // called when a client first connects to
|
D | client.qc | 1166 called when a player connects to a server
|
/external/webkit/Source/WebCore/webaudio/ |
D | AudioContext.idl | 35 … // All rendered audio ultimately connects to destination, which represents the audio hardware.
|
/external/chromium/net/socket/ |
D | tcp_client_socket_libevent.cc | 172 base::StatsCounter connects("tcp.connect"); in Connect() local 173 connects.Increment(); in Connect()
|
D | tcp_client_socket_win.cc | 263 base::StatsCounter connects("tcp.connect"); in Connect() local 264 connects.Increment(); in Connect()
|
/external/quake/quake/src/QW/client/ |
D | docs.txt | 33 …onnection packet will be resent by CL_CheckForResend() every two seconds until the server connects.
|
/external/qemu/docs/ |
D | ANDROID-QEMUD.TXT | 92 - When a client connects to /dev/socket/qemud and sends a service
|
/external/openssh/ |
D | sftp.0 | 19 compression. sftp connects and logs into the specified host, then enters
|
D | ssh.0 | 21 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:
|
D | sshd.0 | 153 on disk. Whenever a client connects, the daemon responds with its public 404 automatically: whenever the user connects from an unknown host, its key
|
D | ssh_config.0 | 530 entirely. Note that CheckHostIP is not available for connects
|
/external/dbus/doc/ |
D | dcop-howto.txt | 320 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/ |
D | README-WPS | 130 When a client device (WPS Enrollee) connects to hostapd (WPS
|
/external/bluetooth/bluez/ |
D | ChangeLog | 206 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/ |
D | qtwebkit-bridge.qdoc | 82 \i \bold{Hybrid C++/script}: C++ application code connects a
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README | 783 connects or disconnects from a network. This can be used, e.g., to
|
/external/wpa_supplicant_6/wpa_supplicant/ |
D | README | 863 connects or disconnects from a network. This can be used, e.g., to
|
/external/skia/src/animator/ |
D | SkAnimateSchema.xsd | 1227 …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/ |
D | ChangeLog | 2104 connects the activate signal for submenu items.
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 4729 connects to them.
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2002-12-03 | 13465 Add the new bridge class that connects us to WebCore in a nicer way.
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 6097 connects k@nekts
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2002-12-03 | 8427 (KHTMLPart::init): Move the code that connects the redirection timer out
|
12