Searched refs:Connect (Results 1 - 25 of 164) sorted by relevance

1234567

/haiku-fatelf/src/tests/kits/midi/midi_player/
H A DMidiPlayer.cpp61 store.Connect(&delay);
62 delay.Connect(&bridge);
65 printf("Connect MidiPlayer output to a MidiConsumer.\n""Hit return to start! "); getchar();
/haiku-fatelf/src/apps/powerstatus/
H A DAPMDriverInterface.h19 virtual status_t Connect();
/haiku-fatelf/src/kits/network/libnetapi/
H A DSocket.cpp25 Connect(peer, timeout);
49 BSocket::Connect(const BNetworkAddress& peer, bigtime_t timeout) function in class:BSocket
51 return BAbstractSocket::Connect(peer, SOCK_STREAM, timeout);
H A DDatagramSocket.cpp25 Connect(peer, timeout);
49 BDatagramSocket::Connect(const BNetworkAddress& peer, bigtime_t timeout) function in class:BDatagramSocket
51 return BAbstractSocket::Connect(peer, SOCK_DGRAM, timeout);
H A DSecureSocket.cpp45 Connect(peer, timeout);
69 BSecureSocket::Connect(const BNetworkAddress& peer, bigtime_t timeout) function in class:BSecureSocket
78 status_t status = BSocket::Connect(peer, timeout);
197 BSecureSocket::Connect(const BNetworkAddress& peer, bigtime_t timeout) function in class:BSecureSocket
/haiku-fatelf/headers/os/net/
H A DSecureSocket.h20 virtual status_t Connect(const BNetworkAddress& peer,
H A DSocket.h21 virtual status_t Connect(const BNetworkAddress& peer,
H A DAbstractSocket.h26 virtual status_t Connect(const BNetworkAddress& peer,
48 status_t Connect(const BNetworkAddress& peer, int type,
H A DDatagramSocket.h21 virtual status_t Connect(const BNetworkAddress& peer,
H A DNetEndpoint.h48 virtual status_t Connect(const BNetAddress& addr);
49 virtual status_t Connect(const char* addr, int port);
/haiku-fatelf/src/bin/desklink/
H A DMixerControl.h29 bool Connect(int32 volumeWhich, float* _value = NULL,
/haiku-fatelf/src/tests/kits/midi/patchbay/
H A DPatchRow.h30 void Connect(int32 consumerID);
/haiku-fatelf/src/kits/mail/
H A DServerConnection.cpp40 virtual status_t Connect(const char* server, uint32 port) = 0;
54 status_t Connect(const char* server, uint32 port);
102 status_t Connect(const char* server, uint32 port);
152 return fConnection->Connect(server, port);
164 return fConnection->Connect(server, port);
215 SocketConnection::Connect(const char* server, uint32 port) function in class:BPrivate::SocketConnection
239 TRACE("%s: Connect Error: %s\n", __func__, strerror(errno));
318 SSLConnection::Connect(const char* server, uint32 port) function in class:BPrivate::SSLConnection
326 status_t status = SocketConnection::Connect(server, port);
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DLinePathBuilder.cpp177 LinePathBuilder::Connect(BPoint a, BPoint b, BPoint c) function in class:LinePathBuilder
305 Connect(PointAt(n-1), PointAt(0), PointAt(1));
311 Connect(PointAt(i-1), PointAt(i), PointAt(i+1));
315 Connect(PointAt(n-2), PointAt(n-1), PointAt(n));
316 Connect(PointAt(n-1), PointAt(n), PointAt(n+1));
324 Connect(PointAt(n+1), PointAt(n), PointAt(n-1));
325 Connect(PointAt(n), PointAt(n-1), PointAt(n-2));
331 Connect(PointAt(i+1), PointAt(i), PointAt(i-1));
335 Connect(PointAt(1), PointAt(0), PointAt(n-1));
/haiku-fatelf/src/tests/kits/midi/midi_player_replacement/
H A DMidiPlayerWindow.cpp166 Connect();
190 Connect();
209 Connect();
225 Connect();
242 Connect();
267 Connect();
295 fMidiDelay->Connect(fMidiDisplay);
318 Connect();
396 Connect();
633 void MidiPlayerWindow::Connect(voi function in class:MidiPlayerWindow
[all...]
H A DMidiPlayerWindow.h39 virtual void Connect(void);
/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPRootInboundProtocol.h26 status_t Connect(const char* server,
H A DIMAPInboundProtocol.cpp332 IMAPInboundProtocol::Connect(const char* server, const char* username, function in class:IMAPInboundProtocol
340 statusMessage = "Connect to: ";
345 status_t status = fIMAPMailbox.Connect(server, username, password, useSSL,
421 return Connect(fServer, fUsername, fPassword, fUseSSL, -1);
489 Connect(fServer, fUsername, fPassword, fUseSSL);
499 Connect(fServer, fUsername, fPassword, fUseSSL);
521 Connect(fServer, fUsername, fPassword, fUseSSL);
543 Connect(fServer, fUsername, fPassword, fUseSSL);
573 Connect(fServer, fUsername, fPassword, fUseSSL);
601 Connect(fServe
[all...]
/haiku-fatelf/src/apps/codycam/
H A DFileUploadClient.cpp38 FileUploadClient::Connect(const string& server, const string& login, const string& passwd) function in class:FileUploadClient
H A DFileUploadClient.h21 virtual bool Connect(const string& server, const string& login,
H A DSftpClient.h27 virtual bool Connect(const string& server,
/haiku-fatelf/src/bin/network/ppp_up/
H A DConnectionView.h38 void Connect();
/haiku-fatelf/src/tests/kits/midi/
H A Dtest1.cpp21 store->Connect(text);
/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A Dpop3.h34 status_t Connect();
/haiku-fatelf/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A Dsmtp.h30 status_t Connect();

Completed in 139 milliseconds

1234567