Searched refs:err_handler_fns (Results 1 – 3 of 3) sorted by relevance
366 hd->err_handler_fns = calloc(HTTPD_ERR_CODE_MAX, sizeof(httpd_err_handler_func_t)); in httpd_create()367 if (!hd->err_handler_fns) { in httpd_create()384 free(hd->err_handler_fns); in httpd_delete()
481 hd->err_handler_fns[error] = err_handler_fn; in httpd_register_err_handler()491 if (hd->err_handler_fns[error]) { in httpd_req_handle_err()492 ret = hd->err_handler_fns[error](req, error); in httpd_req_handle_err()
120 httpd_err_handler_func_t *err_handler_fns; member