Lines Matching refs:hm_server_t
46 typedef struct hm_server_t
53 } hm_server_t;
71 hm_server_t *s;
173 hm_server_t *new = s->s;
187 hm_server_t *new = s->s;
195 static apr_status_t hm_slotmem_update_stat(hm_server_t *s, apr_pool_t *pool)
216 static apr_status_t hm_slotmem_remove_stat(hm_server_t *s, apr_pool_t *pool)
227 static apr_status_t hm_file_update_stat(hm_ctx_t *ctx, hm_server_t *s, apr_pool_t *pool)
303 hm_server_t node;
386 static apr_status_t hm_update_stat(hm_ctx_t *ctx, hm_server_t *s, apr_pool_t *pool)
414 hm_server_t *s = NULL;
474 hm_server_t *s = NULL;
499 static hm_server_t *hm_get_server(hm_ctx_t *ctx, const char *ip, const int port)
501 hm_server_t *s;
506 s = apr_palloc(ctx->p, sizeof(hm_server_t));
535 hm_server_t *s;
737 hm_server_t hmserver;