Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 25 of 36) 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.py104 httpd.stop()
114 nghttpx.stop()
123 nghttpx.stop()
H A Dtest_11_unix.py66 def stop(self): member in UDSFaker
99 faker.stop()
H A Dtest_31_vsftpds.py51 vsftpds.stop()
55 vsftpds.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
H A Dcookie.md62 ability to stop super cookies.
/curl/tests/http/testenv/
H A Dvsftpd.py96 return self.stop()
99 def stop(self, wait_dead=True): member in VsFTPD
109 self.stop()
115 self.stop()
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 Dnghttpx.py89 return self.stop()
92 def stop(self, wait_dead=True): member in Nghttpx
102 self.stop()
202 self.stop()
240 self.stop()
H A Dhttpd.py144 self.stop()
157 def stop(self): member in Httpd
166 self.stop()
/curl/docs/libcurl/opts/
H A DCURLOPT_KEEP_SENDING_ON_ERROR.md33 would be to stop sending and close the stream or connection.
43 0, stop sending on error
H A DCURLOPT_SHARE.md38 cookie cache and get the cookie engine enabled. If you stop sharing an object
45 Set this option to NULL again to stop using that share object.
H A DCURLOPT_READFUNCTION.md47 end-of-file to the library and causes it to stop the current transfer.
49 If you stop the current transfer by returning 0 "pre-maturely" (i.e before the
54 The read callback may return *CURL_READFUNC_ABORT* to stop the current
H A DCURLOPT_CHUNK_END_FUNCTION.md39 **CURL_CHUNK_END_FUNC_FAIL** to tell the lib to stop if some error occurred.
H A DCURLSHOPT_UNSHARE.md33 curl_share_init(3). In other words, stop sharing that data in this
H A DCURLOPT_CONNECT_ONLY.md19 CURLOPT_CONNECT_ONLY - stop when connected to target server
H A DCURLOPT_CHUNK_BGN_FUNCTION.md81 *CURL_CHUNK_BGN_FUNC_FAIL* to tell libcurl to stop if some error occurred.
/curl/.github/workflows/
H A Ddistcheck.yml52 echo "::stop-commands::$(uuidgen)"
75 echo "::stop-commands::$(uuidgen)"
98 echo "::stop-commands::$(uuidgen)"
119 echo "::stop-commands::$(uuidgen)"
/curl/lib/
H A Dhsts.c306 bool *stop) in hsts_push() argument
331 *stop = (sc != CURLSTS_OK); in hsts_push()
409 bool stop; in Curl_hsts_save() local
411 result = hsts_push(data, &i, sts, &stop); in Curl_hsts_save()
412 if(result || stop) in Curl_hsts_save()
/curl/docs/libcurl/
H A Dlibcurl-share.md60 To make an easy handle stop using that particular share, you set
61 CURLOPT_SHARE(3) to NULL for that easy handle. To make a handle stop
H A Dcurl_mime_data_cb.md70 it to stop the current transfer.
72 If you stop the current transfer by returning 0 "pre-maturely" (i.e. before
77 The read callback may return *CURL_READFUNC_ABORT* to stop the current
/curl/src/
H A Dtool_cb_hdr.c327 char stop = '\0'; in parse_filename() local
339 stop = *p; in parse_filename()
343 stop = ';'; in parse_filename()
346 q = strchr(p, stop); in parse_filename()
/curl/tests/data/
H A Dtest128330 globbing range with same start and stop
H A Dtest152827 stop

Completed in 28 milliseconds

12