Home
last modified time | relevance | path

Searched refs:append (Results 26 – 50 of 77) sorted by relevance

1234

/curl/docs/cmdline-opts/
H A Durl.md9 Multi: append
H A Dnext.md12 Multi: append
H A Dhsts.md10 Multi: append
H A Djson.md11 Multi: append
H A Dconnect-to.md9 Multi: append
H A Dproxy-header.md10 Multi: append
H A Drange.md14 - append
H A Ddata-urlencode.md10 Multi: append
H A Dftp-port.md47 You can also append ":[start]-[end]" to the right of the address, to tell
H A Dresolve.md9 Multi: append
H A Dvariable.md9 Multi: append
H A Ddata.md12 Multi: append
/curl/docs/libcurl/
H A Dcurl_mime_addpart.md26 curl_mime_addpart - append a new empty part to a mime structure
H A Dcurl_formget.md24 curl_formget_callback append);
H A Dlibcurl-url.md130 An application can append a string to the right end of the query part with the
144 URL encode, the encoding process skips the '=' character. For example, append
/curl/docs/libcurl/opts/
H A DCURLOPT_PROXY_TRANSFER_MODE.md18 CURLOPT_PROXY_TRANSFER_MODE - append FTP transfer mode to URL for proxy
H A DCURLOPT_PRE_PROXY.md32 To specify port number in this string, append :[port] to the end of the host
/curl/docs/examples/
H A D.gitignore44 imap-append
H A DMakefile.inc65 imap-append \
/curl/tests/http/
H A Dtest_10_proxy.py267 x2_args.append('--next')
292 x2_args.append('--next')
318 x2_args.append('--next')
344 x2_args.append('--next')
/curl/packages/OS400/
H A Dccsidcurl.h60 curl_formget_callback append,
H A Dccsidcurl.c1016 curl_formget_callback append; member
1033 return (*p->append)(p->arg, buf, len); in Curl_formget_callback_ccsid()
1047 ret = (*p->append)(p->arg, b, l); in Curl_formget_callback_ccsid()
1055 curl_formget_callback append, unsigned int ccsid) in curl_formget_ccsid() argument
1059 lcfc.append = append; in curl_formget_ccsid()
/curl/lib/
H A Dformdata.c713 curl_formget_callback append) in curl_formget() argument
731 if(nread > sizeof(buffer) || append(arg, buffer, nread) != nread) { in curl_formget()
944 curl_formget_callback append) in curl_formget() argument
948 (void) append; in curl_formget()
/curl/src/
H A Dtool_writeout.c640 bool append = FALSE; in ourWriteOut() local
643 append = TRUE; in ourWriteOut()
654 stream2 = fopen(fname, append? FOPEN_APPENDTEXT : in ourWriteOut()
/curl/packages/vms/
H A Dgenerate_vax_transfer.com73 $ open/append vopt gnv_libcurl_xfer.mar_exact
192 $ open/append lco gnv_libcurl_xfer.opt

Completed in 78 milliseconds

1234