Searched refs:pipe (Results 1 – 15 of 15) sorted by relevance
624 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: $!";
62 # CURLE_HTTP2: Send failure: Broken pipe
107 int pipe; /* if non-zero, expect this many requests to do a "piped" member340 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()
40 … --arg target_url ${APPVEYOR_TARGET_URL} | tee /dev/stderr | parallel --pipe -j 1 -N 1 \
54 /* set a more conservative pipe length */
23 and uploads. This feature is useful if you have a limited pipe and you would
29 output file. However this is not true of data redirected to a | pipe or \>
41 pipe or similar) is not subject to buffering and is instead read at
96 if(pipe(fd)) in main_checkfds()
52 if(pipe(socks)) in Curl_pipe()
427 /* Define to 1 if you have the `pipe' function. */
53 a character device or named pipe), the whole mime structure containing the
157 18.12 keep running, read instructions from pipe/socket385 it impossible to provide the file as a pipe.1096 18.12 keep running, read instructions from pipe/socket1099 without a given URL), and then make it read instructions passed on a pipe or
1597 check_function_exists("pipe" HAVE_PIPE)
4162 AC_MSG_NOTICE([skip check for pipe on msdosdjgpp])4182 pipe \
Completed in 56 milliseconds