HomeSort by: relevance | last modified time | path
    Searched defs:connections (Results 1 - 15 of 15) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-pipe-connect-multiple.c 41 static uv_pipe_t connections[NUM_CLIENTS]; variable
49 conn = &connections[connection_cb_called];
115 conn = &connections[connection_cb_called];
test-poll.c 72 int connections; member in struct:server_context_s
471 context->connections = 0;
516 if (++server_context->connections == NUM_CLIENTS) {
  /src/external/bsd/libevent/dist/
evrpc-internal.h 92 struct evconq connections; member in struct:evrpc_pool
http-internal.h 90 /* for server connections, the http server they are connected with */
118 /* both the http server as well as the rpc system need to queue connections */
144 /* All live connections on this host. */
145 struct evconq connections; member in struct:evhttp
  /src/external/bsd/ntp/dist/sntp/libevent/
evrpc-internal.h 93 struct evconq connections; member in struct:evrpc_pool
http-internal.h 91 /* for server connections, the http server they are connected with */
119 /* both the http server as well as the rpc system need to queue connections */
145 /* All live connections on this host. */
146 struct evconq connections; member in struct:evhttp
  /src/sys/dev/usb/
uvisor.c 101 } connections[UVISOR_MAX_CONN]; member in struct:uvisor_connection_info
127 } connections[UVISOR_MAX_CONN]; member in struct:uvisor_palm_connection_info
291 switch (coninfo.connections[i].port_function_id) {
308 port = coninfo.connections[i].port;
354 port = palmconinfo.connections[i].end_point_info;
358 port = palmconinfo.connections[i].port;
  /src/sbin/iscsid/
iscsid_globals.h 197 uint32_t active_connections; /* Number of connections active on this portal */
342 uint32_t max_connections; /* maximum connections */
343 uint32_t num_connections; /* currently active connections */
344 generic_list_t connections; /* the list of connections */ member in struct:session_s
419 (connection_t *)(void *)find_id(&session->connections, id)
433 (connection_t *)(void *)find_name(&session->connections, name)
445 (connection_t *)(void *)find_sym_id(&session->connections, sid)
  /src/external/bsd/openldap/dist/servers/slapd/
connection.c 55 static Connection *connections = NULL; variable
105 assert( connections == NULL );
107 if( connections != NULL) {
115 connections = (Connection *) ch_calloc( dtblsize, sizeof(Connection) );
117 if( connections == NULL ) {
125 connections[i].c_conn_idx = i;
126 ldap_pvt_thread_mutex_init( &connections[i].c_mutex );
127 ldap_pvt_thread_mutex_init( &connections[i].c_write1_mutex );
128 ldap_pvt_thread_cond_init( &connections[i].c_write1_cv );
150 if( connections == NULL)
    [all...]
  /src/external/bsd/wpa/dist/src/eap_server/
tncs.c 99 struct tncs_data *connections; member in struct:tncs_global
128 tncs = tncs_global_data->connections;
1074 tncs->next = tncs_global_data->connections;
1075 tncs_global_data->connections = tncs;
1093 conn = tncs_global_data->connections;
1099 tncs_global_data->connections = tncs->next;
  /src/external/gpl3/gcc/dist/c++tools/
server.cc 179 /* Serialize connections. */
308 fnotice (file, " -s, --sequential Process connections sequentially\n");
623 std::vector<Cody::Server *> connections; local
658 for (auto iter = connections.begin ();
659 iter != connections.end (); ++iter)
714 auto iter = connections.begin ();
730 for (; iter != connections.end (); ++iter)
750 active = iter - connections.begin ();
765 auto *server = connections[active];
768 connections[active] = nullptr
    [all...]
  /src/external/gpl3/gcc.old/dist/c++tools/
server.cc 179 /* Serialize connections. */
308 fnotice (file, " -s, --sequential Process connections sequentially\n");
623 std::vector<Cody::Server *> connections; local
658 for (auto iter = connections.begin ();
659 iter != connections.end (); ++iter)
714 auto iter = connections.begin ();
730 for (; iter != connections.end (); ++iter)
750 active = iter - connections.begin ();
765 auto *server = connections[active];
768 connections[active] = nullptr
    [all...]
  /src/libexec/ftpd/
extern.h 275 LLT limit; /* Max connections (-1 = unlimited) */
311 GLOBAL int connections; variable
  /src/external/mpl/bind/dist/bin/named/
controlconf.c 99 controlconnectionlist_t connections; member in struct:controllistener
177 REQUIRE(ISC_LIST_EMPTY(listener->connections));
208 for (conn = ISC_LIST_HEAD(listener->connections); conn != NULL;
578 ISC_LIST_UNLINK(listener->connections, conn, link);
623 ISC_LIST_APPEND(listener->connections, conn, link);
1088 ISC_LIST_INIT(listener->connections);
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-mdns-proxy.h 90 srpl_connection_t *NULLABLE connections; // list of connections that other srp servers create to connect to us member in struct:srp_server_state

Completed in 62 milliseconds