Home
last modified time | relevance | path

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

/curl/lib/
H A Durlapi.c672 unsigned long parts[4] = {0, 0, 0, 0}; in ipv4_normalize() local
694 parts[n] = l; in ipv4_normalize()
725 if((parts[0] > 0xff) || (parts[1] > 0xffffff)) in ipv4_normalize()
729 (unsigned int)(parts[0]), in ipv4_normalize()
735 if((parts[0] > 0xff) || (parts[1] > 0xff) || (parts[2] > 0xffff)) in ipv4_normalize()
739 (unsigned int)(parts[0]), in ipv4_normalize()
740 (unsigned int)(parts[1]), in ipv4_normalize()
745 if((parts[0] > 0xff) || (parts[1] > 0xff) || (parts[2] > 0xff) || in ipv4_normalize()
746 (parts[3] > 0xff)) in ipv4_normalize()
750 (unsigned int)(parts[0]), in ipv4_normalize()
[all …]
/curl/docs/libcurl/
H A Dlibcurl-url.md65 If successful, this stores the URL in its individual parts within the handle.
88 When a URL has been parsed or parts have been set, you can extract those
103 Extracted parts are not URL decoded unless the user also asks for it with the
111 A user set individual URL parts, either after having parsed a full URL or
126 Set parts are not URL encoded unless the user asks for it with the
H A Dcurl_mime_subparts.md19 curl_mime_subparts - set sub-parts of a multipart mime part
36 *subparts* is a mime structure handle holding the sub-parts. After
H A Dcurl_url_get.md93 **CURLUPART_HOST** or **CURLUPART_URL** parts, libcurl returns the host
106 parts, libcurl returns the hostname in its IDN (International Domain Name)
120 query and fragments parts or when used in the full URL. By default, libcurl
121 otherwise considers empty parts non-existing.
150 possibly cleaned up version using all available URL parts.
190 like all other parts. That string is guaranteed to hold a valid port number in
H A Dcurl_formadd.md53 Below, we discuss what options you use to set these properties in the parts
56 The options listed first are for making normal parts. The options from
58 parts.
155 is used for custom file upload parts without use of *CURLFORM_FILE*. It
H A Dcurl_url_set.md39 This function sets or updates individual URL components, or parts, held by the
61 When setting or updating contents of individual URL parts, curl_url_set(3)
237 individual parts. (Added in 7.78.0)
H A Dcurl_ws_send.md45 a zero *fragsize* for the following parts.
H A Dlibcurl.md204 other parts of the program -- it does not know whether they use libcurl or
228 curl_global_init(3) has an argument that tells what particular parts of
232 parts of the program of which it is part.
H A Dlibcurl-ws.md78 and keep parts of the existing software architecture.
H A Dcurl_global_trace.md29 This function configures the logging behavior to make some parts of curl more
H A Dlibcurl-tutorial.md511 called multi-part because they are built by a chain of parts, each part being
519 curl_mime_init(3) creates a multi-part body; you can then append new parts
530 The following example sets two simple text parts with plain textual contents,
556 curl_mime_subparts(3) implements nested multi-parts, this way of
571 Using *curl_formadd*, you add parts to the form. When you are done adding
572 parts, you post the whole form.
598 Multipart formposts are chains of parts using MIME-style separators and
599 headers. It means that each one of these separate parts get a few headers set
704 translated to two distinct parts with the same name.
1247 A structured email message may contain several parts: some are displayed
[all …]
H A Dlibcurl-security.md318 Maybe just let the user provide data for parts of it? Or maybe filter input to
/curl/tests/data/
H A Dtest59153 # Strip off parts of the PORT and EPRT commands that might differ
H A Dtest58851 # Strip off parts of the PORT and EPRT commands that might differ
H A Dtest59253 # Strip off parts of the PORT and EPRT commands that might differ
H A Dtest59353 # Strip off parts of the PORT and EPRT commands that might differ
H A Dtest59455 # Strip off parts of the PORT and EPRT commands that might differ
H A Dtest14210 many parts there are
/curl/tests/
H A Drunner.pm793 my @parts = split(/\//, $path);
794 if(join("/", @parts[0..$nparts-1]) eq $LOGDIR) {
796 my $d = shift @parts;
797 for(@parts) {
/curl/docs/cmdline-opts/
H A Dremote-name.md35 encoded parts of the name, they end up as-is as filename.
/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.m4193 # 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
819 To be able to use those characters as actual parts of the URL (without using

Completed in 47 milliseconds