Home
last modified time | relevance | path

Searched refs:doc (Results 1 – 15 of 15) sorted by relevance

/curl/tests/
H A Dtest1119.pl62 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 Dtest1135.pl72 my %doc;
H A Dtest1167.pl70 my %doc;
/curl/docs/examples/
H A Dversion-check.pl43 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 Dhtmltidy.c47 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 Dcrawler.c124 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 Ddistcheck.yml29 - 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 Dhttp3-linux.yml168 libtasn1-6-dev libidn2-0-dev gawk gperf libtss2-dev dns-root-data bison gtk-doc-tools \
193 --disable-guile --disable-doc --disable-tests --disable-tools
308 libtasn1-6-dev libidn2-0-dev gawk gperf libtss2-dev dns-root-data bison gtk-doc-tools \
/curl/tests/server/
H A Drtspd.c208 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 Dsws.c481 static char doc[MAXDOCNAMELEN]; in ProcessRequest() local
483 doc, &prot_major, &prot_minor) == 3) { in ProcessRequest()
488 doc, prot_major, prot_minor); in ProcessRequest()
496 if(doc[0] == '[') { in ProcessRequest()
497 char *p = &doc[1]; in ProcessRequest()
519 portp = strchr(doc, ':'); in ProcessRequest()
/curl/docs/cmdline-opts/
H A Dlogin-options.md25 https://datatracker.ietf.org/doc/html/draft-earhart-url-smtp-00
/curl/src/
H A Dcurl.rc73 Application Manifest doc, including the list of 'supportedOS Id's:
/curl/docs/
H A Dmk-ca-bundle.md127 https://p11-glue.freedesktop.org/doc/storing-trust-policy/storing-trust-existing.html
H A DTODO562 https://datatracker.ietf.org/doc/html/rfc7151
817 https://datatracker.ietf.org/doc/html/rfc5929
818 https://datatracker.ietf.org/doc/html/rfc9266
906 https://datatracker.ietf.org/doc/html/rfc7685
1106 https://datatracker.ietf.org/doc/draft-ietf-httpapi-ratelimit-headers/
H A DFAQ366 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 34 milliseconds