Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 17 of 17) 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 Drelease-tools.sh31 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 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.c276 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 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.c204 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 Dx509asn1.h47 unsigned char tag; /* ASN.1 element tag. */ member
H A Dsectransp.c461 attr.tag = kSecLabelItemAttr; in CopyIdentityWithLabelOldSchool()
/curl/lib/
H A DMakefile.am170 $(LIBTOOL) --tag=RC --mode=compile $(RC) -I$(top_srcdir)/include $(RCFLAGS) -i $< -o $@
H A Dsetopt.c3259 CURLcode curl_easy_setopt(struct Curl_easy *data, CURLoption tag, ...) in curl_easy_setopt() argument
3267 va_start(arg, tag); in curl_easy_setopt()
3269 result = Curl_vsetopt(data, tag, arg); in curl_easy_setopt()
3274 infof(data, "setopt arg 0x%x returned CURLE_BAD_FUNCTION_ARGUMENT", tag); in curl_easy_setopt()
/curl/docs/libcurl/
H A Dlibcurl-tutorial.md467 pages using the \<form\> tag uses. We provide a pointer to the data and tell
/curl/docs/
H A DFAQ983 Meta tags. You can write an HTML tag that will cause the browser to redirect

Completed in 48 milliseconds