Searched refs:connection (Results 201 - 225 of 488) sorted by relevance

1234567891011>>

/macosx-10.10/apache-793/httpd/modules/filters/
H A Dmod_substitute.c191 f->r->connection->bucket_alloc);
208 f->r->connection->bucket_alloc);
264 f->r->connection->bucket_alloc);
282 f->r->connection->bucket_alloc);
389 f->r->connection->bucket_alloc);
458 f->r->connection->bucket_alloc);
487 f->r->connection->bucket_alloc);
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2Lib/
H A DIOFireWireSBP2LibMgmtORB.cpp60 IUnknownVTbl ** IOFireWireSBP2LibMgmtORB::alloc( io_connect_t connection, argument
76 status = me->init( connection, asyncPort );
117 IOReturn IOFireWireSBP2LibMgmtORB::init( io_connect_t connection, mach_port_t asyncPort ) argument
121 fConnection = connection;
133 status = IOConnectCallScalarMethod( connection,
/macosx-10.10/Security-57031.1.35/sslViewer/
H A DioSock.c105 * connection. This gives user a chance to do something else with the
278 * Accept a client connection.
302 /* nonblocking, no connection yet */
325 * Shut down a connection.
337 SSLConnectionRef connection,
346 int sock = (int)((long)connection);
424 SSLConnectionRef connection,
429 int sock = (int)((long)connection);
443 ortn = SocketWrite(connection, dataPtr, &thisMove);
336 SocketRead( SSLConnectionRef connection, void *data, size_t *dataLength) argument
423 SocketWrite( SSLConnectionRef connection, const void *data, size_t *dataLength) argument
/macosx-10.10/WebKit2-7600.1.25/NetworkProcess/
H A DNetworkResourceLoader.cpp57 NetworkResourceLoader::NetworkResourceLoader(const NetworkResourceLoadParameters& parameters, NetworkConnectionToWebProcess* connection, PassRefPtr<Messages::NetworkConnectionToWebProcess::PerformSynchronousLoad::DelayedReply> reply) argument
73 , m_connection(connection)
88 m_fileReferences.appendVector(NetworkBlobRegistry::shared().filesInBlob(connection, element.m_url));
94 m_fileReferences.appendVector(NetworkBlobRegistry::shared().filesInBlob(connection, m_request.url()));
360 return connectionToWebProcess()->connection();
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Launcher/mac/
H A DProcessLauncherMac.mm59 extern "C" void xpc_connection_set_bootstrap(xpc_connection_t connection, xpc_object_t bootstrap);
204 // Create a connection to the WebKit XPC service.
205 auto connection = IPC::adoptXPC(xpc_connection_create(serviceName(launchOptions, forDevelopment), 0));
206 xpc_connection_set_instance(connection.get(), instanceUUID->uuid);
217 xpc_connection_set_bootstrap(connection.get(), initializationMessage.get());
222 xpc_connection_set_event_handler(connection.get(), ^(xpc_object_t event) { });
223 xpc_connection_resume(connection.get());
228 xpc_connection_send_message(connection.get(), preBootstrapMessage.get());
263 xpc_connection_send_message_with_reply(connection.get(), bootstrapMessage.get(), dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^(xpc_object_t reply) {
277 // The process has finished launching, grab the pid from the connection
[all...]
/macosx-10.10/WebKit2-7600.1.25/WebProcess/
H A DWebProcess.cpp217 void WebProcess::initializeConnection(IPC::Connection* connection) argument
219 ChildProcess::initializeConnection(connection);
221 connection->setShouldExitOnSyncMessageSendFailure(true);
223 m_eventDispatcher->initializeConnection(connection);
225 m_viewUpdateDispatcher->initializeConnection(connection);
229 m_pluginProcessConnectionManager->initializeConnection(connection);
233 SecItemShim::shared().initializeConnection(connection);
239 it->value->initializeConnection(connection);
247 connection->setOnlySendMessagesAsDispatchWhenWaitingForSyncReplyWhenProcessingSuchAMessage(true);
589 void WebProcess::didReceiveSyncMessage(IPC::Connection* connection, IP argument
594 didReceiveMessage(IPC::Connection* connection, IPC::MessageDecoder& decoder) argument
1015 networkProcessConnectionClosed(NetworkProcessConnection* connection) argument
1032 webToDatabaseProcessConnectionClosed(WebToDatabaseProcessConnection* connection) argument
[all...]
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOKitLib.c1349 xpc_connection_t connection; local
1354 connection = xpc_connection_create( "com.apple.iokit.IOServiceAuthorizeAgent", NULL );
1356 if ( connection )
1360 xpc_connection_set_event_handler( connection, ^( xpc_object_t object __unused ) { } );
1362 xpc_connection_resume( connection );
1364 reply = xpc_connection_send_message_with_reply_sync( connection, message );
1388 xpc_release( connection );
1429 xpc_connection_t connection; local
1434 connection = xpc_connection_create( "com.apple.iokit.ioserviceauthorized", NULL );
1436 if ( connection )
1648 IOConnectCallMethod( mach_port_t connection, uint32_t selector, const uint64_t *input, uint32_t inputCnt, const void *inputStruct, size_t inputStructCnt, uint64_t *output, uint32_t *outputCnt, void *outputStruct, size_t *outputStructCntP) argument
1737 IOConnectCallAsyncMethod( mach_port_t connection, uint32_t selector, mach_port_t wakePort, uint64_t *reference, uint32_t referenceCnt, const uint64_t *input, uint32_t inputCnt, const void *inputStruct, size_t inputStructCnt, uint64_t *output, uint32_t *outputCnt, void *outputStruct, size_t *outputStructCntP) argument
1812 IOConnectCallStructMethod( mach_port_t connection, uint32_t selector, const void *inputStruct, size_t inputStructCnt, void *outputStruct, size_t *outputStructCnt) argument
1828 IOConnectCallAsyncStructMethod( mach_port_t connection, uint32_t selector, mach_port_t wakePort, uint64_t *reference, uint32_t referenceCnt, const void *inputStruct, size_t inputStructCnt, void *outputStruct, size_t *outputStructCnt) argument
1848 IOConnectCallScalarMethod( mach_port_t connection, uint32_t selector, const uint64_t *input, uint32_t inputCnt, uint64_t *output, uint32_t *outputCnt) argument
1864 IOConnectCallAsyncScalarMethod( mach_port_t connection, uint32_t selector, mach_port_t wakePort, uint64_t *reference, uint32_t referenceCnt, const uint64_t *input, uint32_t inputCnt, uint64_t *output, uint32_t *outputCnt) argument
2890 io_connect_method( mach_port_t connection, uint32_t selector, io_scalar_inband64_t input, mach_msg_type_number_t inputCnt, io_struct_inband_t inband_input, mach_msg_type_number_t inband_inputCnt, mach_vm_address_t ool_input, mach_vm_size_t ool_input_size __unused, io_scalar_inband64_t output, mach_msg_type_number_t *outputCnt, io_struct_inband_t inband_output, mach_msg_type_number_t *inband_outputCnt, mach_vm_address_t ool_output, mach_vm_size_t * ool_output_size __unused ) argument
2941 io_connect_async_method( mach_port_t connection, mach_port_t wake_port, io_async_ref64_t reference, mach_msg_type_number_t referenceCnt, uint32_t selector, io_scalar_inband64_t input, mach_msg_type_number_t inputCnt, io_struct_inband_t inband_input, mach_msg_type_number_t inband_inputCnt, mach_vm_address_t ool_input, mach_vm_size_t ool_input_size __unused, io_scalar_inband64_t output, mach_msg_type_number_t *outputCnt, io_struct_inband_t inband_output, mach_msg_type_number_t *inband_outputCnt, mach_vm_address_t ool_output, mach_vm_size_t * ool_output_size __unused ) argument
[all...]
/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dmod_proxy_ajp.c241 /* We had a failure: Close connection to backend */
249 input_brigade = apr_brigade_create(p, r->connection->bucket_alloc);
262 /* We had a failure: Close connection to backend */
282 /* We had a failure: Close connection to backend */
297 /* We had a failure: Close connection to backend */
319 * We can only get here if the client closed the connection
321 * Now the connection is in the wrong state on the backend.
323 * not move this connection to the correct state on the backend
337 /* We had a failure: Close connection to backend */
366 output_brigade = apr_brigade_create(p, r->connection
[all...]
/macosx-10.10/emacs-93/emacs/lisp/url/
H A Durl-http.el33 (defvar url-http-connection-opened)
63 "Whether to use a single TCP connection multiple times in HTTP.
65 nil will explicitly close the connection to the server after every
88 (defun url-http-mark-connection-as-busy (host port proc)
89 (url-http-debug "Marking connection as busy: %s:%d %S" host port proc)
96 (defun url-http-mark-connection-as-free (host port proc)
97 (url-http-debug "Marking connection as free: %s:%d %S" host port proc)
107 (defun url-http-find-free-connection (host port)
117 (url-http-debug "Found existing connection: %s:%d %S" host port found))
120 (url-http-debug "Reusing existing connection
[all...]
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dserver.cpp89 // Locate a connection by reply port and make it the current connection
90 // of this thread. The connection will be marked busy, and can be accessed
91 // by calling Server::connection() [no argument] until it is released by
94 Connection &Server::connection(mach_port_t port, audit_token_t &auditToken) function in class:Server
105 Connection &Server::connection(bool tolerant) function in class:Server
116 // note: there may not be an active connection if connection setup failed
127 // This is the process and session for the current connection.
131 return connection()
248 Connection *connection = new Connection(*proc, replyPort); local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/mediastream/mac/
H A DAVMediaCaptureSource.mm100 -(void)captureOutput:(AVCaptureOutputType *)captureOutput didOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer fromConnection:(AVCaptureConnectionType *)connection;
235 - (void)captureOutput:(AVCaptureOutputType *)captureOutput didOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer fromConnection:(AVCaptureConnectionType *)connection
243 m_callback->captureOutputDidOutputSampleBufferFromConnection(captureOutput, sampleBuffer, connection);
/macosx-10.10/WebKit2-7600.1.25/Shared/Downloads/mac/
H A DDownloadMac.mm41 +(id)_downloadWithLoadingConnection:(NSURLConnection *)connection
77 m_nsURLDownload = [NSURLDownload _downloadWithLoadingConnection:handle->connection()
181 - (BOOL)download:(NSURLDownload *)connection canAuthenticateAgainstProtectionSpace:(NSURLProtectionSpace *)protectionSpace
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/apps/
H A Dnns182 uevent::bind nameserv lost-connection [list ::nns::Connection "Disconnected name service at [My]"]
183 uevent::bind nameserv re-connection [list ::nns::Connection "Reconnected2 name service at [My]"]
245 log::critical {Bad event 'stop' <=> Lost connection, search closed}
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/apps/comm/
H A Dwebserver.xotcl88 my connection puts "Content-Type: text/html"
89 my connection puts "Content-Length: [string length $c]\n"
90 my connection puts-nonewline $c
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePM.cpp646 IOPowerConnection * connection; local
666 if ( (connection = OSDynamicCast(IOPowerConnection, next)) )
668 theParent = (IOService *)connection->copyParentEntry(gIOPowerPlane);
671 theParent->removePowerChild(connection);
691 if ( (connection = OSDynamicCast(IOPowerConnection, next)) )
693 theChild = ((IOService *)(connection->copyChildEntry(gIOPowerPlane)));
697 connection->detachFromChild(theChild, gIOPowerPlane);
701 detachFromChild(connection, gIOPowerPlane);
746 IOPowerConnection * connection = 0; local
787 // joining connection i
882 IOPowerConnection * connection = (IOPowerConnection *) request->fArg0; local
938 IOPowerConnection * connection = (IOPowerConnection *) request->fArg0; local
1698 IOPowerConnection * connection; local
2514 IOPowerConnection * connection; local
2677 IOPowerConnection * connection; local
2711 IOPowerConnection * connection; local
3245 IOPowerConnection * connection; local
3588 IOPowerConnection * connection; local
3708 IOPowerConnection * connection; local
3728 IOPowerConnection * connection; local
4422 IOPowerConnection * connection; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/ipc/
H A Dserver.c247 static void securityd_xpc_dictionary_handler(const xpc_connection_t connection, xpc_object_t event) { argument
266 xpc_connection_get_audit_token(connection, &auditToken);
397 // If we have no error yet, capture connection and reply in block and properly retain them.
398 xpc_retain(connection);
427 xpc_connection_send_message(connection, asyncReply);
429 xpc_release(connection);
872 xpc_connection_send_message(connection, replyMessage);
893 xpc_connection_set_event_handler(listener, ^(xpc_object_t connection) {
894 if (xpc_get_type(connection) == XPC_TYPE_CONNECTION) {
895 xpc_connection_set_event_handler(connection,
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/RegExp/
H A Dregress-85721.js80 str='<sql:connection id="conn1"> <sql:url>www.m.com</sql:url> <sql:driver>drive.class</sql:driver>\n<sql:userId>foo</sql:userId> <sql:password>goo</sql:password> </sql:connection>';
81 re = /<sql:connection id="([^\r\n]*?)">\s*<sql:url>\s*([^\r\n]*?)\s*<\/sql:url>\s*<sql:driver>\s*([^\r\n]*?)\s*<\/sql:driver>\s*(\s*<sql:userId>\s*([^\r\n]*?)\s*<\/sql:userId>\s*)?\s*(\s*<sql:password>\s*([^\r\n]*?)\s*<\/sql:password>\s*)?\s*<\/sql:connection>/;
82 expect = Array("<sql:connection id=\"conn1\"> <sql:url>www.m.com</sql:url> <sql:driver>drive.class</sql:driver>\n<sql:userId>foo</sql:userId> <sql:password>goo</sql:password> </sql:connection>","conn1","www.m.com","drive.class","<sql:userId>foo</sql:userId> ","foo","<sql:password>goo</sql:password> ","goo");
/macosx-10.10/WebKit2-7600.1.25/DatabaseProcess/IndexedDB/
H A DDatabaseProcessIDBConnection.h50 static RefPtr<DatabaseProcessIDBConnection> create(DatabaseToWebProcessConnection& connection, uint64_t serverConnectionIdentifier) argument
52 return adoptRef(new DatabaseProcessIDBConnection(connection, serverConnectionIdentifier));
/macosx-10.10/WebKit2-7600.1.25/NetworkProcess/mac/
H A DDiskCacheMonitor.mm101 return m_connectionToWebProcess->connection();
/macosx-10.10/WebKit2-7600.1.25/Shared/EntryPointUtilities/mac/XPCService/
H A DXPCServiceEntryPoint.mm35 extern "C" xpc_object_t xpc_connection_copy_entitlement_value(xpc_connection_t connection, const char *entitlement);
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DSecItemShim.cpp179 void SecItemShim::initializeConnection(IPC::Connection* connection) argument
181 connection->addWorkQueueMessageReceiver(Messages::SecItemShim::messageReceiverName(), m_queue.get(), this);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/FullScreen/
H A DWebFullScreenManager.cpp82 void WebFullScreenManager::didReceiveMessage(IPC::Connection* connection, IPC::MessageDecoder& decoder) argument
84 didReceiveWebFullScreenManagerMessage(connection, decoder);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/mac/
H A DWKWebProcessPlugIn.mm94 - (WKConnection *)connection
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/mac/
H A DPluginProxyMac.mm89 m_connection->connection()->send(Messages::PluginControllerProxy::SetLayerHostingMode(static_cast<unsigned>(layerHostingMode)), m_pluginInstanceID);
/macosx-10.10/apache-793/httpd/
H A Dap.d4 uintptr_t connection;

Completed in 395 milliseconds

1234567891011>>