Home
last modified time | relevance | path

Searched refs:append (Results 1 – 25 of 80) 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
30 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
/curl/docs/libcurl/opts/
H A DCURLOPT_APPEND.md17 CURLOPT_APPEND - append to the remote file
24 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_APPEND, long append);
29 A long parameter set to 1 tells the library to append to the remote file
/curl/tests/
H A Dconftest.py27 sys.path.append(os.path.join(os.path.dirname(__file__), 'http'))
63 metafunc.fixturenames.append('tmp_ct')
/curl/tests/http/
H A Dscorecard.py135 errors.append(err)
139 profiles.append(r.profile)
162 errors.append(err)
166 profiles.append(r.profile)
193 errors.append(err)
197 profiles.append(r.profile)
281 errors.append(err)
285 profiles.append(r.profile)
441 sizes.append(sskey)
444 measures.append(mkey)
[all …]
H A Dtest_05_errors.py69 invalid_stats.append(f'request {idx} exit with {s["exitcode"]}')
93 invalid_stats.append(f'request {idx} exit with {s["exitcode"]}\n{s}')
H A Dconftest.py32 sys.path.append(os.path.join(os.path.dirname(__file__), '.'))
/curl/src/
H A Dtool_findfile.c46 const char *append; member
123 if(conf_list[i].append) { in findfile()
124 char *c = curl_maprintf("%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.py115 lines.append('>>--stdout ----------------------------------------------\n')
117 lines.append('>>--stderr ----------------------------------------------\n')
119 lines.append('<<-------------------------------------------------------\n')
H A Dports.py42 socks.append(s)
H A Dcurl.py80 self._samples.append({
146 self._stats.append(json.loads(l))
223 self._responses.append(resp)
326 lines.append('>>--stderr ----------------------------------------------\n')
328 lines.append('<<-------------------------------------------------------\n')
338 lines.append(f'>>--xfer {xfer_id} trace:\n')
407 xargs.append('--proxy-http2')
414 xargs.append('--proxytunnel')
730 args.append(self.ALPN_ARG[alpn_proto])
735 args.append('--insecure')
[all …]
H A Dcerts.py223 subchain.append(self)
273 chain.append(creds)
284 self._creds_by_name[name].append(creds)
379 name_pieces.append(x509.NameAttribute(oid, org_name))
381 name_pieces.append(x509.NameAttribute(NameOID.COMMON_NAME, common_name))
449 names.append(x509.IPAddress(ipaddress.ip_address(name)))
451 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 28 milliseconds

1234