Home
last modified time | relevance | path

Searched refs:num_connections (Results 1 – 14 of 14) sorted by relevance

/third_party/curl/lib/
Dconncache.c55 (*bundlep)->num_connections = 0; in bundle_create()
74 bundle->num_connections++; in bundle_add_conn()
87 bundle->num_connections--; in bundle_remove_conn()
276 if(bundle->num_connections == 0) in Curl_conncache_remove_conn()
Dconncache.h83 size_t num_connections; /* Number of connections in the bundle */ member
Durl.c3743 (bundle->num_connections >= max_host_connections)) {
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Ddaemon.c2357 unsigned int num_connections; in MHD_poll_all() local
2366 num_connections = 0; in MHD_poll_all()
2368 num_connections++; in MHD_poll_all()
2379 p = malloc(sizeof (struct pollfd) * (2 + num_connections)); in MHD_poll_all()
2389 memset (p, 0, sizeof (struct pollfd) * (2 + num_connections)); in MHD_poll_all()
2443 if (0 == poll_server + num_connections) in MHD_poll_all()
2448 if (MHD_sys_poll_(p, poll_server + num_connections, timeout) < 0) in MHD_poll_all()
2478 if (i >= num_connections) in MHD_poll_all()
2490 if (i >= num_connections) in MHD_poll_all()
/third_party/gstreamer/gstplugins_bad/sys/directsound/
Dgstdirectsoundsrc.c906 gint j, num_connections; in gst_directsound_src_mixer_init() local
916 num_connections = mixer_line.cConnections; in gst_directsound_src_mixer_init()
917 for (j = 0; j < num_connections && !found_mic; j++) { in gst_directsound_src_mixer_init()
/third_party/nghttp2/src/
Dshrpx_client_handler.cc462 ++worker_->get_worker_stat()->num_connections; in ClientHandler()
568 --worker_stat->num_connections; in ~ClientHandler()
570 if (worker_stat->num_connections == 0) { in ~ClientHandler()
578 if (worker_->get_graceful_shutdown() && worker_stat->num_connections == 0 && in ~ClientHandler()
Dshrpx_quic_connection_handler.cc161 if (worker_->get_worker_stat()->num_connections >= in handle_packet()
724 if (worker->get_graceful_shutdown() && worker_stat->num_connections == 0 && in ~CloseWait()
Dshrpx_worker.h260 size_t num_connections; member
Dshrpx_worker.cc71 if (worker->get_worker_stat()->num_connections != 0) { in mcpool_clear_cb()
487 if (worker_stat_.num_connections >= worker_connections) { in process_events()
527 if (worker_stat_.num_connections == 0 && in process_events()
Dshrpx_worker_process.cc127 if (worker_stat->num_connections == 0 && in graceful_shutdown()
Dshrpx_connection_handler.cc484 if (single_worker_->get_worker_stat()->num_connections >= in handle_connection()
/third_party/skia/third_party/externals/microhttpd/src/include/
Dmicrohttpd.h2516 unsigned int num_connections; member
/third_party/skia/third_party/externals/microhttpd/doc/
Dlibmicrohttpd.texi2511 MHD_DaemonInfo} value is returned, with the @code{num_connections}
Dlibmicrohttpd.info2228 'num_connections' member of type 'unsigned int' set to the