Searched refs:num_connections (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dbundles.h28 size_t num_connections; /* Number of connections in the bundle */ member in struct:connectbundle
H A Dbundles.c57 (*cb_ptr)->num_connections = 0;
89 cb_ptr->num_connections++;
103 cb_ptr->num_connections--;
H A Dconncache.h27 size_t num_connections; member in struct:conncache
H A Dconncache.c152 connc->num_connections++;
166 if(bundle->num_connections == 0) {
171 connc->num_connections--;
174 connc->num_connections));
H A Durl.c3202 data->state.conn_cache->num_connections > maxconnects) {
5415 if(conn_temp->bundle->num_connections < max_host_connections &&
5416 data->state.conn_cache->num_connections < max_total_connections) {
5455 (bundle->num_connections >= max_host_connections)) {
5471 (data->state.conn_cache->num_connections >= max_total_connections)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dcommands.h81 int get_buffer_size(int num_connections);
H A Dcommands.c2152 int get_buffer_size(int num_connections) argument
2156 if (num_connections < 1)
2157 num_connections = 1;
2159 buffer_size = xfer_bufsize / num_connections;

Completed in 118 milliseconds