Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 18 of 18) sorted by relevance

/curl/scripts/
H A Dcijobs.pl43 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 Dlog2changes.pl62 my $tag;
70 $tag = $1;
71 $tag =~ tr/_/./;
82 if ($tag) {
84 print "\nVersion " . $tag." ($date)\n";
86 $tag = "";
H A Drelease-tools.sh31 tag=$(echo "curl-$version" | tr '.' '_')
61 - Clone the repo and checkout the tag: $tag
H A Dcontributors.sh41 start=$(git tag --sort=taggerdate | grep "^curl-" | tail -1)
H A Dcontrithanks.sh40 start=$(git tag --sort=taggerdate | grep "^curl-" | tail -1)
/curl/src/
H A Dtool_setopt.c278 ret = curl_easy_setopt(curl, tag, lval); in tool_setopt_enum()
316 ret = curl_easy_setopt(curl, tag, lval); in tool_setopt_SSLVERSION()
361 ret = curl_easy_setopt(curl, tag, lval); in tool_setopt_bitmask()
591 ret = curl_easy_setopt(curl, tag, list); in tool_setopt_slist()
620 va_start(arg, tag); in tool_setopt()
622 if(tag < CURLOPTTYPE_OBJECTPOINT) { in tool_setopt()
636 ret = curl_easy_setopt(curl, tag, lval); in tool_setopt()
640 else if(tag < CURLOPTTYPE_OFF_T) { in tool_setopt()
645 if(tag >= CURLOPTTYPE_FUNCTIONPOINT) { in tool_setopt()
668 else if(tag < CURLOPTTYPE_BLOB) { in tool_setopt()
[all …]
H A Dtool_setopt.h83 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 Dhref_extractor.c57 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 DINMEMORY41 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 Dccsidcurl.h62 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 Dccsidcurl.c1076 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 Dx509asn1.c208 elem->tag = b; in getASN1Element()
607 type = elem->tag; /* Type not forced: use element tag as type. */ in ASN1tostr()
788 if(elem.tag == 0) { in Curl_parseX509()
828 cert->issuerUniqueID.tag = cert->subjectUniqueID.tag = 0; in Curl_parseX509()
829 cert->extensions.tag = elem.tag = 0; in Curl_parseX509()
840 if(elem.tag == 1) { in Curl_parseX509()
848 if(elem.tag == 2) { in Curl_parseX509()
856 if(elem.tag == 3) in Curl_parseX509()
878 param->tag = 0; in dumpAlgo()
H A Dx509asn1.h47 unsigned char tag; /* ASN.1 element tag. */ member
H A Dsectransp.c461 attr.tag = kSecLabelItemAttr; in CopyIdentityWithLabelOldSchool()
/curl/lib/
H A DMakefile.am147 $(LIBTOOL) --tag=RC --mode=compile $(RC) -I$(top_srcdir)/include $(RCFLAGS) -i $< -o $@
H A Dsetopt.c3245 CURLcode curl_easy_setopt(struct Curl_easy *data, CURLoption tag, ...) in curl_easy_setopt() argument
3253 va_start(arg, tag); in curl_easy_setopt()
3255 result = Curl_vsetopt(data, tag, arg); in curl_easy_setopt()
3260 infof(data, "setopt arg 0x%x returned CURLE_BAD_FUNCTION_ARGUMENT", tag); in curl_easy_setopt()
/curl/docs/libcurl/
H A Dlibcurl-tutorial.md466 pages using the \<form\> tag uses. We provide a pointer to the data and tell
/curl/docs/
H A DFAQ984 Meta tags. You can write an HTML tag that will cause the browser to redirect

Completed in 70 milliseconds