Searched refs:connections (Results 1 - 25 of 59) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dconnection.h2 /* connection.h Client connections
36 BusConnections* bus_connections_ref (BusConnections *connections);
37 void bus_connections_unref (BusConnections *connections);
38 dbus_bool_t bus_connections_setup_connection (BusConnections *connections,
40 void bus_connections_foreach (BusConnections *connections,
43 void bus_connections_foreach_active (BusConnections *connections,
46 BusContext* bus_connections_get_context (BusConnections *connections);
47 void bus_connections_increment_stamp (BusConnections *connections);
55 dbus_bool_t bus_connections_check_limits (BusConnections *connections,
58 void bus_connections_expire_incomplete (BusConnections *connections);
[all...]
H A Dconnection.c2 /* connection.c Client connections
56 DBusList *completed; /**< List of all completed connections */
58 DBusList *incomplete; /**< List of all not-yet-active connections */
61 DBusHashTable *completed_by_user; /**< Number of completed connections for each UID */
62 DBusTimeout *expire_timeout; /**< Timeout for expiring incomplete connections. */
81 BusConnections *connections; member in struct:__anon1625
99 int stamp; /**< connections->stamp last time we were traversed */
111 static void bus_connection_drop_pending_replies (BusConnections *connections,
125 return bus_context_get_loop (d->connections->context);
130 get_connections_for_uid (BusConnections *connections, argument
147 adjust_connections_for_uid(BusConnections *connections, dbus_uid_t uid, int adjustment) argument
418 BusConnections *connections; local
471 bus_connections_ref(BusConnections *connections) argument
480 bus_connections_unref(BusConnections *connections) argument
592 bus_connections_setup_connection(BusConnections *connections, DBusConnection *connection) argument
767 bus_connections_expire_incomplete(BusConnections *connections) argument
826 BusConnections *connections = data; local
919 foreach_active(BusConnections *connections, BusConnectionForeachFunction function, void *data) argument
941 foreach_inactive(BusConnections *connections, BusConnectionForeachFunction function, void *data) argument
972 bus_connections_foreach_active(BusConnections *connections, BusConnectionForeachFunction function, void *data) argument
988 bus_connections_foreach(BusConnections *connections, BusConnectionForeachFunction function, void *data) argument
999 bus_connections_get_context(BusConnections *connections) argument
1012 bus_connections_increment_stamp(BusConnections *connections) argument
1454 bus_connections_check_limits(BusConnections *connections, DBusConnection *requesting_completion, DBusError *error) argument
1496 bus_pending_reply_send_no_reply(BusConnections *connections, BusTransaction *transaction, BusPendingReply *pending) argument
1543 BusConnections *connections = data; local
1578 bus_connection_drop_pending_replies(BusConnections *connections, DBusConnection *connection) argument
1639 BusConnections *connections; member in struct:__anon1626
1675 bus_connections_expect_reply(BusConnections *connections, BusTransaction *transaction, DBusConnection *will_get_reply, DBusConnection *will_send_reply, DBusMessage *reply_to_this, DBusError *error) argument
1790 BusConnections *connections; member in struct:__anon1627
1831 bus_connections_check_reply(BusConnections *connections, BusTransaction *transaction, DBusConnection *sending_reply, DBusConnection *receiving_reply, DBusMessage *reply, DBusError *error) argument
1922 DBusList *connections; member in struct:BusTransaction
2321 bus_connections_get_n_active(BusConnections *connections) argument
2327 bus_connections_get_n_incomplete(BusConnections *connections) argument
2333 bus_connections_get_total_match_rules(BusConnections *connections) argument
2339 bus_connections_get_peak_match_rules(BusConnections *connections) argument
2345 bus_connections_get_peak_match_rules_per_conn(BusConnections *connections) argument
2351 bus_connections_get_total_bus_names(BusConnections *connections) argument
2357 bus_connections_get_peak_bus_names(BusConnections *connections) argument
2363 bus_connections_get_peak_bus_names_per_conn(BusConnections *connections) argument
[all...]
H A Dstats.c186 BusConnections *connections; local
194 connections = bus_transaction_get_connections (transaction);
217 bus_connections_get_n_active (connections)) ||
219 bus_connections_get_n_incomplete (connections)) ||
221 bus_connections_get_total_match_rules (connections)) ||
223 bus_connections_get_peak_match_rules (connections)) ||
225 bus_connections_get_peak_match_rules_per_conn (connections)) ||
227 bus_connections_get_total_bus_names (connections)) ||
229 bus_connections_get_peak_bus_names (connections)) ||
231 bus_connections_get_peak_bus_names_per_conn (connections)))
[all...]
H A Dsignals.h94 BusConnections *connections,
H A Dbus.c60 BusConnections *connections; member in struct:BusContext
172 if (!bus_connections_setup_connection (context->connections, new_connection))
651 * inotify, connections to SELinux, etc.
824 context->connections = bus_connections_new (context);
825 if (context->connections == NULL)
1052 if (context->connections)
1054 bus_connections_unref (context->connections);
1055 context->connections = NULL;
1156 return context->connections;
1504 /* Policy for inactive connections i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/doc/manl/
H A Dcsc_sock.l12 CSCsockPassiveTCP - listen for connections on a socket
13 CSCsockPassiveUCP - listen for connections on a socket
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/aoa/fabrics/
H A Dlayout.c25 /* These are the connections the layout fabric
59 struct codec_connection *connections; member in struct:codec_connect_info
275 .connections = onyx_connections_noheadphones,
279 .connections = topaz_input,
286 .connections = onyx_connections_reallineout,
293 .connections = topaz_input,
301 .connections = onyx_connections_noheadphones,
308 .connections = topaz_input,
316 .connections = onyx_connections_noheadphones,
320 .connections
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devrpc-internal.h79 struct evconq connections; member in struct:evrpc_pool
H A Devrpc.c389 TAILQ_INIT(&pool->connections);
421 while ((connection = TAILQ_FIRST(&pool->connections)) != NULL) {
422 TAILQ_REMOVE(&pool->connections, connection, next);
446 TAILQ_INSERT_TAIL(&pool->connections, connection, next);
463 * connections.
478 TAILQ_FOREACH(evcon, &pool->connections, next) {
496 TAILQ_FOREACH(connection, &pool->connections, next) {
572 /* we better have some available connections on the pool */
573 assert(TAILQ_FIRST(&pool->connections) != NULL);
H A Dhttp-internal.h80 /* for server connections, the http server they are connected with */
103 /* both the http server as well as the rpc system need to queue connections */
117 struct evconq connections; member in struct:evhttp
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dvisor.h109 } connections[2]; member in struct:visor_connection_info
133 * @num_ports: maximum number of functions/connections in use
136 * connections.end_point_info is non-zero. If value is 0, then
137 * connections.port contains the endpoint number, which is the same for in
146 * The maximum number of connections currently supported is 2
157 } connections[2]; member in struct:palm_ext_connection_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dport_kern.c27 struct list_head connections; member in struct:port_list
63 list_add(&conn->list, &conn->port->connections);
71 "There are currently no UML consoles waiting for port connections.\n" \
200 .connections = LIST_HEAD_INIT(port->connections) });
241 conn = list_entry(port->connections.next, struct connection,
255 * connections until a good one is found.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsocksrv.tex38 Before trying to accept new connections, test whether it succeeded with
54 Destructor (it doesn't close the accepted connections).
67 If {\it wait} is true and there are no pending connections to be
74 incoming connections with \helpref{WaitForAccept}{wxsocketserverwaitforaccept}
82 connections.
108 connections.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/data/valid-config-files/system.d/
H A Dtest.conf6 connections can get messages from it -->
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dprocess.c80 child->client->connections--;
90 DPRINTF(E_WARN, L_GENERAL, "Exceeded max connections [%d], not forking\n",
101 client->connections++;
H A Dclients.h95 int connections; member in struct:client_cache_s
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dclidfs.c56 static struct client_connection *connections; variable in typeref:struct:client_connection
201 for ( p=connections,i=0; p; p=p->next,i++ ) {
220 for ( p=connections,i=0; p; p=p->next,i++ ) {
250 DLIST_ADD( connections, node );
266 for ( p=connections; p; p=p->next ) {
304 for ( p=connections; p; ) {
312 connections = NULL;
324 for ( p=connections,i=0; p; p=p->next,i++ ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devrpc-internal.h90 struct evconq connections; member in struct:evrpc_pool
H A Dhttp-internal.h92 /* 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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_connlimit.c3 * connections per IP address.
6 * only ignore TIME_WAIT or gone connections
34 /* we will save the tuples of all connections we care about */
117 /* check the saved connections */
145 * we do not care about connections which are
185 int connections; local
203 connections = count_them(net, info->data, tuple_ptr, &addr,
207 if (connections < 0) {
213 return (connections > info->limit) ^ info->inverse;
295 MODULE_DESCRIPTION("Xtables: Number of connections matchin
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/evhttp/
H A Dhttp-internal.h81 /* for server connections, the http server they are connected with */
104 /* both the http server as well as the rpc system need to queue connections */
118 struct evconq connections; member in struct:evhttp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dmain.c98 fdset_add_fd(default_options.connections + AFP_LISTENERS + FDSET_SAFETY,
109 fdset_add_fd(default_options.connections + AFP_LISTENERS + FDSET_SAFETY,
289 * XXX: this should really be setup after the initial connections. */
290 if (!(server_children = server_child_alloc(default_options.connections,
371 /* afpd.conf: not in config file: lockfile, connections, configfile
480 fdset_add_fd(default_options.connections + AFP_LISTENERS + FDSET_SAFETY,
525 fdset_add_fd(default_options.connections + AFP_LISTENERS + FDSET_SAFETY,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DStatisticsDlg.cpp172 v3[0] = const_cast<float *>(&update.connections[0]);
173 v3[1] = const_cast<float *>(&update.connections[1]);
174 v3[2] = const_cast<float *>(&update.connections[2]);
189 label->SetLabel(CFormat(_("Active connections (1:%u)")) % nScale);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dglobals.h66 int connections, transports, tickleval, timeout, server_notif, flags, dircachesize; member in struct:afp_options
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_net.c286 * Traverse the connections list. Here, even in bust_connection, we
290 TAILQ_FOREACH(conn, &db_rep->connections, entries) {
702 TAILQ_REMOVE(&db_rep->connections, conn, entries);
1058 TAILQ_INIT(&db_rep->connections);
1162 while (!TAILQ_EMPTY(&db_rep->connections)) {
1163 conn = TAILQ_FIRST(&db_rep->connections);
1167 TAILQ_REMOVE(&db_rep->connections, conn, entries);
1218 while (!TAILQ_EMPTY(&db_rep->connections)) {
1219 conn = TAILQ_FIRST(&db_rep->connections);

Completed in 362 milliseconds

123