Searched refs:connect (Results 151 - 175 of 626) sorted by relevance

1234567891011>>

/macosx-10.9.5/adv_cmds-153/finger/
H A Dnet.c148 if (connect(s, ai->ai_addr, ai->ai_addrlen) < 0) {
153 * the explicit connect there, too.
156 && connect(s, ai->ai_addr, ai->ai_addrlen) < 0) {
158 warn("connect");
/macosx-10.9.5/apache-786.1/httpd/build/pkg/
H A Dbuildpkg.sh74 --enable-proxy --enable-proxy-connect \
/macosx-10.9.5/iodbc-42.5/iodbc/iodbc/
H A DMakefile.am86 libiodbc_la_SOURCES = catalog.c connect.c dlproc.c execute.c \
/macosx-10.9.5/ruby-104/ruby/lib/drb/
H A Dssl.rb140 def connect(tcp) method in class:DRb.DRbSSLSocket.SSLConfig
143 ssl.connect
255 ssl = ssl_conf.connect(soc)
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/ldap/
H A DldapChangeTest61 # connect to the local LDAP server using a non standard port
65 set handle [ldap::connect localhost 9009]
/macosx-10.9.5/IOKitUser-907.100.13/hid.subproj/
H A DIOHIDLibPrivate.h100 kern_return_t IOHIDSetFixedMouseLocation(io_connect_t connect,
/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DAudioNode.cpp125 void AudioNode::connect(AudioNode* destination, unsigned outputIndex, unsigned inputIndex, ExceptionCode& ec) function in class:WebCore::AudioNode
153 input->connect(output);
159 void AudioNode::connect(AudioParam* param, unsigned outputIndex, ExceptionCode& ec) function in class:WebCore::AudioNode
180 param->connect(output);
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DEventSource.h98 void connect();
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gstreamer/
H A DPlatformVideoWindowQt.cpp45 connect(&m_cursorTimer, SIGNAL(timeout()), this, SLOT(hideCursor()));
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DInspectorServerQt.cpp88 connect(m_tcpServer, SIGNAL(newConnection()), SLOT(newConnection()));
141 connect(m_tcpConnection, SIGNAL(readyRead()), SLOT(tcpReadyRead()));
142 connect(m_tcpConnection, SIGNAL(disconnected()), SLOT(tcpConnectionDisconnected()));
186 connect(m_tcpConnection, SIGNAL(readyRead()), SLOT(webSocketReadyRead()), Qt::QueuedConnection);
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetSupport/
H A DFullScreenVideoWidget.cpp56 connect(&m_cursorTimer, SIGNAL(timeout()), this, SLOT(hideCursor()));
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/qt/
H A DWebPopupMenuProxyQt.cpp131 connect(&m_items, SIGNAL(indexUpdated()), SLOT(onIndexUpdate()));
321 connect(contextObject, SIGNAL(acceptedWithOriginalIndex(int)), SLOT(selectIndex(int)));
324 connect(contextObject, SIGNAL(done()), SLOT(hidePopupMenu()), Qt::QueuedConnection);
326 connect(contextObject, SIGNAL(acceptedWithOriginalIndex(int)), SLOT(hidePopupMenu()), Qt::QueuedConnection);
/macosx-10.9.5/postfix-252/postfix/src/tls/
H A Dtls_prng_dev.c79 #include <connect.h>
H A Dtls_prng_egd.c20 /* tls_prng_egd_open() connect to the specified UNIX-domain service
77 #include <connect.h>
84 /* tls_prng_egd_open - connect to EGD server */
93 msg_info("%s: connect to EGD server %s", myname, name);
97 msg_info("%s: cannot connect to EGD server %s: %m", myname, name);
H A Dtls_prng_file.c74 #include <connect.h>
H A Dtls_proxy_clnt.c96 #include <connect.h>
144 msg_warn("connect to %s service: %m", STR(tlsproxy_service));
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dunix_pass_trigger.c57 #include <connect.h>
111 msg_warn("%s: connect to %s: %m", myname, service);
H A Dunix_send_fd.c155 #include <connect.h>
178 msg_fatal("connect %s:%s: %m", transport, endpoint);
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/
H A Dgetpeername.c127 result = connect(sock3, (struct sockaddr *)&adds,
130 perror("connect");
/macosx-10.9.5/IOGraphics-471.92.1/tools/
H A Dfbshared.c24 io_connect_t connect; local
63 kr = IOServiceOpen(framebuffer, mach_task_self(), kIOFBSharedConnectType, &connect);
69 kr = IOConnectMapMemory(connect, kIOFBCursorMemory, mach_task_self(),
/macosx-10.9.5/IOPCIFamily-224.92.1/tools/
H A Dpciutils3.1.7.patch.c119 + io_connect_t connect; local
126 + status = IOServiceOpen(service, mach_task_self(), 0, &connect);
136 + a->fd = connect;
/macosx-10.9.5/OpenSSH-186/openssh/regress/
H A DMakefile18 LTESTS= connect \
19 proxy-connect \
20 connect-privsep \
/macosx-10.9.5/WebCore-7537.78.1/Modules/websockets/
H A DWorkerThreadableWebSocketChannel.h65 virtual void connect(const KURL&, const String& protocol) OVERRIDE;
89 void connect(const KURL&, const String& protocol);
135 void connect(const KURL&, const String& protocol);
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c/detail/
H A Dprocess_test.c1043 TC_FORK_STREAMS(capture, CAPTURE, connect, CONNECT);
1048 TC_FORK_STREAMS(connect, CONNECT, capture, CAPTURE);
1049 TC_FORK_STREAMS(connect, CONNECT, connect, CONNECT);
1050 TC_FORK_STREAMS(connect, CONNECT, default, DEFAULT);
1051 TC_FORK_STREAMS(connect, CONNECT, inherit, INHERIT);
1052 TC_FORK_STREAMS(connect, CONNECT, redirect_fd, REDIRECT_FD);
1053 TC_FORK_STREAMS(connect, CONNECT, redirect_path, REDIRECT_PATH);
1055 TC_FORK_STREAMS(default, DEFAULT, connect, CONNECT);
1061 TC_FORK_STREAMS(inherit, INHERIT, connect, CONNEC
[all...]
/macosx-10.9.5/ruby-104/ruby/test/openssl/
H A Dtest_ssl.rb50 assert(ssl.connect)
58 assert(ssl.connect)
114 ssl.connect
189 ssl.connect
210 assert_raise(OpenSSL::SSL::SSLError){ ssl.connect }
222 ssl.connect
234 assert_raise(OpenSSL::SSL::SSLError){ ssl.connect }
252 assert_raise(OpenSSL::SSL::SSLError) { ssl.connect }
272 assert_raise(OpenSSL::SSL::SSLError){ ssl.connect }
631 ssl.connect
[all...]

Completed in 255 milliseconds

1234567891011>>