Lines Matching refs:handler_t
217 static handler_t mod_auth_check_basic(request_st *r, void *p_d, const struct http_auth_require_t *r…
218 static handler_t mod_auth_check_digest(request_st *r, void *p_d, const struct http_auth_require_t *…
219 static handler_t mod_auth_check_extern(request_st *r, void *p_d, const struct http_auth_require_t *…
442 static handler_t mod_auth_require_parse_array(const array *value, array * const auth_require, log_e… in mod_auth_require_parse_array()
666 static handler_t mod_auth_uri_handler(request_st * const r, void *p_d) { in mod_auth_uri_handler()
724 static handler_t
736 static handler_t
752 static handler_t
769 static handler_t
817 handler_t rc = HANDLER_ERROR; in mod_auth_check_basic()
1097 static handler_t
1120 static handler_t
1128 handler_t rc = HANDLER_GO_ON; in mod_auth_digest_get()
1195 static handler_t
1282 static handler_t
1347 static handler_t
1431 static handler_t
1492 static handler_t
1510 handler_t rc; in mod_auth_check_digest()
1562 static handler_t mod_auth_check_extern(request_st * const r, void *p_d, const struct http_auth_requ… in mod_auth_check_extern()