Searched refs:connect (Results 126 - 150 of 626) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/workers/
H A DSharedWorker.cpp81 SharedWorkerRepository::connect(worker.get(), remotePort.release(), scriptURL, name, ec);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/InspectorServer/qt/
H A DWebSocketServerQt.cpp52 connect(&m_serverSocket, SIGNAL(newConnection()), SLOT(handleNewConnection()));
/macosx-10.9.5/apache-786.1/httpd/test/
H A Dtest-writev.c76 if( connect( s, (struct sockaddr *)&server_addr, sizeof( server_addr ) )
78 perror("connect");
H A Dzb.c85 struct timeval start, connect, done; member in struct:connection
91 int ctime; /* time in ms to connect */
151 gettimeofday(&c->connect,0);
259 if(connect(c->fd, (struct sockaddr *) &server, sizeof(server))<0) {
304 s.ctime = timedif(c->connect, c->start);
314 /* connect again */
416 s.ctime = timedif(c->connect, c->start);
423 c->start = c->connect; /* zero connect time with keep-alive */
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dmail_connect.c23 /* mail_connect() attempts to connect to the UNIX-domain socket of
66 #include <connect.h>
76 /* mail_connect - connect to mail subsystem */
88 msg_info("connect to subsystem %s: %m", path);
92 msg_info("connect to subsystem %s", path);
105 /* mail_connect_wait - connect to mail service until it succeeds */
117 msg_fatal("connect #%d to subsystem %s/%s: %m",
120 msg_warn("connect #%d to subsystem %s/%s: %m",
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dinet_trigger.c59 #include <connect.h>
107 msg_warn("%s: connect to %s: %m", myname, service);
H A Dstream_send_fd.c79 #include <connect.h>
100 msg_fatal("connect %s:%s: %m", transport, endpoint);
H A Dstream_trigger.c56 #include <connect.h>
103 msg_warn("%s: connect to %s: %m", myname, service);
H A Dunix_trigger.c57 #include <connect.h>
104 msg_warn("%s: connect to %s: %m", myname, service);
/macosx-10.9.5/remote_cmds-41.90.1/talk.tproj/
H A Dget_iface.c86 rv = connect(s, (struct sockaddr *)&remote, sizeof remote);
H A Dlook_up.c77 * so connect with the other (hopefully waiting) party
79 current_state = "Waiting to connect with caller";
87 if (connect(sockt, &addr, sizeof(addr)) != -1)
102 p_error("Unable to connect with initiator");
/macosx-10.9.5/ruby-104/ruby/test/net/smtp/
H A Dtest_ssl_socket.rb28 def connect method in class:Net.TestSSLSocket.SSLSocket
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dsys_domain.h84 ctl_connect_func connect; /* Make contact */ member in struct:kctl
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A DSystemLoad.c273 mach_port_t connect = MACH_PORT_NULL; local
285 IOServiceOpen(hidSystem, mach_task_self(), kIOHIDParamConnectType, &connect);
286 if (connect) {
287 IOHIDGetActivityState(connect, &hidActivityIdle);
288 IOServiceClose(connect);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DMediaPlayerPrivateQt.cpp121 connect(m_mediaPlayer, SIGNAL(mediaStatusChanged(QMediaPlayer::MediaStatus)),
123 connect(m_mediaPlayer, SIGNAL(stateChanged(QMediaPlayer::State)),
125 connect(m_mediaPlayer, SIGNAL(error(QMediaPlayer::Error)),
127 connect(m_mediaPlayer, SIGNAL(bufferStatusChanged(int)),
129 connect(m_mediaPlayer, SIGNAL(durationChanged(qint64)),
131 connect(m_mediaPlayer, SIGNAL(positionChanged(qint64)),
133 connect(m_mediaPlayer, SIGNAL(volumeChanged(int)),
135 connect(m_mediaPlayer, SIGNAL(mutedChanged(bool)),
137 connect(this, SIGNAL(surfaceFormatChanged(const QVideoSurfaceFormat&)),
/macosx-10.9.5/CPANInternal-140/DBIx-ContextualFetch/t/
H A D01.t18 my $dbh = DBI->connect(@DSN);
/macosx-10.9.5/CPANInternal-140/DBIx-ContextualFetch-1.03/t/
H A D01.t18 my $dbh = DBI->connect(@DSN);
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/t/
H A D066SQLite.t53 my $dbh = DBI->connect("dbi:SQLite:dbname=$dbfile","","");
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/src/
H A DLDAPSearchRequest.cpp33 LDAPAsynConnection *connect,
36 : LDAPRequest (connect,cons,isReferral,parent) {
31 LDAPSearchRequest(const string& base, int scope, const string& filter, const StringList& attrs, bool attrsOnly, LDAPAsynConnection *connect, const LDAPConstraints* cons, bool isReferral, const LDAPRequest* parent) argument
/macosx-10.9.5/OpenSSH-186/openssh/regress/
H A Ddynamic-forward.sh12 elif have_prog connect; then
13 proxycmd="connect -S 127.0.0.1:$FWDPORT -"
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBOpenDBRequest.cpp92 m_databaseCallbacks->connect(idbDatabase.get());
125 m_databaseCallbacks->connect(idbDatabase.get());
/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DAudioNode.h130 virtual void connect(AudioNode*, unsigned outputIndex, unsigned inputIndex, ExceptionCode&);
131 void connect(AudioParam*, unsigned outputIndex, ExceptionCode&);
/macosx-10.9.5/WebCore-7537.78.1/bridge/qt/
H A Dqt_runtime.h91 static JSValueRef connect(JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception);
101 static JSValueRef connectOrDisconnect(JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception, bool connect);
110 // A QtConnectionObject represents a connection created inside JS. It will connect its own execute() slot
/macosx-10.9.5/WebCore-7537.78.1/platform/network/qt/
H A DQNetworkReplyHandler.cpp272 // setFinished() must be the first that we connect, so isFinished() is updated when running other slots.
273 connect(m_reply, SIGNAL(finished()), this, SLOT(setFinished()));
274 connect(m_reply, SIGNAL(finished()), this, SLOT(receiveMetaData()));
275 connect(m_reply, SIGNAL(readyRead()), this, SLOT(receiveMetaData()));
276 connect(m_reply, SIGNAL(destroyed()), this, SLOT(replyDestroyed()));
349 connect(m_sniffer.get(), SIGNAL(finished()), this, SLOT(receiveSniffedMIMEType()));
393 // If not finished, connect to the slots that will be used from this point on.
394 connect(m_reply, SIGNAL(readyRead()), this, SLOT(didReceiveReadyRead()));
395 connect(m_reply, SIGNAL(finished()), this, SLOT(didReceiveFinished()));
794 connect(m_replyWrappe
[all...]
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DFullScreenVideoQt.cpp67 connect(m_fullScreenWidget, SIGNAL(closed()), this, SLOT(windowClosed()));
95 connect(m_FullScreenVideoHandler, SIGNAL(fullScreenClosed()), this, SLOT(aboutToClose()));

Completed in 153 milliseconds

1234567891011>>