Searched refs:parts (Results 1 – 25 of 25) sorted by relevance
/curl/lib/ |
H A D | urlapi.c | 672 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 D | libcurl-url.md | 65 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 D | curl_mime_subparts.md | 19 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 D | curl_url_get.md | 93 **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 D | curl_formadd.md | 53 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 D | curl_url_set.md | 39 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 D | curl_ws_send.md | 45 a zero *fragsize* for the following parts.
|
H A D | libcurl.md | 204 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 D | libcurl-ws.md | 78 and keep parts of the existing software architecture.
|
H A D | curl_global_trace.md | 29 This function configures the logging behavior to make some parts of curl more
|
H A D | libcurl-tutorial.md | 511 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 D | libcurl-security.md | 318 Maybe just let the user provide data for parts of it? Or maybe filter input to
|
/curl/tests/data/ |
H A D | test591 | 53 # Strip off parts of the PORT and EPRT commands that might differ
|
H A D | test588 | 51 # Strip off parts of the PORT and EPRT commands that might differ
|
H A D | test592 | 53 # Strip off parts of the PORT and EPRT commands that might differ
|
H A D | test593 | 53 # Strip off parts of the PORT and EPRT commands that might differ
|
H A D | test594 | 55 # Strip off parts of the PORT and EPRT commands that might differ
|
H A D | test142 | 10 many parts there are
|
/curl/tests/ |
H A D | runner.pm | 793 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 D | remote-name.md | 35 encoded parts of the name, they end up as-is as filename.
|
/curl/tests/libtest/ |
H A D | lib1560.c | 56 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 D | CURLOPT_HTTPHEADER.md | 111 to "multipart/mixed", describing a document made of independent parts. When a
|
/curl/winbuild/ |
H A D | MakefileBuild.vc | 62 # - all (including Windows) dependencies are aggregated (as static parts)
|
/curl/m4/ |
H A D | curl-compilers.m4 | 193 # strip '-suffix' parts, e.g. Ubuntu Windows cross-gcc returns '10-win32'
|
/curl/docs/ |
H A D | FAQ | 257 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