Searched refs:srctx (Results 1 – 1 of 1) sorted by relevance
469 static int get_ocsp_resp_from_responder(SSL *s, tlsextstatusctx *srctx, in get_ocsp_resp_from_responder() argument494 if (srctx->verbose) in get_ocsp_resp_from_responder()498 if (srctx->host == NULL) { in get_ocsp_resp_from_responder()503 host = srctx->host; in get_ocsp_resp_from_responder()504 path = srctx->path; in get_ocsp_resp_from_responder()505 port = srctx->port; in get_ocsp_resp_from_responder()506 use_ssl = srctx->use_ssl; in get_ocsp_resp_from_responder()508 proxy = srctx->proxy; in get_ocsp_resp_from_responder()509 no_proxy = srctx->no_proxy; in get_ocsp_resp_from_responder()542 use_ssl, NULL /* headers */, srctx->timeout); in get_ocsp_resp_from_responder()[all …]