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

Function job_result_raise

modules/md/md_status.c:583–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581}
582
583static apr_status_t job_result_raise(md_result_t *result, void *data, const char *event, apr_pool_t *p)
584{
585 md_job_result_ctx *ctx = data;
586 (void)p;
587 if (result == ctx->job->observing) {
588 return md_job_notify(ctx->job, event, result);
589 }
590 return APR_SUCCESS;
591}
592
593static void job_result_holler(md_result_t *result, void *data, const char *event, apr_pool_t *p)
594{

Callers

nothing calls this directly

Calls 1

md_job_notifyFunction · 0.85

Tested by

no test coverage detected