Searched defs:lb_hb_ctx_t (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/proxy/balancers/
H A Dmod_lbmethod_heartbeat.c44 typedef struct lb_hb_ctx_t struct
47 } lb_hb_ctx_t; typedef in typeref:struct:lb_hb_ctx_t
272 lb_hb_ctx_t *ctx =
369 lb_hb_ctx_t *ctx = ap_get_module_config(s->module_config,
410 lb_hb_ctx_t *ctx = (lb_hb_ctx_t *) apr_palloc(p, sizeof(lb_hb_ctx_t));
419 lb_hb_ctx_t *ps = apr_pcalloc(p, sizeof(lb_hb_ctx_t));
420 lb_hb_ctx_t *bas
[all...]

Completed in 809 milliseconds