Searched refs:connection (Results 251 - 275 of 488) sorted by relevance

<<11121314151617181920

/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/http2.6/
H A Dhttp.tcl219 || ([info exists state(connection)] && ($state(connection) eq "close"))
262 Log "Closing socket $s (no connection info)"
266 Log "Closing connection $conn_id (sock $socketmap($conn_id))"
270 Log "Cannot close connection $conn_id - no socket in socket map"
302 # Establishes a connection to a remote url via http.
309 # Returns a token for this connection. This token is the name of an array
354 connection close
545 # asynchronous socket connection.
580 # don't automatically close this connection socke
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebContext.cpp348 return m_networkProcess->connection();
350 return m_processes[0]->connection();
354 return m_networkProcess->connection();
725 // Initialize remote inspector connection now that we have a sub-process that is hosting one of our web views.
1086 bool WebContext::dispatchMessage(IPC::Connection* connection, IPC::MessageDecoder& decoder) argument
1088 return m_messageReceiverMap.dispatchMessage(connection, decoder);
1091 bool WebContext::dispatchSyncMessage(IPC::Connection* connection, IPC::MessageDecoder& decoder, std::unique_ptr<IPC::MessageEncoder>& replyEncoder) argument
1093 return m_messageReceiverMap.dispatchSyncMessage(connection, decoder, replyEncoder);
1096 void WebContext::didReceiveMessage(IPC::Connection* connection, IPC::MessageDecoder& decoder) argument
1099 didReceiveWebContextMessage(connection, decode
1120 didReceiveSyncMessage(IPC::Connection* connection, IPC::MessageDecoder& decoder, std::unique_ptr<IPC::MessageEncoder>& replyEncoder) argument
[all...]
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DSocket.pm64 # a connection, try to establish one
139 set to a true value, the behaviour is different: If the socket connection
141 Every log attempt will then try to establish the connection and
151 connection until the first log message is sent.
/macosx-10.10/apache-793/httpd/modules/filters/
H A Dmod_request.c122 f->r->kept_body = apr_brigade_create(f->r->pool, f->r->connection->bucket_alloc);
304 NULL, r, r->connection);
310 NULL, r, r->connection);
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/Test/
H A DSQLite.pm42 __PACKAGE__->connection(@DSN);
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/Engine/
H A DThreaded.pm35 # accept the new connection
93 incoming TCP connection.
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/Engine/
H A DThreaded.pm35 # accept the new connection
93 incoming TCP connection.
/macosx-10.10/Security-57031.1.35/Security/libsecurity_authorization/lib/
H A DAuthorization.c26 connection_queue = dispatch_queue_create("authorization-connection-queue", DISPATCH_QUEUE_SERIAL);
35 static xpc_connection_t connection = NULL; local
38 if (connection == NULL) {
39 connection = xpc_connection_create(SECURITY_AUTH_NAME, NULL);
41 if (!connection) {
42 syslog(LOG_ERR, "Authorization, failed to create xpc connection to %s", SECURITY_AUTH_NAME);
43 connection = xpc_connection_create(SECURITY_AUTH_NAME, NULL);
46 xpc_connection_set_event_handler(connection, ^(xpc_object_t event) {
55 syslog(LOG_ERR, "Authorization, we should never get messages on this connection: %s", desc);
60 xpc_connection_resume(connection);
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A DSecureTransport.h79 /* Opaque reference to an I/O connection (socket, endpoint, etc.) */
134 * Enable fallback countermeasures. Use this option when retyring a SSL connection
146 kSSLClosed, /* connection closed normally */
147 kSSLAborted /* connection aborted */
182 * The application may configure the underlying connection to operate
191 (*SSLReadFunc) (SSLConnectionRef connection,
197 (*SSLWriteFunc) (SSLConnectionRef connection,
218 errSSLClosedGraceful = -9805, /* connection closed gracefully */
219 errSSLClosedAbort = -9806, /* connection closed via error */
263 errSSLConnectionRefused = -9844, /* peer dropped connection befor
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A DSecureTransport.h79 /* Opaque reference to an I/O connection (socket, endpoint, etc.) */
134 * Enable fallback countermeasures. Use this option when retyring a SSL connection
146 kSSLClosed, /* connection closed normally */
147 kSSLAborted /* connection aborted */
182 * The application may configure the underlying connection to operate
191 (*SSLReadFunc) (SSLConnectionRef connection,
197 (*SSLWriteFunc) (SSLConnectionRef connection,
218 errSSLClosedGraceful = -9805, /* connection closed gracefully */
219 errSSLClosedAbort = -9806, /* connection closed via error */
263 errSSLConnectionRefused = -9844, /* peer dropped connection befor
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A DSecureTransport.h79 /* Opaque reference to an I/O connection (socket, endpoint, etc.) */
134 * Enable fallback countermeasures. Use this option when retyring a SSL connection
146 kSSLClosed, /* connection closed normally */
147 kSSLAborted /* connection aborted */
182 * The application may configure the underlying connection to operate
191 (*SSLReadFunc) (SSLConnectionRef connection,
197 (*SSLWriteFunc) (SSLConnectionRef connection,
218 errSSLClosedGraceful = -9805, /* connection closed gracefully */
219 errSSLClosedAbort = -9806, /* connection closed via error */
263 errSSLConnectionRefused = -9844, /* peer dropped connection befor
[all...]
/macosx-10.10/WebKit2-7600.1.25/DatabaseProcess/IndexedDB/sqlite/
H A DSQLiteIDBTransaction.cpp103 IDBIdentifier cursorIdentifier(m_identifier.connection(), nextCursorID++);
/macosx-10.10/WebKit2-7600.1.25/Shared/Network/CustomProtocols/Cocoa/
H A DCustomProtocolManagerCocoa.mm135 void CustomProtocolManager::initializeConnection(IPC::Connection* connection)
137 connection->addWorkQueueMessageReceiver(Messages::CustomProtocolManager::messageReceiverName(), m_messageQueue.get(), this);
/macosx-10.10/apache-793/httpd/modules/generators/
H A Dmod_asis.c81 conn_rec *c = r->connection;
/macosx-10.10/apache-793/httpd/modules/http/
H A Dchunk_filter.c51 conn_rec *c = f->r->connection;
170 * connection to the backend (mod_proxy) broke in the middle of the
/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dmod_proxy_wstunnel.c178 conn_rec *c = r->connection;
180 conn_rec *backconn = conn->connection;
243 while (1) { /* Infinite loop until error (one side closes the connection) */
332 conn_rec *c = r->connection;
379 "failed to make connection to backend: %s",
385 if (!backend->connection) {
/macosx-10.10/apache-793/httpd/server/
H A Dscoreboard.c369 bytes = pfn_ap_logio_get_last_bytes(r->connection);
493 r->connection->local_addr->port);
517 r ? r->connection : NULL,
529 r ? r->connection : NULL,
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dmake_cmd.c521 /* Return a command which is the connection of the word or redirection
813 list followed by an ampersand (`&') and do a simple command connection,
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/
H A DMakefile28 SHOPT_COSHELL == 1 /* build with connection to coshell */
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatRoomMember.h37 - (MVChatConnection *) connection;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatRoomMember.h37 - (MVChatConnection *) connection;
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatRoomMember.h37 - (MVChatConnection *) connection;
/macosx-10.10/security_ocspd-55124/server/
H A DocspdNetwork.mm163 ocspdDebug("Failed to open connection (is network available?)");
248 - (void)connection:(NSURLConnection *)connection didReceiveData:(NSData *)newData
257 - (void)connectionDidFinishLoading:(NSURLConnection *)connection
267 - (void)connection:(NSURLConnection *)connection didFailWithError:(NSError *)error
277 - (BOOL)connection:(NSURLConnection *)connection
283 - (void)connection:(NSURLConnection *)connection
[all...]
/macosx-10.10/apache-793/httpd/modules/cache/
H A Dmod_cache.c97 cache->out = apr_brigade_create(r->pool, r->connection->bucket_alloc);
137 r->connection);
189 r->connection);
197 r->connection);
214 r->connection);
290 ap_add_output_filter_handle(cache_out_handle, cache, r, r->connection);
311 out = apr_brigade_create(r->pool, r->connection->bucket_alloc);
402 cache->out = apr_brigade_create(r->pool, r->connection->bucket_alloc);
432 r->connection);
490 r->connection);
[all...]
/macosx-10.10/CPANInternal-159.1/Ima-DBI-0.35/lib/Ima/
H A DDBI.pm15 Ima::DBI - Database connection caching and organization
35 $dbh = $obj->db_*; # Where * is the name of the db connection.
85 Database connection information (data source, username, password,
88 Both the SQL and the connection info are probably going to change a lot,
91 =item * Holds off opening a database connection until necessary.
95 you actually prepare a statement on that connection.
133 attribute on each connection. This feature is overridable by passing
154 =item * Guarantees one connection per program.
156 One program, one database connection (per database user). One program,
257 The actual database handle creation (and thus the database connection)
[all...]

Completed in 207 milliseconds

<<11121314151617181920