Searched refs:PING (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A Dtestcond.c510 PING, enumerator in enum:__anon6162
524 state = PING;
535 ABTS_TRUE(tc, state == PING || state == OVER);
560 state = PING;
/macosx-10.9.5/apr-30/apr/apr/test/
H A Dtestcond.c510 PING, enumerator in enum:__anon6282
524 state = PING;
535 ABTS_TRUE(tc, state == PING || state == OVER);
560 state = PING;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/irc/
H A Dirc.tcl238 ircsend "PRIVMSG $target :\001PING [clock seconds]\001"
242 ircsend "PING [clock seconds]"
512 set dispatch(PING) {network send "PONG :[msg]"}
H A Dpicoirc.tcl126 if {[string match "PING*" $line]} {
144 PING {
145 send $context "NOTICE $nick :\001PING [lindex $data 0]\001"
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc-backend.el478 (erc-server-send (format "PING %.0f" (erc-current-time)))))
1302 (define-erc-response-handler (PING)
1305 (erc-log (format "PING: %s" pinger))
1311 'PING ?s (erc-time-diff erc-server-last-ping-time (erc-current-time))))
H A Derc.el746 "*If non-nil, show every time you get a PING or PONG from the server."
773 an automatic reply (like VERSION or PING) will be ignored. Good to
3075 (defun erc-cmd-PING (recipient)
3078 (erc-log (format "cmd: PING: %s" time))
3079 (erc-cmd-CTCP recipient "PING" time)))
4239 (defvar erc-ctcp-query-PING-hook '(erc-ctcp-query-PING))
4240 (defun erc-ctcp-query-PING (proc nick login host to msg)
4241 "Respond to a CTCP PING query."
4242 (when (string-match "^PING\\
[all...]

Completed in 148 milliseconds