Home
last modified time | relevance | path

Searched refs:parts (Results 1 – 25 of 26) sorted by relevance

12

/curl/lib/
H A Durlapi.c678 unsigned long parts[4] = {0, 0, 0, 0}; in ipv4_normalize() local
700 parts[n] = l; in ipv4_normalize()
731 if((parts[0] > 0xff) || (parts[1] > 0xffffff)) in ipv4_normalize()
735 (unsigned int)(parts[0]), in ipv4_normalize()
741 if((parts[0] > 0xff) || (parts[1] > 0xff) || (parts[2] > 0xffff)) in ipv4_normalize()
745 (unsigned int)(parts[0]), in ipv4_normalize()
746 (unsigned int)(parts[1]), in ipv4_normalize()
751 if((parts[0] > 0xff) || (parts[1] > 0xff) || (parts[2] > 0xff) || in ipv4_normalize()
752 (parts[3] > 0xff)) in ipv4_normalize()
756 (unsigned int)(parts[0]), in ipv4_normalize()
[all …]
/curl/docs/libcurl/
H A Dlibcurl-url.md64 If successful, this stores the URL in its individual parts within the handle.
87 When a URL has been parsed or parts have been set, you can extract those
102 Extracted parts are not URL decoded unless the user also asks for it with the
110 A user set individual URL parts, either after having parsed a full URL or
125 Set parts are not URL encoded unless the user asks for it with the
H A Dcurl_mime_subparts.md18 curl_mime_subparts - set sub-parts of a multipart mime part
35 *subparts* is a mime structure handle holding the sub-parts. After
H A Dcurl_url_get.md92 **CURLUPART_HOST** or **CURLUPART_URL** parts, libcurl returns the host
105 parts, libcurl returns the hostname in its IDN (International Domain Name)
119 query and fragments parts or when used in the full URL. By default, libcurl
120 otherwise considers empty parts non-existing.
133 possibly cleaned up version using all available URL parts.
173 like all other parts. That string is guaranteed to hold a valid port number in
H A Dcurl_formadd.md52 Below, we discuss what options you use to set these properties in the parts
55 The options listed first are for making normal parts. The options from
57 parts.
154 is used for custom file upload parts without use of *CURLFORM_FILE*. It
H A Dcurl_url_set.md38 This function sets or updates individual URL components, or parts, held by the
60 When setting or updating contents of individual URL parts, curl_url_set(3)
223 individual parts. (Added in 7.78.0)
H A Dcurl_ws_send.md44 a zero *fragsize* for the following parts.
H A Dlibcurl.md203 other parts of the program -- it does not know whether they use libcurl or
227 curl_global_init(3) has an argument that tells what particular parts of
231 parts of the program of which it is part.
H A Dcurl_global_trace.md28 This function configures the logging behavior to make some parts of curl more
H A Dlibcurl-ws.md77 and keep parts of the existing software architecture.
H A Dlibcurl-tutorial.md510 called multi-part because they are built by a chain of parts, each part being
518 curl_mime_init(3) creates a multi-part body; you can then append new parts
529 The following example sets two simple text parts with plain textual contents,
555 curl_mime_subparts(3) implements nested multi-parts, this way of
570 Using *curl_formadd*, you add parts to the form. When you are done adding
571 parts, you post the whole form.
597 Multipart formposts are chains of parts using MIME-style separators and
598 headers. It means that each one of these separate parts get a few headers set
703 translated to two distinct parts with the same name.
1246 A structured email message may contain several parts: some are displayed
[all …]
H A Dlibcurl-security.md317 Maybe just let the user provide data for parts of it? Or maybe filter input to
/curl/tests/data/
H A Dtest59150 # Strip off parts of the PORT and EPRT commands that might differ
H A Dtest59350 # Strip off parts of the PORT and EPRT commands that might differ
H A Dtest58848 # Strip off parts of the PORT and EPRT commands that might differ
H A Dtest59250 # Strip off parts of the PORT and EPRT commands that might differ
H A Dtest59452 # Strip off parts of the PORT and EPRT commands that might differ
H A Dtest14210 many parts there are
/curl/docs/cmdline-opts/
H A Dremote-name.md34 encoded parts of the name, they end up as-is as filename.
/curl/tests/
H A Drunner.pm763 my @parts = split(/\//, $path);
764 if(join("/", @parts[0..$nparts-1]) eq $LOGDIR) {
766 my $d = shift @parts;
767 for(@parts) {
/curl/tests/libtest/
H A Dlib1560.c56 struct part parts[] = { in checkparts() local
70 for(i = 0; parts[i].name; i++) { in checkparts()
73 rc = curl_url_get(u, parts[i].part, &p, getflags); in checkparts()
/curl/docs/libcurl/opts/
H A DCURLOPT_HTTPHEADER.md111 to "multipart/mixed", describing a document made of independent parts. When a
/curl/winbuild/
H A DMakefileBuild.vc62 # - all (including Windows) dependencies are aggregated (as static parts)
/curl/m4/
H A Dcurl-compilers.m4187 # strip '-suffix' parts, e.g. Ubuntu Windows cross-gcc returns '10-win32'
/curl/docs/
H A DFAQ257 sponsored certain parts of the development in the past and I hope some will
820 To be able to use those characters as actual parts of the URL (without using

Completed in 97 milliseconds

12