/curl/scripts/ |
H A D | cijobs.pl | 43 my ($tag)=@_; 156 my ($tag)=@_; 225 my ($tag)=@_; 283 my ($tag)=@_; 332 my ($tag)=@_; 405 my ($tag)=@_; 504 chomp $tag; 507 appveyor($tag); 508 zuul($tag); 509 cirrus($tag); [all …]
|
H A D | release-tools.sh | 31 tag=$(echo "curl-$version" | tr '.' '_') 35 tag="$(cat docs/tarball-commit.txt.dist)" 65 - Clone the repo and checkout the tag/commit: $tag
|
H A D | contributors.sh | 41 start=$(git tag --sort=taggerdate | grep "^curl-" | tail -1)
|
H A D | contrithanks.sh | 40 start=$(git tag --sort=taggerdate | grep "^curl-" | tail -1)
|
/curl/src/ |
H A D | tool_setopt.c | 276 ret = curl_easy_setopt(curl, tag, lval); in tool_setopt_enum() 314 ret = curl_easy_setopt(curl, tag, lval); in tool_setopt_SSLVERSION() 359 ret = curl_easy_setopt(curl, tag, lval); in tool_setopt_bitmask() 589 ret = curl_easy_setopt(curl, tag, list); in tool_setopt_slist() 618 va_start(arg, tag); in tool_setopt() 620 if(tag < CURLOPTTYPE_OBJECTPOINT) { in tool_setopt() 634 ret = curl_easy_setopt(curl, tag, lval); in tool_setopt() 638 else if(tag < CURLOPTTYPE_OFF_T) { in tool_setopt() 643 if(tag >= CURLOPTTYPE_FUNCTIONPOINT) { in tool_setopt() 666 else if(tag < CURLOPTTYPE_BLOB) { in tool_setopt() [all …]
|
H A D | tool_setopt.h | 83 const char *name, CURLoption tag, 86 const char *name, CURLoption tag, 89 const char *name, CURLoption tag, 92 const char *name, CURLoption tag, 95 const char *name, CURLoption tag, 98 const char *name, CURLoption tag, 102 const char *name, CURLoption tag, ...);
|
/curl/docs/examples/ |
H A D | href_extractor.c | 57 char tag[1], attr[4], val[128]; in main() local 72 html_parser_set_tag_buffer(hsp, tag, sizeof(tag)); in main()
|
/curl/packages/OS400/rpg-examples/ |
H A D | INMEMORY | 41 d tagopen n Possible opening tag 68 d counter ds likeds(countdata) HTML tag counter 95 // Display the tag count. 113 d counter ds likeds(countdata) based(userdata) HTML tag counter 124 if chars(i) <> '/'; // Reject closing tag. 125 counter.tagcount = counter.tagcount + 1; // Count this tag. 128 i = %scan('<': %str(ebcdata): i); // Search next possible tag.
|
/curl/packages/OS400/ |
H A D | ccsidcurl.h | 62 CURL_EXTERN CURLcode curl_easy_setopt_ccsid(CURL *curl, CURLoption tag, ...); 109 CURLoption tag, curl_off_t arg); 110 CURL_EXTERN CURLcode curl_multi_setopt_RPGnum_(CURLM *multi, CURLMoption tag,
|
H A D | ccsidcurl.c | 1076 va_start(arg, tag); in curl_easy_setopt_ccsid() 1078 switch(tag) { in curl_easy_setopt_ccsid() 1187 result = curl_easy_setopt(easy, tag, s); in curl_easy_setopt_ccsid() 1252 if(tag / 10000 == CURLOPTTYPE_BLOB) { in curl_easy_setopt_ccsid() 1284 result = curl_easy_setopt(easy, tag, &blob); in curl_easy_setopt_ccsid() 1289 result = Curl_vsetopt(easy, tag, arg); in curl_easy_setopt_ccsid() 1317 if(tag / 10000 != CURLOPTTYPE_OFF_T) in curl_easy_setopt_RPGnum_() 1318 return curl_easy_setopt(easy, tag, (long) arg); in curl_easy_setopt_RPGnum_() 1319 return curl_easy_setopt(easy, tag, arg); in curl_easy_setopt_RPGnum_() 1327 if(tag / 10000 != CURLOPTTYPE_OFF_T) in curl_multi_setopt_RPGnum_() [all …]
|
/curl/lib/vtls/ |
H A D | x509asn1.c | 204 elem->tag = b; in getASN1Element() 623 type = elem->tag; /* Type not forced: use element tag as type. */ in ASN1tostr() 804 if(elem.tag == 0) { in Curl_parseX509() 844 cert->issuerUniqueID.tag = cert->subjectUniqueID.tag = 0; in Curl_parseX509() 845 cert->extensions.tag = elem.tag = 0; in Curl_parseX509() 856 if(elem.tag == 1) { in Curl_parseX509() 864 if(elem.tag == 2) { in Curl_parseX509() 872 if(elem.tag == 3) in Curl_parseX509() 894 param->tag = 0; in dumpAlgo()
|
H A D | x509asn1.h | 47 unsigned char tag; /* ASN.1 element tag. */ member
|
H A D | sectransp.c | 461 attr.tag = kSecLabelItemAttr; in CopyIdentityWithLabelOldSchool()
|
/curl/lib/ |
H A D | Makefile.am | 170 $(LIBTOOL) --tag=RC --mode=compile $(RC) -I$(top_srcdir)/include $(RCFLAGS) -i $< -o $@
|
H A D | setopt.c | 3068 CURLcode curl_easy_setopt(CURL *d, CURLoption tag, ...) in curl_easy_setopt() argument 3077 va_start(arg, tag); in curl_easy_setopt() 3079 result = Curl_vsetopt(data, tag, arg); in curl_easy_setopt() 3084 infof(data, "setopt arg 0x%x returned CURLE_BAD_FUNCTION_ARGUMENT", tag); in curl_easy_setopt()
|
/curl/docs/libcurl/ |
H A D | libcurl-tutorial.md | 467 pages using the \<form\> tag uses. We provide a pointer to the data and tell
|
/curl/docs/ |
H A D | FAQ | 983 Meta tags. You can write an HTML tag that will cause the browser to redirect
|