Home
last modified time | relevance | path

Searched refs:fname (Results 26 – 50 of 61) sorted by relevance

123

/curl/tests/data/
H A Dtest136430 HTTP GET -o fname without Content-Disposition, -D file
H A Dtest136831 HTTP GET -o fname -J without Content-Disposition, -D file
H A Dtest136731 HTTP GET -o fname and Content-Disposition, -D stdout
H A Dtest137731 HTTP GET -o fname -i and Content-Disposition, without -D
H A Dtest137330 HTTP GET -o fname -i without Content-Disposition, -D stdout
H A Dtest136631 HTTP GET -o fname and Content-Disposition, -D file
H A Dtest142447 HTTP GET -o fname without Content-Disposition (unmet time condition)
H A Dtest137032 HTTP GET -o fname -J and Content-Disposition, -D file
H A Dtest137132 HTTP GET -o fname -J and Content-Disposition, -D stdout
H A Dtest137230 HTTP GET -o fname -i without Content-Disposition, -D file
H A Dtest137531 HTTP GET -o fname -i and Content-Disposition, -D stdout
H A Dtest138224 FTP DL, file without C-D inside, using -o fname -J -D stdout
H A Dtest138423 FTP DL, file without C-D inside, using -o fname -i -D stdout
H A Dtest138631 FTP DL, file with Content-Disposition inside, using -o fname
H A Dtest139331 FTP DL, file with C-D inside, using -o fname -i, without -D
H A Dtest137923 FTP DL, file without C-D inside, using -o fname -D file
H A Dtest138023 FTP DL, file without C-D inside, using -o fname -D stdout
H A Dtest137431 HTTP GET -o fname -i and Content-Disposition, -D file
H A Dtest138124 FTP DL, file without C-D inside, using -o fname -J -D file
H A Dtest138323 FTP DL, file without C-D inside, using -o fname -i -D file
/curl/projects/
H A Dgenerate.bat269 set fname=%~1 variable
272 if "%fname%"=="" (
277 if not "%fname:~-1%"=="." (
278 set ename=%fname:~-1%%ename%
279 set fname=%fname:~0,-1% variable
/curl/docs/libcurl/opts/
H A DCURLOPT_SSH_KNOWNHOSTS.md25 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SSH_KNOWNHOSTS, char *fname);
/curl/tests/http/
H A Dtest_02_download.py53 env.make_data_file(indir=indir, fname="data-10k", fsize=10*1024)
54 env.make_data_file(indir=indir, fname="data-100k", fsize=100*1024)
55 env.make_data_file(indir=indir, fname="data-1m", fsize=1024*1024)
56 env.make_data_file(indir=indir, fname="data-10m", fsize=10*1024*1024)
57 env.make_data_file(indir=indir, fname="data-50m", fsize=50*1024*1024)
/curl/lib/
H A Dformdata.c361 char *fname = strdup(filename); in FormAdd() local
362 if(!fname) in FormAdd()
365 form = AddFormInfo(fname, NULL, current_form); in FormAdd()
367 free(fname); in FormAdd()
/curl/packages/vms/
H A Dmake_pcsi_curl_kit_name.com179 $ fname = "''product'-''fversion'"

Completed in 39 milliseconds

123