Home
last modified time | relevance | path

Searched refs:append (Results 1 – 25 of 76) sorted by relevance

1234

/curl/docs/cmdline-opts/
H A Dappend.md5 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 Ddata-binary.md10 Multi: append
31 If this option is used several times, the ones following the first append
H A Ddata-ascii.md10 Multi: append
H A Ddata-raw.md10 Multi: append
H A Dtelnet-option.md10 Multi: append
H A Dform-string.md10 Multi: append
H A Dtrace-config.md9 Multi: append
H A Dmail-rcpt.md10 Multi: append
H A Dreferer.md24 --header flag of course. When used with --location you can append `;auto`" to
H A Dalt-svc.md10 Multi: append
H A Durl-query.md10 Multi: append
H A Dnext.md12 Multi: append
H A Dhsts.md10 Multi: append
/curl/tests/http/
H A Dscorecard.py150 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 Dtest_05_errors.py67 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 DCURLOPT_APPEND.md19 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 Dtool_findfile.c46 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 Dtest10921 FTP PASV upload append
24 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T %LOGDIR/upload%TESTNUMBER --append
H A Dtest99136 use -w %output{} append
/curl/tests/http/testenv/
H A Dclient.py116 lines.append('>>--stdout ----------------------------------------------\n')
118 lines.append('>>--stderr ----------------------------------------------\n')
120 lines.append('<<-------------------------------------------------------\n')
H A Dports.py42 socks.append(s)
H A Dcurl.py85 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 Dcerts.py224 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 Dhtmltitle.cpp80 writerData->append(data, size*nmemb); in writer()
172 context->title.append(reinterpret_cast<char *>(chars), length); in handleCharacters()
/curl/packages/vms/
H A Dsetup_gnv_curl_build.com152 $ 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