Home
last modified time | relevance | path

Searched refs:pipe (Results 1 – 15 of 15) sorted by relevance

/curl/scripts/
H A Dmk-ca-bundle.pl624 my $pipe = "";
626 $pipe = "|$openssl x509 -" . $hash . " -fingerprint -noout -inform PEM";
628 $pipe .= " >> $crt.~";
631 open(TMP, $pipe) or die "Couldn't open openssl pipe: $!";
638 $pipe = "|$openssl x509 -text -inform PEM";
640 $pipe .= " >> $crt.~";
643 open(TMP, $pipe) or die "Couldn't open openssl pipe: $!";
/curl/tests/data/
H A Dtest180162 # CURLE_HTTP2: Send failure: Broken pipe
/curl/tests/server/
H A Drtspd.c107 int pipe; /* if non-zero, expect this many requests to do a "piped" member
340 req->pipe = num-1; /* decrease by one since we don't count the in ProcessRequest()
447 if(req->pipe) in ProcessRequest()
555 if(!req->pipe && in ProcessRequest()
567 while(req->pipe) { in ProcessRequest()
576 req->pipe--; in ProcessRequest()
681 req->pipe = 0; in get_request()
733 if(done_processing && req->pipe) { in get_request()
736 req->pipe--; in get_request()
/curl/.github/workflows/
H A Dappveyor-status.yml40 … --arg target_url ${APPVEYOR_TARGET_URL} | tee /dev/stderr | parallel --pipe -j 1 -N 1 \
/curl/docs/libcurl/opts/
H A DCURLMOPT_MAX_PIPELINE_LENGTH.md54 /* set a more conservative pipe length */
/curl/docs/cmdline-opts/
H A Dlimit-rate.md23 and uploads. This feature is useful if you have a limited pipe and you would
H A Dretry-all-errors.md29 output file. However this is not true of data redirected to a | pipe or \>
H A Dform.md41 pipe or similar) is not subject to buffering and is instead read at
/curl/src/
H A Dtool_main.c96 if(pipe(fd)) in main_checkfds()
/curl/lib/
H A Dsocketpair.c52 if(pipe(socks)) in Curl_pipe()
H A Dcurl_config.h.cmake427 /* Define to 1 if you have the `pipe' function. */
/curl/docs/libcurl/
H A Dcurl_mime_filedata.md53 a character device or named pipe), the whole mime structure containing the
/curl/docs/
H A DTODO157 18.12 keep running, read instructions from pipe/socket
385 it impossible to provide the file as a pipe.
1096 18.12 keep running, read instructions from pipe/socket
1099 without a given URL), and then make it read instructions passed on a pipe or
/curl/
H A DCMakeLists.txt1597 check_function_exists("pipe" HAVE_PIPE)
H A Dconfigure.ac4162 AC_MSG_NOTICE([skip check for pipe on msdosdjgpp])
4182 pipe \

Completed in 33 milliseconds