Home
last modified time | relevance | path

Searched refs:filename (Results 76 – 100 of 242) sorted by relevance

12345678910

/curl/docs/libcurl/
H A Dcurl_mime_filedata.md29 const char *filename);
40 *filename* points to the null-terminated file's path name. The pointer can
44 As a side effect, the part's remote filename is set to the base name of the
45 given *filename* if it is a valid named file. This can be undone or
/curl/tests/libtest/
H A Dtestutil.h46 HMODULE win32_load_system_library(const TCHAR *filename);
H A Dlib576.c42 printf("Filename: %s\n", finfo->filename); in chunk_bgn()
77 if(strcmp(finfo->filename, "someothertext.txt") == 0) { in chunk_bgn()
/curl/src/
H A Dtool_util.h43 FILE *Curl_execpath(const char *filename, char **pathp);
H A Dtool_urlglob.c624 CURLcode glob_match_url(char **result, char *filename, struct URLGlob *glob) in glob_match_url() argument
638 while(*filename) { in glob_match_url()
639 if(*filename == '#' && ISDIGIT(filename[1])) { in glob_match_url()
640 char *ptr = filename; in glob_match_url()
641 unsigned long num = strtoul(&filename[1], &filename, 10); in glob_match_url()
687 filename = ptr; in glob_match_url()
688 appendthis = filename++; in glob_match_url()
693 appendthis = filename++; in glob_match_url()
/curl/lib/
H A Dsystem_win32.h46 HMODULE Curl_load_library(LPCTSTR filename);
H A Dformdata.c336 const char *filename = array_state ? in FormAdd() local
338 if(filename) { in FormAdd()
339 current_form->value = strdup(filename); in FormAdd()
355 const char *filename = array_state ? array_value : in FormAdd() local
360 if(filename) { in FormAdd()
361 char *fname = strdup(filename); in FormAdd()
384 if(filename) { in FormAdd()
385 current_form->value = strdup(filename); in FormAdd()
503 const char *filename = array_state ? array_value : in FormAdd() local
508 current_form->showfilename = strdup(filename); in FormAdd()
/curl/packages/vms/
H A Dbuild_gnv_curl_pcsi_desc.com309 $ filename = f$parse(pathname,,,"NAME")
356 $ filename = f$parse(pathname,,,"NAME") + filetype
362 $ filename = f$parse(pathname,,,"NAME") + filetype
409 $ filename = f$element(0, " ", line_in)
415 $ filetype = f$edit(f$parse(filename,,,"TYPE"), "upcase")
418 $ destname = filename
430 $ filedir = f$edit(f$parse(filename,,,"DIRECTORY"), "lowercase")
433 $ if filename .nes. filedir then goto flst_file
445 $ filename = f$element(0, " ", line_in)
446 $ destname = filename
[all …]
/curl/tests/data/
H A Dtest160418 Test Windows/MS-DOS filename sanitization
H A Dtest137718 Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
56 Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
H A Dtest136718 Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
60 Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
H A Dtest137119 Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
61 Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
H A Dtest136618 Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
60 Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
H A Dtest137019 Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
61 Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
H A Dtest138619 Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
62 Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
/curl/docs/libcurl/opts/
H A DCURLOPT_CHUNK_BGN_FUNCTION.md25 char *filename;
40 char *target; /* pointer to the target filename of a symlink */
103 printf("%3d %40s %10luB ", remains, finfo->filename,
125 data->output = fopen(finfo->filename, "wb");
H A DCURLOPT_COOKIEFILE.md18 CURLOPT_COOKIEFILE - filename to read cookies from
25 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_COOKIEFILE, char *filename);
31 the filename of your file holding cookie data to read. The cookie data can be
39 without reading any initial cookies. If you tell libcurl the filename is "-"
/curl/docs/examples/
H A Dsftpuploadresume.c123 const char *filename = "filename"; in main() local
129 if(!sftpResumeUpload(curlhandle, remote, filename)) { in main()
H A Dftp-wildcard.c100 printf("%3d %40s %10luB ", remains, finfo->filename, in file_is_coming()
122 data->output = fopen(finfo->filename, "wb"); in file_is_coming()
H A Dhttp2-serverpush.c170 char filename[128]; in server_push_callback() local
176 curl_msnprintf(filename, 128, "push%u", count++); in server_push_callback()
179 out = fopen(filename, "wb"); in server_push_callback()
/curl/docs/cmdline-opts/
H A Dtrace-ascii.md22 descriptive information, in the given output file. Use `-` as filename to have
23 the output sent to stdout. Use `%` as filename to send the output to stderr.
H A Ddata-binary.md14 - --data-binary @filename $URL
21 If you start the data with the letter @, the rest should be a filename.
H A Dcookie.md6 Arg: <data|filename>
35 filename to read previously stored cookie from. This option also activates the
40 If the filename is a single minus ("-"), curl reads the contents from stdin.
41 If the filename is an empty string ("") and is the only cookie input, curl
/curl/scripts/
H A Dcmakelint.sh50 --filter=-whitespace/indent,-convention/filename,-package/stdargs
/curl/tests/
H A Dsmbserver.py324 fid, filename = tempfile.mkstemp()
326 filename, fid, requested_filename)
339 return fid, filename
352 fid, filename = tempfile.mkstemp()
354 filename, fid, requested_filename)
359 return fid, filename

Completed in 39 milliseconds

12345678910