Home | History | Annotate | Download | only in apps

Lines Matching full:srctx

785 	tlsextstatusctx *srctx = arg;
786 BIO *err = srctx->err;
806 if (srctx->verbose)
819 if (srctx->verbose)
825 if (!srctx->host)
827 BIO_puts(srctx->err, "cert_status: no AIA and no default responder URL\n");
830 host = srctx->host;
831 path = srctx->path;
832 port = srctx->port;
833 use_ssl = srctx->use_ssl;
867 srctx->timeout);
877 if (srctx->verbose)