Searched refs:httpd_send_func_t (Results 1 – 3 of 3) sorted by relevance
659 typedef int (*httpd_send_func_t)(httpd_handle_t hd, int sockfd, const char *buf, size_t buf_len, in… typedef751 esp_err_t httpd_sess_set_send_override(httpd_handle_t hd, int sockfd, httpd_send_func_t send_func);
60 httpd_send_func_t send_fn; /*!< Send function for this socket */
17 esp_err_t httpd_sess_set_send_override(httpd_handle_t hd, int sockfd, httpd_send_func_t send_func) in httpd_sess_set_send_override()