Apache2
|
Go to the source code of this file.
Typedefs | |
typedef apr_status_t | md_event_cb(const char *event, const char *mdomain, void *baton, struct md_job_t *job, struct md_result_t *result, apr_pool_t *p) |
Functions | |
void | md_event_init (apr_pool_t *p) |
void | md_event_subscribe (md_event_cb *cb, void *baton) |
apr_status_t | md_event_raise (const char *event, const char *mdomain, struct md_job_t *job, struct md_result_t *result, apr_pool_t *p) |
void | md_event_holler (const char *event, const char *mdomain, struct md_job_t *job, struct md_result_t *result, apr_pool_t *p) |
typedef apr_status_t md_event_cb(const char *event, const char *mdomain, void *baton, struct md_job_t *job, struct md_result_t *result, apr_pool_t *p) |
void md_event_holler | ( | const char * | event, |
const char * | mdomain, | ||
struct md_job_t * | job, | ||
struct md_result_t * | result, | ||
apr_pool_t * | p | ||
) |
void md_event_init | ( | apr_pool_t * | p | ) |
apr_status_t md_event_raise | ( | const char * | event, |
const char * | mdomain, | ||
struct md_job_t * | job, | ||
struct md_result_t * | result, | ||
apr_pool_t * | p | ||
) |
void md_event_subscribe | ( | md_event_cb * | cb, |
void * | baton | ||
) |