Home
last modified time | relevance | path

Searched refs:io (Results 1 – 11 of 11) sorted by relevance

/curl/docs/libcurl/opts/
H A DCURLOPT_IOCTLDATA.md49 struct data *io = (struct data *)clientp;
51 lseek(io->fd, 0, SEEK_SET);
H A DCURLOPT_IOCTLFUNCTION.md80 struct data *io = (struct data *)clientp;
82 lseek(io->fd, 0, SEEK_SET);
/curl/.github/scripts/
H A Dyamlcheck.yaml5 # Docs: https://yamllint.readthedocs.io/en/stable/configuration.html
/curl/lib/
H A Dcf-h1-proxy.c576 hyper_io *io = NULL; in start_CONNECT() local
589 io = hyper_io_new(); in start_CONNECT()
590 if(!io) { in start_CONNECT()
598 hyper_io_set_userdata(io, &h->io_ctx); in start_CONNECT()
599 hyper_io_set_read(io, Curl_hyper_recv); in start_CONNECT()
600 hyper_io_set_write(io, Curl_hyper_send); in start_CONNECT()
628 handshake = hyper_clientconn_handshake(io, options); in start_CONNECT()
634 io = NULL; in start_CONNECT()
779 if(io) in start_CONNECT()
780 hyper_io_free(io); in start_CONNECT()
H A Dc-hyper.c827 hyper_io *io = NULL; in Curl_http() local
897 io = hyper_io_new(); in Curl_http()
898 if(!io) { in Curl_http()
906 hyper_io_set_userdata(io, &h->io_ctx); in Curl_http()
907 hyper_io_set_read(io, Curl_hyper_recv); in Curl_http()
908 hyper_io_set_write(io, Curl_hyper_send); in Curl_http()
938 handshake = hyper_clientconn_handshake(io, options); in Curl_http()
944 io = NULL; in Curl_http()
1177 if(io) in Curl_http()
1178 hyper_io_free(io); in Curl_http()
H A Dcurl_config.h.cmake361 /* Define to 1 if you have the <io.h> header file. */
/curl/.github/workflows/
H A Dcodeql-analysis.yml65 # �� https://git.io/JvXDl
/curl/docs/cmdline-opts/
H A Dipfs-gateway.md31 https://ipfs.github.io/public-gateway-checker/
/curl/
H A D.mailmap10 Daniel Gustafsson <daniel@yesql.se> <dgustafsson@pivotal.io>
H A DCMakeLists.txt1409 check_include_file_concat("io.h" HAVE_IO_H)
H A Dconfigure.ac3873 io.h \

Completed in 41 milliseconds