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

Function on_change

modules/md/md_result.c:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64static void on_change(md_result_t *result)
65{
66 if (result->on_change) result->on_change(result, result->on_change_data);
67}
68
69void md_result_activity_set(md_result_t *result, const char *activity)
70{

Callers 7

md_result_activity_setnFunction · 0.85
md_result_setFunction · 0.85
md_result_problem_setFunction · 0.85
md_result_problem_printfFunction · 0.85
md_result_printfFunction · 0.85
md_result_delay_setFunction · 0.85
md_result_dupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected