Home
last modified time | relevance | path

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

123

/curl/tests/data/
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 Dtest138631 FTP DL, file with Content-Disposition inside, using -o fname
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 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 Dtest138423 FTP DL, file without C-D inside, using -o fname -i -D stdout
H A Dtest139331 FTP DL, file with C-D inside, using -o fname -i, without -D
H A Dtest138124 FTP DL, file without C-D inside, using -o fname -J -D file
H A Dtest138224 FTP DL, file without C-D inside, using -o fname -J -D stdout
H A Dtest138323 FTP DL, file without C-D inside, using -o fname -i -D file
H A Dtest137431 HTTP GET -o fname -i and Content-Disposition, -D file
H A Dtest138831 FTP DL, file with C-D inside, using -o fname -D stdout
H A Dtest139231 FTP DL, file with C-D inside, using -o fname -i -D stdout
/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.md24 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SSH_KNOWNHOSTS, char *fname);
/curl/tests/http/
H A Dtest_02_download.py52 env.make_data_file(indir=indir, fname="data-10k", fsize=10*1024)
53 env.make_data_file(indir=indir, fname="data-100k", fsize=100*1024)
54 env.make_data_file(indir=indir, fname="data-1m", fsize=1024*1024)
55 env.make_data_file(indir=indir, fname="data-10m", fsize=10*1024*1024)
56 env.make_data_file(indir=indir, fname="data-50m", fsize=50*1024*1024)
/curl/lib/
H A Dformdata.c360 char *fname = strdup(filename); in FormAdd() local
361 if(!fname) in FormAdd()
364 form = AddFormInfo(fname, NULL, current_form); in FormAdd()
366 free(fname); in FormAdd()

Completed in 36 milliseconds

123