Home | History | Annotate | Download | only in apps

Lines Matching full:host

100 	char *host = NULL, *port = NULL, *path = "/";
179 if (!OCSP_parse_url(*args, &host, &port, &path, &use_ssl))
187 else if (!strcmp(*args, "-host"))
192 host = *args;
548 BIO_printf (bio_err, "-host host:n send OCSP request to host on port n\n");
652 if (!req && (signfile || reqout || host || add_nonce || ridx_filename))
720 else if (host)
723 resp = process_responder(bio_err, req, host, path,
876 OPENSSL_free(host);
1300 char *host, char *path, char *port, int use_ssl,
1306 cbio = BIO_new_connect(host);