Searched refs:doc (Results 1 – 15 of 15) sorted by relevance
/curl/tests/ |
H A D | test1119.pl | 62 my %doc; 146 if($doc{$sym}) { 151 $doc{$sym}=$sym; 183 if($doc{$e}) { 187 $doc{$e}="used"; 206 for my $e (sort keys %doc) { 207 if(($doc{$e} ne "used") && !$rem{$e}) { 223 if(!$doc{$sym} && !$warned{$sym, $file}) { 236 …ols-in-versions\n (out of which %d are listed as removed)\n", scalar(keys %doc), scalar(keys %rem); 237 …printf "%d symbols in symbols-in-versions should match the ones in headers\n", scalar(keys %doc) -…
|
H A D | test1135.pl | 72 my %doc;
|
H A D | test1167.pl | 70 my %doc;
|
/curl/docs/examples/ |
H A D | version-check.pl | 43 my %doc; 50 $doc{$sym}=$a[0]; # when it was introduced 83 my $r = age($doc{$a}) <=> age($doc{$b}); 95 my $newver = $doc{$newsym}; 100 if($doc{$w} eq $newver) {
|
H A D | htmltidy.c | 47 void dumpNode(TidyDoc doc, TidyNode tnod, int indent) in dumpNode() argument 68 tidyNodeGetText(doc, child, &buf); in dumpNode() 72 dumpNode(doc, child, indent + 4); /* recursive */ in dumpNode()
|
H A D | crawler.c | 124 htmlDocPtr doc = htmlReadMemory(mem->buf, mem->size, url, NULL, opts); in follow_links() local 125 if(!doc) in follow_links() 128 xmlXPathContextPtr context = xmlXPathNewContext(doc); in follow_links() 144 xmlChar *href = xmlNodeListGetString(doc, node, 1); in follow_links()
|
/curl/.github/workflows/ |
H A D | distcheck.yml | 29 - run: sudo apt-get purge -y curl libcurl4 libcurl4-doc 30 name: 'remove preinstalled curl libcurl4{-doc}' 145 - run: sudo apt-get purge -y curl libcurl4 libcurl4-doc 146 name: 'remove preinstalled curl libcurl4{-doc}'
|
H A D | http3-linux.yml | 167 libtasn1-6-dev libidn2-0-dev gawk gperf libtss2-dev dns-root-data bison gtk-doc-tools \ 192 --disable-guile --disable-doc --disable-tests --disable-tools 331 libtasn1-6-dev libidn2-0-dev gawk gperf libtss2-dev dns-root-data bison gtk-doc-tools \
|
/curl/tests/server/ |
H A D | rtspd.c | 208 static char doc[MAXDOCNAMELEN]; in ProcessRequest() local 222 doc, in ProcessRequest() 244 ptr = strrchr(doc, '/'); in ProcessRequest() 249 if((strlen(doc) + strlen(request)) < 200) in ProcessRequest() 251 request, doc, prot_str, prot_major, prot_minor); in ProcessRequest() 409 doc, &prot_major, &prot_minor) == 3) { in ProcessRequest() 412 doc, prot_major, prot_minor); in ProcessRequest() 418 if(!strncmp(doc, "bad", 3)) in ProcessRequest() 421 else if(!strncmp(doc, "test", 4)) { in ProcessRequest() 424 char *portp = strchr(doc, ':'); in ProcessRequest()
|
H A D | sws.c | 483 static char doc[MAXDOCNAMELEN]; in ProcessRequest() local 485 doc, &prot_major, &prot_minor) == 3) { in ProcessRequest() 490 doc, prot_major, prot_minor); in ProcessRequest() 498 if(doc[0] == '[') { in ProcessRequest() 499 char *p = &doc[1]; in ProcessRequest() 521 portp = strchr(doc, ':'); in ProcessRequest()
|
/curl/docs/cmdline-opts/ |
H A D | login-options.md | 25 https://datatracker.ietf.org/doc/html/draft-earhart-url-smtp-00
|
/curl/src/ |
H A D | curl.rc | 73 Application Manifest doc, including the list of 'supportedOS Id's:
|
/curl/docs/ |
H A D | mk-ca-bundle.md | 127 https://p11-glue.freedesktop.org/doc/storing-trust-policy/storing-trust-existing.html
|
H A D | TODO | 556 https://datatracker.ietf.org/doc/html/rfc7151 811 https://datatracker.ietf.org/doc/html/rfc5929 812 https://datatracker.ietf.org/doc/html/rfc9266 908 https://datatracker.ietf.org/doc/html/rfc7685 1108 https://datatracker.ietf.org/doc/draft-ietf-httpapi-ratelimit-headers/
|
H A D | FAQ | 366 https://www.bis.doc.gov/licensing/exportingbasics.htm 367 https://www.bis.doc.gov/licensing/do_i_needaneccn.html 370 https://www.bis.doc.gov/index.php/documents/new-encryption/1653-ccl5-pt2-3
|
Completed in 39 milliseconds