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

Function run_test_init

modules/md/md_reg.c:1152–1165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1150}
1151
1152static apr_status_t run_test_init(void *baton, apr_pool_t *p, apr_pool_t *ptemp, va_list ap)
1153{
1154 const md_t *md;
1155 apr_table_t *env;
1156 md_result_t *result;
1157 md_proto_driver_t *driver;
1158
1159 (void)p;
1160 md = va_arg(ap, const md_t *);
1161 env = va_arg(ap, apr_table_t *);
1162 result = va_arg(ap, md_result_t *);
1163
1164 return run_init(baton, ptemp, &driver, md, 0, env, result, NULL);
1165}
1166
1167apr_status_t md_reg_test_init(md_reg_t *reg, const md_t *md, struct apr_table_t *env,
1168 md_result_t *result, apr_pool_t *p)

Callers

nothing calls this directly

Calls 1

run_initFunction · 0.85

Tested by

no test coverage detected