Home
last modified time | relevance | path

Searched refs:filename (Results 151 – 175 of 242) sorted by relevance

12345678910

/curl/lib/
H A Daltsvc.h55 char *filename; member
H A Dcurl_setup.h470 int curlx_win32_open(const char *filename, int oflag, ...);
472 FILE *curlx_win32_fopen(const char *filename, const char *mode);
492 int curlx_win32_open(const char *filename, int oflag, ...);
493 FILE *curlx_win32_fopen(const char *filename, const char *mode);
/curl/docs/libcurl/opts/
H A DCURLOPT_HTTPPOST.md71 /* Fill in the filename field */
74 CURLFORM_COPYNAME, "filename",
/curl/docs/libcurl/
H A Dcurl_mime_type.md50 - If a remote filename is set, the mime type is taken from the filename
H A Dcurl_formadd.md119 followed by a filename, causes that file to be read and its contents used
127 followed by a filename, makes this part a file upload part. It sets the
128 *filename* field to the basename of the provided filename, it reads the
132 providing multiple **CURLFORM_FILE** arguments each followed by the filename
150 string, it tells libcurl to use the given string as the *filename* in the file
151 upload part instead of the actual filename.
157 parameter is a string which provides the *filename* field in the content
308 zero-valued bytes. The pseudo-filename "-" to read stdin is discouraged
/curl/tests/server/
H A Dtftpd.c242 const char *filename, unsigned short mode);
895 char *filename, *mode = NULL; in do_tftp() local
919 filename = cp; in do_tftp()
963 fprintf(server, "filename = %s\n", filename); in do_tftp()
979 ecode = validate_access(test, filename, tp->th_opcode); in do_tftp()
1074 const char *filename, unsigned short mode) in validate_access() argument
1078 logmsg("trying to get file: %s mode %x", filename, mode); in validate_access()
1080 if(!strncmp("verifiedserver", filename, 14)) { in validate_access()
1094 ptr = strrchr(filename, '/'); in validate_access()
/curl/tests/data/
H A Dtest105396 Content-Disposition: form-data; name="file"; filename="test%TESTNUMBER.txt"
120 Content-Disposition: form-data; name="file"; filename="test%TESTNUMBER.txt"
H A Dtest200398 filename = /%TESTNUMBER0003
103 filename = /%TESTNUMBER0003
H A Dtest28469 filename = /%TESTNUMBER
H A Dtest146017 Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
H A Dtest148719 Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
H A Dtest131119 Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
H A Dtest131319 Content-Disposition: inline; filename='name%TESTNUMBER
H A Dtest301222 Content-Disposition: inline; filename="MMM%TESTNUMBERMMM"
H A Dtest142219 Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=str//nge
H A Dtest140468 Content-Disposition: attachment; filename="test%TESTNUMBER.txt"
74 Content-Disposition: attachment; filename="test%TESTNUMBER.txt"
81 Content-Disposition: attachment; filename="test%TESTNUMBER.txt"
/curl/docs/cmdline-opts/
H A Doutput.md26 followed by a number in the filename. That variable is then replaced with the
59 Specify the filename as single minus to force the output to stdout, to
H A Dremote-name-all.md5 Help: Use the remote filename for all URLs
H A Dskip-existing.md22 filename present in the file system or not and it skips the transfer if it is.
H A Ddata.md20 - -d @filename $URL
40 If you start the data with the letter @, the rest should be a filename to read
H A Dno-clobber.md21 the file that would be created, up to filename.100 after which it does not
H A Dcreate-dirs.md21 --output-dir. If the combined output filename uses no directory, or if the
/curl/tests/http/clients/
H A Dhx-download.c148 char filename[128]; member
184 curl_msnprintf(t->filename, sizeof(t->filename)-1, "download_%u.data", in my_write_cb()
186 t->out = fopen(t->filename, "wb"); in my_write_cb()
H A Dhx-upload.c149 char filename[128]; member
187 curl_msnprintf(t->filename, sizeof(t->filename)-1, "download_%u.data", in my_write_cb()
189 t->out = fopen(t->filename, "wb"); in my_write_cb()
/curl/tests/
H A Drunner.pm779 my $filename=$fileattr{'name'};
780 if(@inputfile || $filename) {
781 if(!$filename) {
788 my $path = $filename;
802 if (open(my $outfile, ">", "$filename")) {
811 logmsg "ERROR: cannot write $filename\n";

Completed in 40 milliseconds

12345678910