Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 25 of 38) sorted by relevance

12

/curl/tests/
H A Dazure.pm105 my ($curl, $azure_run_id, $azure_result_id, $testnum, $error, $start, $stop)=@_;
106 if(!defined $stop) {
107 $stop = $start;
110 my $azure_complete = strftime "%Y-%m-%dT%H:%M:%SZ", gmtime $stop;
111 my $azure_duration = sprintf("%.0f", ($stop-$start)*1000);
H A Dappveyor.pm73 my ($curl, $testnum, $error, $start, $stop)=@_;
78 if(!defined $stop) {
79 $stop = $start;
81 my $appveyor_duration = sprintf("%.0f", ($stop-$start)*1000);
/curl/tests/http/
H A Dconftest.py67 httpd.stop()
77 nghttpx.stop()
86 nghttpx.stop()
H A Dtest_11_unix.py63 def stop(self): member in UDSFaker
96 faker.stop()
H A Dtest_31_vsftpds.py54 vsftpds.stop()
58 vsftpds.stop()
/curl/tests/http/testenv/
H A Dcaddy.py79 self.stop()
92 return self.stop()
95 def stop(self, wait_dead=True): member in Caddy
105 self.stop()
H A Dvsftpd.py101 return self.stop()
104 def stop(self, wait_dead=True): member in VsFTPD
114 self.stop()
120 self.stop()
H A Dnghttpx.py85 return self.stop()
88 def stop(self, wait_dead=True): member in Nghttpx
98 self.stop()
182 self.stop()
216 self.stop()
H A Dhttpd.py144 self.stop()
156 def stop(self): member in Httpd
164 self.stop()
/curl/docs/cmdline-opts/
H A Drange.md48 Only digit characters (0-9) are valid in the 'start' and 'stop' fields of the
49 'start-stop' range syntax. If a non-digit character is given in the range, the
55 FTP and SFTP range downloads only support the simple 'start-stop' syntax
/curl/.github/workflows/
H A Ddistcheck.yml59 echo "::stop-commands::$(uuidgen)"
82 echo "::stop-commands::$(uuidgen)"
105 echo "::stop-commands::$(uuidgen)"
126 echo "::stop-commands::$(uuidgen)"
/curl/docs/libcurl/opts/
H A DCURLOPT_KEEP_SENDING_ON_ERROR.md32 would be to stop sending and close the stream or connection.
42 0, stop sending on error
H A DCURLOPT_SHARE.md37 cookie cache and get the cookie engine enabled. If you stop sharing an object
44 Set this option to NULL again to stop using that share object.
H A DCURLOPT_READFUNCTION.md46 end-of-file to the library and causes it to stop the current transfer.
48 If you stop the current transfer by returning 0 "pre-maturely" (i.e before the
53 The read callback may return *CURL_READFUNC_ABORT* to stop the current
H A DCURLOPT_CHUNK_END_FUNCTION.md38 **CURL_CHUNK_END_FUNC_FAIL** to tell the lib to stop if some error occurred.
H A DCURLSHOPT_UNSHARE.md32 curl_share_init(3). In other words, stop sharing that data in this
H A DCURLOPT_CONNECT_ONLY.md18 CURLOPT_CONNECT_ONLY - stop when connected to target server
H A DCURLOPT_CHUNK_BGN_FUNCTION.md80 *CURL_CHUNK_BGN_FUNC_FAIL* to tell libcurl to stop if some error occurred.
H A DCURLOPT_COOKIE.md65 ability to stop super cookies. PSL support is identified by the
/curl/src/
H A Dtool_cb_hdr.c278 char stop = '\0'; in parse_filename() local
290 stop = *p; in parse_filename()
294 stop = ';'; in parse_filename()
297 q = strchr(p, stop); in parse_filename()
/curl/lib/
H A Dhsts.c299 bool *stop) in hsts_push() argument
324 *stop = (sc != CURLSTS_OK); in hsts_push()
402 bool stop; in Curl_hsts_save() local
404 result = hsts_push(data, &i, sts, &stop); in Curl_hsts_save()
405 if(result || stop) in Curl_hsts_save()
/curl/docs/libcurl/
H A Dlibcurl-share.md59 To make an easy handle stop using that particular share, you set
60 CURLOPT_SHARE(3) to NULL for that easy handle. To make a handle stop
H A Dcurl_mime_data_cb.md69 it to stop the current transfer.
71 If you stop the current transfer by returning 0 "pre-maturely" (i.e. before
76 The read callback may return *CURL_READFUNC_ABORT* to stop the current
/curl/tests/data/
H A Dtest128330 globbing range with same start and stop
H A Dtest152827 stop

Completed in 41 milliseconds

12