MCPcopy Create free account
hub / github.com/apache/httpd / authz_req_ctx_init

Function authz_req_ctx_init

modules/md/md_acme_authz.c:69–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67} authz_req_ctx;
68
69static void authz_req_ctx_init(authz_req_ctx *ctx, md_acme_t *acme,
70 const char *domain, md_acme_authz_t *authz, apr_pool_t *p)
71{
72 memset(ctx, 0, sizeof(*ctx));
73 ctx->p = p;
74 ctx->acme = acme;
75 ctx->domain = domain;
76 ctx->authz = authz;
77}
78
79/**************************************************************************************************/
80/* Update an existing authorization */

Callers 3

cha_http_01_setupFunction · 0.85
cha_tls_alpn_01_setupFunction · 0.85
cha_dns_01_setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected