Lines Matching defs:status
546 " --cert-status\n"
547 " (TLS) Tells curl to verify the status of the server certificate\n"
561 " Providing --cert-status multiple times has no extra effect.\n"
562 " Disable it again with --no-cert-status.\n"
565 " curl --cert-status https://example.com\n"
1444 " --doh-cert-status\n"
1445 " Same as --cert-status but used for DoH (DNS-over-HTTPS).\n"
1449 " Providing --doh-cert-status multiple times has no extra effect.\n"
1450 " Disable it again with --no-doh-cert-status.\n"
1453 " curl --doh-cert-status --doh-url https://doh.example https://example.com\n"
1480 " trolled separately via --doh-insecure and --doh-cert-status.\n"
1635 " fail due to the server's HTTP status code. You can combine the\n"
6890 " (restarted at each redirect). Note that the status line\n"
7570 " 91 Invalid SSL certificate status.\n"
13466 int status, headerlen;
13488 status = inflate(&z, Z_SYNC_FLUSH);
13489 if(status == Z_OK || status == Z_STREAM_END) {
13491 if(status == Z_STREAM_END)