Searched refs:Connecting (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DSocketStreamHandleBase.cpp44 , m_state(Connecting)
55 if (m_state == Connecting || m_state == Closing)
104 ASSERT(!client || (!m_client && m_state == Connecting));
H A DSocketStreamHandleBase.h46 enum SocketStreamState { Connecting, Open, Closing, Closed }; enumerator in enum:WebCore::SocketStreamHandleBase::SocketStreamState
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Appender/
H A DSocket.pm141 Connecting at initialization time may not be the best option when
/macosx-10.9.5/WebCore-7537.78.1/platform/network/qt/
H A DSocketStreamHandleQt.cpp130 if (m_streamHandle && m_streamHandle->m_state == SocketStreamHandleBase::Connecting) {
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DSocket.pm146 Connecting at initialization time may not be the best option when
/macosx-10.9.5/WebCore-7537.78.1/platform/network/cf/
H A DSocketStreamHandleCFNet.cpp143 if (info->handle->m_state != Connecting)
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-srvr.el724 (gnus-message 5 "Connecting to %s..." (nth 1 method))
833 (gnus-message 5 "Connecting to %s...done" (nth 1 method))
/macosx-10.9.5/emacs-92/emacs/src/
H A Dprocess.c4292 SELECT_TYPE Connecting;
4305 FD_ZERO (&Connecting);
4571 Connecting = connect_wait_mask;
4611 (check_connect ? &Connecting : (SELECT_TYPE *)0),
4882 if (check_connect && FD_ISSET (channel, &Connecting)
4278 SELECT_TYPE Connecting; local
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DSchema.pm639 Connecting with C<< AutoCommit => 1 >> is recommended.
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Dange-ftp.el1825 (ange-ftp-message "Connecting to gateway %s..." ange-ftp-gateway-host)
1830 (ange-ftp-message "Connecting to gateway %s...done" ange-ftp-gateway-host)
/macosx-10.9.5/CPANInternal-140/Net-Telnet/lib/Net/
H A DTelnet.pm3503 =head2 Connecting to a Remote MS-Windows Machine
3521 Connecting Net::Telnet to one of these false TELNET servers makes your
/macosx-10.9.5/CPANInternal-140/Net-Telnet-3.03/lib/Net/
H A DTelnet.pm3503 =head2 Connecting to a Remote MS-Windows Machine
3521 Connecting Net::Telnet to one of these false TELNET servers makes your
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DLite.pm3623 When extra information is needed, it is also passed in the call to this method. Connecting to a server that uses browser cookies for authentication can be done by creating an instance of the HTTP::Cookies class (from the LWP package) and passing it as the value following a key of cookie_jar. The value for sockettime-outs may also be set this way. The full range of options vary by transport method. One common theme is that the endpoint string is always the first argument, with all additional arguments following it.

Completed in 297 milliseconds