Home
last modified time | relevance | path

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

12

/curl/tests/
H A Dgetpart.pm93 my ($section, $part)=@_;
102 if(!$inside && ($_ =~ /^ *\<$section/)) {
119 elsif((1 ==$inside) && ($_ =~ /^ *\<\/$section\>/)) {
131 my ($section, $part)=@_;
141 if(!$inside && ($_ =~ /^ *\<$section/)) {
164 elsif(($inside >= 1) && ($_ =~ /^ *\<\/$section/)) {
198 print STDERR "*** getpart.pm: $section/$part returned data!\n";
203 print STDERR "*** getpart.pm: $section/$part returned empty!\n";
210 my ($section, $part)=@_;
215 if(!$inside && ($_ =~ /^ *\<$section/)) {
[all …]
H A Dtest1222.pl189 my $section = "";
202 my $sh = $section;
204 $section = $1;
/curl/scripts/
H A Dcd2cd82 my $section;
104 $section=$1;
140 if(!$section) {
176 Section: $section
H A Dnroff2cd47 my $section;
72 $section = $2;
84 Section: $section
H A Dcd2nroff198 my $section;
228 $section=$1;
280 if(!$section) {
296 if($section == 3) {
347 push @desc, ".TH $title $section \"$date\" $source\n";
504 my $outfile = "$dir/$title.$section";
/curl/tests/data/
H A Dtest37233 --raw http://%HOSTIP:%HTTPPORT/binary-zero-in-data-section/%TESTNUMBER
39 GET /binary-zero-in-data-section/%TESTNUMBER HTTP/1.1
H A Dtest84243 # The protocol section doesn't support ways of specifying the raw data in the
H A Dtest60830 # it was so the verify section works and the file can be cleaned up.
H A Dtest37427 Valid gif with two frames. No new line in data section.
H A Dtest15359 # The second request to the 1002 section will bounce this one back instead
H A Dtest38859 # The second request to the 1002 section will bounce this one back instead
/curl/docs/libcurl/
H A Dcurl_formadd.md17 curl_formadd - add a section to a multipart form POST
33 post. Append one section at a time until you have added all the sections you
231 /* Add simple name/content section */
235 /* Add simple name/content/contenttype section */
240 /* Add name/ptrcontent section */
244 /* Add ptrname/ptrcontent section */
249 /* Add name/ptrcontent/contenttype section */
255 /* Add simple file section */
259 /* Add file/contenttype section */
264 /* Add two file section */
[all …]
H A Dlibcurl-thread.md107 libcurl(3) section **GLOBAL CONSTANTS**.
/curl/lib/
H A Dimap.h64 char *section; /* Message SECTION to fetch */ member
H A Dimap.c731 imap->uid, imap->section ? imap->section : "", in imap_perform_fetch()
735 imap->uid, imap->section ? imap->section : ""); in imap_perform_fetch()
741 imap->mindex, imap->section ? imap->section : "", in imap_perform_fetch()
745 imap->mindex, imap->section ? imap->section : ""); in imap_perform_fetch()
1540 Curl_safefree(imap->section); in imap_done()
2041 else if(strcasecompare(name, "SECTION") && !imap->section) { in imap_parse_url_path()
2045 imap->section = value; in imap_parse_url_path()
/curl/docs/cmdline-opts/
H A Dsocks5-gssapi-nec.md18 says in section 4.3/4.4 it should be protected, but the NEC reference
/curl/docs/libcurl/opts/
H A DCURLOPT_SOCKS5_GSSAPI_NEC.md29 negotiation a protection mode is negotiated. The RFC 1961 says in section
H A DCURLOPT_PATH_AS_IS.md35 RFC 3986 section 5.2.4.
H A DCURLOPT_POSTREDIR.md34 **CURL_REDIR_POST_301**) tells the library to respect RFC 7231 (section
H A DCURLOPT_STREAM_WEIGHT.md40 See section 5.3 of RFC 7540 for protocol details.
H A DCURLOPT_RANGE.md41 techniques). Unfortunately, the HTTP standard (RFC 7233 section 3.1) allows
H A DCURLINFO_TLS_SSL_PTR.md51 the **LIMITATIONS** section.
/curl/packages/vms/
H A Dbuild_gnv_curl_pcsi_text.com4 $! 1. Generated =product header section
9 $! 4. Generated Producer section.
H A Dcurl_release_note_start.txt30 on the VAX platform. See section below for a special note about HP OpenSSL
/curl/docs/
H A DFAQ172 projects. (There is however a small section for the PHP/CURL in this FAQ.)
548 install and use them, in the libcurl section of the curl website:
704 section of the URL with a slash:
879 section called "EXIT CODES".
1218 add CURL_STATICLIB in the "Preprocessor Definitions" section.
1352 The types are specified by RFC 3659 section 7.5.1. If MLSD is not supported
1416 is liberal and should not impose a problem for your project. This section is
1418 section was much enhanced by Bjorn Reese.)
1422 especially that this section concerns the libcurl license only; compiling in
1486 notice" somewhere. Most probably like in the documentation or in the section

Completed in 51 milliseconds

12