Home
last modified time | relevance | path

Searched refs:blocking (Results 1 – 25 of 41) sorted by relevance

12

/curl/docs/libcurl/
H A Dcurl_easy_perform.md20 curl_easy_perform - perform a blocking network transfer
32 curl_easy_perform(3) performs a network transfer in a blocking manner and
33 returns when done, or earlier if it fails. For non-blocking behavior, see
H A Dcurl_ws_recv.md76 Instead of blocking, the function returns **CURLE_AGAIN**. The correct
H A Dcurl_easy_send.md47 - the socket is used in non-blocking mode internally. When **CURLE_AGAIN**
H A Dcurl_multi_wait.md81 write events such as the socket being clear to write without blocking.
H A Dcurl_easy_recv.md47 used in non-blocking mode internally. When **CURLE_AGAIN** is returned, use
H A Dcurl_multi_perform.md35 in a non-blocking fashion. The easy handles have previously been added to the
H A Dcurl_ws_send.md57 such a call is blocking in this situation, e.g. only returns after all data
H A Dcurl_multi_poll.md88 events such as the socket being clear to write without blocking.
H A Dlibcurl-env-dbg.md141 Make a blocking, graceful shutdown of all remaining connections when
/curl/lib/
H A Dcf-haproxy.c108 bool blocking, bool *done) in cf_haproxy_connect() argument
120 result = cf->next->cft->do_connect(cf->next, data, blocking, done); in cf_haproxy_connect()
H A Dcfilters.h54 bool blocking, bool *done);
326 bool blocking, bool *done);
370 bool blocking, bool *done);
H A Dhttp_proxy.c169 bool blocking, bool *done) in http_proxy_cf_connect() argument
181 result = cf->next->cft->do_connect(cf->next, data, blocking, done); in http_proxy_cf_connect()
H A Dcfilters.c374 bool blocking, bool *done) in Curl_conn_cf_connect() argument
377 return cf->cft->do_connect(cf, data, blocking, done); in Curl_conn_cf_connect()
408 bool blocking, in Curl_conn_connect() argument
433 result = cf->cft->do_connect(cf, data, blocking, done); in Curl_conn_connect()
H A Dcf-https-connect.c257 bool blocking, bool *done) in cf_hc_connect() argument
263 (void)blocking; in cf_hc_connect()
H A Dcf-socket.c1300 bool blocking, bool *done) in cf_tcp_connect() argument
1313 if(blocking) in cf_tcp_connect()
1883 bool blocking, bool *done) in cf_udp_connect() argument
1888 (void)blocking; in cf_udp_connect()
2087 bool blocking, bool *done) in cf_tcp_accept_connect() argument
2103 (void)blocking; in cf_tcp_accept_connect()
H A Dconnect.c933 bool blocking, bool *done) in cf_he_connect() argument
943 (void)blocking; /* TODO: do we want to support this? */ in cf_he_connect()
1248 bool blocking, bool *done) in cf_setup_connect() argument
1261 result = Curl_conn_cf_connect(cf->next, data, blocking, done); in cf_setup_connect()
/curl/tests/unit/
H A Dunit2600.c137 bool blocking, bool *done) in cf_test_connect() argument
143 (void)blocking; in cf_test_connect()
/curl/tests/data/
H A Dtest105178 # the test HTTP server is blocking until it has read the entire request,
H A Dtest105274 # the test HTTP server is blocking until it has read the entire request,
/curl/docs/libcurl/opts/
H A DCURLOPT_INTERFACE.md47 causes libcurl to do a blocking name resolve call to retrieve the IP address.
H A DCURLOPT_FTPPORT.md55 libcurl to do a blocking name resolve call to retrieve the IP address. That
/curl/docs/cmdline-opts/
H A Dupload-file.md39 `-` to use stdin in non-blocking mode to allow reading server output while
/curl/lib/vtls/
H A Drustls.c792 bool blocking, in cr_connect_common() argument
883 socket_check_timeout = blocking ? timeout_ms : 0; in cr_connect_common()
892 if(blocking && 0 == what) { in cr_connect_common()
/curl/tests/
H A Drunner.pm1394 my ($blocking) = @_;
1414 if(select(my $rout=$rin, undef, my $eout=$ein, $blocking) >= 1) {
/curl/m4/
H A Dcurl-confopts.m4420 dnl Check for how to set a socket into non-blocking state.
429 AC_MSG_CHECKING([how to set a socket into non-blocking mode])
443 AC_MSG_WARN([cannot determine non-blocking socket method.])

Completed in 48 milliseconds

12