Searched refs:connection (Results 51 - 75 of 488) sorted by relevance

1234567891011>>

/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/sslViewer/
H A DioSock.h39 * Opaque reference to an Open Transport connection.
77 * Accept a client connection. Call endpointShutdown() for each successful;
86 * Shut down a connection.
95 SSLConnectionRef connection,
102 SSLConnectionRef connection,
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/threadTest/
H A DioSockThr.h16 * Opaque reference to a connection.
44 * Accept a client connection.
52 * Shut down a connection.
61 SSLConnectionRef connection,
68 SSLConnectionRef connection,
/macosx-10.10/Security-57031.1.35/sslViewer/
H A DioSock.h18 * Opaque reference to an Open Transport connection.
56 * Accept a client connection. Call endpointShutdown() for each successful;
65 * Shut down a connection.
74 SSLConnectionRef connection,
81 SSLConnectionRef connection,
/macosx-10.10/cups-408/cups/desktop/
H A Dcups.conf9 <!-- Allow any connection to receive the message -->
/macosx-10.10/llvmCore-3425.0.34/utils/bugpoint/
H A DRemoteRunSafely.sh92 connection=$RUSER'@'$RHOST
96 $RCLIENT $connection $RPORT \
/macosx-10.10/WebKit2-7600.1.25/UIProcess/UserContent/
H A DWebUserContentControllerProxy.cpp70 webProcessProxy.connection()->send(Messages::WebUserContentController::AddUserScripts(m_userScripts), m_identifier);
71 webProcessProxy.connection()->send(Messages::WebUserContentController::AddUserStyleSheets(m_userStyleSheets), m_identifier);
76 webProcessProxy.connection()->send(Messages::WebUserContentController::AddUserScriptMessageHandlers(messageHandlerHandles), m_identifier);
92 process->connection()->send(Messages::WebUserContentController::AddUserScripts({ m_userScripts.last() }), m_identifier);
100 process->connection()->send(Messages::WebUserContentController::RemoveAllUserScripts(), m_identifier);
108 process->connection()->send(Messages::WebUserContentController::AddUserStyleSheets({ m_userStyleSheets.last() }), m_identifier);
116 process->connection()->send(Messages::WebUserContentController::RemoveAllUserStyleSheets(), m_identifier);
129 process->connection()->send(Messages::WebUserContentController::AddUserScriptMessageHandlers({ handler->handle() }), m_identifier);
139 process->connection()->send(Messages::WebUserContentController::RemoveUserScriptMessageHandler(it->value->identifier()), m_identifier);
146 void WebUserContentControllerProxy::didPostMessage(IPC::Connection* connection, uint64_ argument
[all...]
/macosx-10.10/IOKitUser-1050.1.21/pwr_mgt.subproj/
H A DIOPMLibPrivate.c107 IOReturn _pm_disconnect(mach_port_t connection __unused)
797 xpc_connection_t connection = NULL; local
803 connection = xpc_connection_create_mach_service(POWERD_XPC_ID,
806 if (!connection) {
810 xpc_connection_set_target_queue(connection,
813 xpc_connection_set_event_handler(connection,
839 xpc_connection_resume(connection);
840 xpc_connection_send_message(connection, msg);
844 if (connection) {
845 xpc_release(connection);
900 __IOPMConnection *connection = (__IOPMConnection *)info; local
918 _conveyMachPortToPowerd( __IOPMConnection *connection, mach_port_t the_port, bool enable) argument
951 __IOPMConnection *connection = (__IOPMConnection *)myConnection; local
970 __IOPMConnection *connection = (__IOPMConnection *)myConnection; local
1027 __IOPMConnection *connection = (__IOPMConnection *)myConnection; local
1060 __IOPMConnection *connection = (__IOPMConnection *)myConnection; local
1146 __IOPMConnection *connection = NULL; local
1221 IOPMConnectionRelease(IOPMConnection connection) argument
[all...]
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/t/testlib/
H A DPgBase.pm10 __PACKAGE__->connection("dbi:Pg:dbname=$db", $user, $pass,
/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DSynchronousLoaderClientCFNet.cpp40 CFURLConnectionUseCredential(handle->connection(), 0, challenge.cfURLAuthChallengeRef());
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebDownloadInternal.h36 +(id)_downloadWithLoadingConnection:(NSURLConnection *)connection
47 + (id)_downloadWithLoadingCFURLConnection:(CFURLConnectionRef)connection
/macosx-10.10/WebKit2-7600.1.25/Shared/EntryPointUtilities/mac/XPCService/
H A DXPCServiceEntryPoint.h45 XPCServiceInitializerDelegate(IPC::XPCPtr<xpc_connection_t> connection, xpc_object_t initializerMessage) argument
46 : m_connection(WTF::move(connection))
69 void XPCServiceInitializer(IPC::XPCPtr<xpc_connection_t> connection, xpc_object_t initializerMessage) argument
71 XPCServiceInitializerDelegateType delegate(WTF::move(connection), initializerMessage);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKContextConnectionClient.h31 typedef void (*WKContextDidCreateConnection)(WKContextRef context, WKConnectionRef connection, const void* clientInfo);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DSecItemShimProxy.cpp55 void SecItemShimProxy::initializeConnection(IPC::Connection* connection) argument
57 connection->addWorkQueueMessageReceiver(Messages::SecItemShimProxy::messageReceiverName(), m_queue.get(), this);
60 void SecItemShimProxy::secItemRequest(IPC::Connection* connection, uint64_t requestID, const SecItemRequestData& request) argument
97 connection->send(Messages::SecItemShim::SecItemResponse(requestID, response), 0);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-SystemConfiguration/Examples/CallbackDemo/
H A Dnetcon.py13 def connectionChanged(connection, status, info):
14 print "Status of %s connection changed: %s"(info, status)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-SystemConfiguration/Examples/CallbackDemo/
H A Dnetcon.py13 def connectionChanged(connection, status, info):
14 print "Status of %s connection changed: %s"(info, status)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-SystemConfiguration-2.5.1/Examples/CallbackDemo/
H A Dnetcon.py13 def connectionChanged(connection, status, info):
14 print "Status of %s connection changed: %s"(info, status)
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/
H A DPluginProcessConnection.cpp83 // We have no more plug-ins, invalidate the connection to the plug-in process.
92 void PluginProcessConnection::didReceiveMessage(IPC::Connection* connection, IPC::MessageDecoder& decoder) argument
95 didReceivePluginProcessConnectionMessage(connection, decoder);
105 pluginProxy->didReceivePluginProxyMessage(connection, decoder);
108 void PluginProcessConnection::didReceiveSyncMessage(IPC::Connection* connection, IPC::MessageDecoder& decoder, std::unique_ptr<IPC::MessageEncoder>& replyEncoder) argument
111 m_npRemoteObjectMap->didReceiveSyncMessage(connection, decoder, replyEncoder);
118 didReceiveSyncPluginProcessConnectionMessage(connection, decoder, replyEncoder);
126 pluginProxy->didReceiveSyncPluginProxyMessage(connection, decoder, replyEncoder);
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DChildProcessProxy.cpp48 ChildProcessProxy* ChildProcessProxy::fromConnection(IPC::Connection* connection) argument
50 ASSERT(connection);
52 ChildProcessProxy* childProcessProxy = static_cast<ChildProcessProxy*>(connection->client());
53 ASSERT(childProcessProxy->connection() == connection);
73 // FIXME: We should really merge process launching into IPC connection creation and get rid of the process launcher.
93 // If we're waiting for the child process to launch, we need to stash away the messages so we can send them once we have a connection.
98 return connection()->sendMessage(WTF::move(encoder), messageSendFlags);
122 bool ChildProcessProxy::dispatchMessage(IPC::Connection* connection, IPC::MessageDecoder& decoder) argument
124 return m_messageReceiverMap.dispatchMessage(connection, decode
127 dispatchSyncMessage(IPC::Connection* connection, IPC::MessageDecoder& decoder, std::unique_ptr<IPC::MessageEncoder>& replyEncoder) argument
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A DConsoleReactor.py13 self.connection = None
17 def connectionEstablished_(self, connection):
19 self.connection = connection
23 def connectionClosed_(self, connection):
25 self.connection = None
31 self.connection.writeBytes_(repr(code) + '\n')
37 def lineReceived_fromConnection_(self, lineReceived, connection):
125 if self.connection is not None:
129 self.connection
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A DConsoleReactor.py13 self.connection = None
17 def connectionEstablished_(self, connection):
19 self.connection = connection
23 def connectionClosed_(self, connection):
25 self.connection = None
31 self.connection.writeBytes_(repr(code) + '\n')
37 def lineReceived_fromConnection_(self, lineReceived, connection):
125 if self.connection is not None:
129 self.connection
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/NonFunctional/RemotePyInterpreter/
H A DConsoleReactor.py13 self.connection = None
17 def connectionEstablished_(self, connection):
19 self.connection = connection
23 def connectionClosed_(self, connection):
25 self.connection = None
31 self.connection.writeBytes_(repr(code) + '\n')
37 def lineReceived_fromConnection_(self, lineReceived, connection):
125 if self.connection is not None:
129 self.connection
[all...]
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCTargetSpace.cpp396 AVCConnectionRecord *connection; local
429 connection = (AVCConnectionRecord*) fConnectionRecords->getObject(j);
431 // See if this connection record is for this subunit
432 if ((connection->sourceSubunitTypeAndID == subunitTypeAndID) ||
433 (connection->destSubunitTypeAndID == subunitTypeAndID))
435 if (connection->sourceSubunitTypeAndID != subunitTypeAndID)
437 switch (connection->sourcePlugType)
440 fUnitPlugs.isochInPlugRecord[connection->sourcePlugNum].connectionCount--;
443 fUnitPlugs.externalInPlugRecord[connection->sourcePlugNum - 0x80].connectionCount--;
446 connectedSubUnitInfo = getSubunitInfo(connection
889 AVCConnectionRecord *connection; local
1355 AVCConnectionRecord *connection; local
1452 AVCConnectionRecord *connection; local
2623 AVCConnectionRecord *connection; local
[all...]
/macosx-10.10/WebKit2-7600.1.25/DatabaseProcess/
H A DDatabaseToWebProcessConnection.cpp55 void DatabaseToWebProcessConnection::didReceiveMessage(IPC::Connection* connection, IPC::MessageDecoder& decoder) argument
58 didReceiveDatabaseToWebProcessConnectionMessage(connection, decoder);
65 backendIterator->value->didReceiveDatabaseProcessIDBConnectionMessage(connection, decoder);
72 void DatabaseToWebProcessConnection::didReceiveSyncMessage(IPC::Connection* connection, IPC::MessageDecoder& decoder, std::unique_ptr<IPC::MessageEncoder>& reply) argument
77 backendIterator->value->didReceiveSyncDatabaseProcessIDBConnectionMessage(connection, decoder, reply);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatController.h30 - (NSSet *) chatViewControllersWithConnection:(MVChatConnection *) connection;
33 - (JVChatRoom *) chatViewControllerForRoom:(NSString *) room withConnection:(MVChatConnection *) connection ifExists:(BOOL) exists;
34 - (JVDirectChat *) chatViewControllerForUser:(NSString *) user withConnection:(MVChatConnection *) connection ifExists:(BOOL) exists;
35 - (JVDirectChat *) chatViewControllerForUser:(NSString *) user withConnection:(MVChatConnection *) connection ifExists:(BOOL) exists userInitiated:(BOOL) requested;
37 - (JVChatConsole *) chatConsoleForConnection:(MVChatConnection *) connection ifExists:(BOOL) exists;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatController.h30 - (NSSet *) chatViewControllersWithConnection:(MVChatConnection *) connection;
33 - (JVChatRoom *) chatViewControllerForRoom:(NSString *) room withConnection:(MVChatConnection *) connection ifExists:(BOOL) exists;
34 - (JVDirectChat *) chatViewControllerForUser:(NSString *) user withConnection:(MVChatConnection *) connection ifExists:(BOOL) exists;
35 - (JVDirectChat *) chatViewControllerForUser:(NSString *) user withConnection:(MVChatConnection *) connection ifExists:(BOOL) exists userInitiated:(BOOL) requested;
37 - (JVChatConsole *) chatConsoleForConnection:(MVChatConnection *) connection ifExists:(BOOL) exists;

Completed in 217 milliseconds

1234567891011>>