/curl/tests/ |
H A D | azure.pm | 105 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 D | appveyor.pm | 73 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 D | conftest.py | 104 httpd.stop() 114 nghttpx.stop() 123 nghttpx.stop()
|
H A D | test_11_unix.py | 66 def stop(self): member in UDSFaker 99 faker.stop()
|
H A D | test_31_vsftpds.py | 51 vsftpds.stop() 55 vsftpds.stop()
|
/curl/docs/cmdline-opts/ |
H A D | range.md | 48 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 D | cookie.md | 62 ability to stop super cookies.
|
/curl/tests/http/testenv/ |
H A D | vsftpd.py | 96 return self.stop() 99 def stop(self, wait_dead=True): member in VsFTPD 109 self.stop() 115 self.stop()
|
H A D | caddy.py | 79 self.stop() 92 return self.stop() 95 def stop(self, wait_dead=True): member in Caddy 105 self.stop()
|
H A D | nghttpx.py | 89 return self.stop() 92 def stop(self, wait_dead=True): member in Nghttpx 102 self.stop() 202 self.stop() 240 self.stop()
|
H A D | httpd.py | 144 self.stop() 157 def stop(self): member in Httpd 166 self.stop()
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_KEEP_SENDING_ON_ERROR.md | 33 would be to stop sending and close the stream or connection. 43 0, stop sending on error
|
H A D | CURLOPT_SHARE.md | 38 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 D | CURLOPT_READFUNCTION.md | 47 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 D | CURLOPT_CHUNK_END_FUNCTION.md | 39 **CURL_CHUNK_END_FUNC_FAIL** to tell the lib to stop if some error occurred.
|
H A D | CURLSHOPT_UNSHARE.md | 33 curl_share_init(3). In other words, stop sharing that data in this
|
H A D | CURLOPT_CONNECT_ONLY.md | 19 CURLOPT_CONNECT_ONLY - stop when connected to target server
|
H A D | CURLOPT_CHUNK_BGN_FUNCTION.md | 81 *CURL_CHUNK_BGN_FUNC_FAIL* to tell libcurl to stop if some error occurred.
|
/curl/.github/workflows/ |
H A D | distcheck.yml | 52 echo "::stop-commands::$(uuidgen)" 75 echo "::stop-commands::$(uuidgen)" 98 echo "::stop-commands::$(uuidgen)" 119 echo "::stop-commands::$(uuidgen)"
|
/curl/lib/ |
H A D | hsts.c | 306 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 D | libcurl-share.md | 60 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 D | curl_mime_data_cb.md | 70 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 D | tool_cb_hdr.c | 327 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 D | test1283 | 30 globbing range with same start and stop
|
H A D | test1528 | 27 stop
|