Searched refs:httpd_err_handler_func_t (Results 1 – 4 of 4) sorted by relevance
603 typedef esp_err_t (*httpd_err_handler_func_t)(httpd_req_t *req, typedef624 httpd_err_handler_func_t handler_fn);
120 httpd_err_handler_func_t *err_handler_fns;
366 hd->err_handler_fns = calloc(HTTPD_ERR_CODE_MAX, sizeof(httpd_err_handler_func_t)); in httpd_create()
474 httpd_err_handler_func_t err_handler_fn) in httpd_register_err_handler()