Searched refs:append (Results 1 – 25 of 76) sorted by relevance
1234
/curl/docs/cmdline-opts/ |
H A D | append.md | 5 Long: append 15 - --upload-file local --append ftp://example.com/ 18 # `--append` 20 When used in an upload, this option makes curl append to the target file
|
H A D | data-binary.md | 10 Multi: append 31 If this option is used several times, the ones following the first append
|
H A D | data-ascii.md | 10 Multi: append
|
H A D | data-raw.md | 10 Multi: append
|
H A D | telnet-option.md | 10 Multi: append
|
H A D | form-string.md | 10 Multi: append
|
H A D | trace-config.md | 9 Multi: append
|
H A D | mail-rcpt.md | 10 Multi: append
|
H A D | referer.md | 24 --header flag of course. When used with --location you can append `;auto`" to
|
H A D | alt-svc.md | 10 Multi: append
|
H A D | url-query.md | 10 Multi: append
|
H A D | next.md | 12 Multi: append
|
H A D | hsts.md | 10 Multi: append
|
/curl/tests/http/ |
H A D | scorecard.py | 150 errors.append(err) 179 errors.append(err) 214 errors.append(err) 275 errors.append(err) 303 errors.append(err) 336 errors.append(err) 406 profiles.append(r.profile) 531 sizes.append(sskey) 771 cards.append(card) 796 cards.append(card) [all …]
|
H A D | test_05_errors.py | 67 invalid_stats.append(f'request {idx} exit with {s["exitcode"]}') 91 invalid_stats.append(f'request {idx} exit with {s["exitcode"]}\n{s}')
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_APPEND.md | 19 CURLOPT_APPEND - append to the remote file 26 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_APPEND, long append); 31 A long parameter set to 1 tells the library to append to the remote file
|
/curl/src/ |
H A D | tool_findfile.c | 46 const char *append; member 120 if(conf_list[i].append) { in findfile() 121 char *c = aprintf("%s%s", home, conf_list[i].append); in findfile()
|
/curl/tests/data/ |
H A D | test109 | 21 FTP PASV upload append 24 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T %LOGDIR/upload%TESTNUMBER --append
|
H A D | test991 | 36 use -w %output{} append
|
/curl/tests/http/testenv/ |
H A D | client.py | 116 lines.append('>>--stdout ----------------------------------------------\n') 118 lines.append('>>--stderr ----------------------------------------------\n') 120 lines.append('<<-------------------------------------------------------\n')
|
H A D | ports.py | 42 socks.append(s)
|
H A D | curl.py | 85 self._samples.append({ 153 args.append('sudo') 226 self._stats.append(json.loads(line)) 308 self._responses.append(resp) 437 lines.append(f'>>--xfer {xfer_id} trace:\n') 512 xargs.append('--proxy-http2') 519 xargs.append('--proxytunnel') 849 args.append('--test-event') 869 args.append(self.ALPN_ARG[alpn_proto]) 874 args.append('--insecure') [all …]
|
H A D | certs.py | 224 subchain.append(self) 274 chain.append(creds) 285 self._creds_by_name[name].append(creds) 382 name_pieces.append(x509.NameAttribute(oid, org_name)) 384 name_pieces.append(x509.NameAttribute(NameOID.COMMON_NAME, common_name)) 452 names.append(x509.IPAddress(ipaddress.ip_address(name))) 455 names.append(x509.DNSName(name))
|
/curl/docs/examples/ |
H A D | htmltitle.cpp | 80 writerData->append(data, size*nmemb); in writer() 172 context->title.append(reinterpret_cast<char *>(chars), length); in handleCharacters()
|
/curl/packages/vms/ |
H A D | setup_gnv_curl_build.com | 152 $ open/append opt 'base_dir'gnv$conftest.opt 165 $ open/append opt [.src]gnv$curl.opt 179 $ open/append opt 'default_dir'gnv_libcurl_linker.opt 190 $ open/append opt 'default_dir'gnv_template_linker.opt
|
Completed in 21 milliseconds
1234