Searched refs:srctx (Results 1 – 1 of 1) sorted by relevance
478 static int get_ocsp_resp_from_responder(SSL *s, tlsextstatusctx *srctx, in get_ocsp_resp_from_responder() argument507 if (srctx->verbose) in get_ocsp_resp_from_responder()511 if (srctx->host == NULL) { in get_ocsp_resp_from_responder()516 host = srctx->host; in get_ocsp_resp_from_responder()517 path = srctx->path; in get_ocsp_resp_from_responder()518 port = srctx->port; in get_ocsp_resp_from_responder()519 use_ssl = srctx->use_ssl; in get_ocsp_resp_from_responder()521 proxy = srctx->proxy; in get_ocsp_resp_from_responder()522 no_proxy = srctx->no_proxy; in get_ocsp_resp_from_responder()567 use_ssl, NULL /* headers */, srctx->timeout); in get_ocsp_resp_from_responder()[all …]