Home
last modified time | relevance | path

Searched refs:httpd_send_func_t (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/esp_http_server/include/
Desp_http_server.h659 typedef int (*httpd_send_func_t)(httpd_handle_t hd, int sockfd, const char *buf, size_t buf_len, in… typedef
751 esp_err_t httpd_sess_set_send_override(httpd_handle_t hd, int sockfd, httpd_send_func_t send_func);
/hal_espressif-3.6.0/components/esp_http_server/src/
Desp_httpd_priv.h60 httpd_send_func_t send_fn; /*!< Send function for this socket */
Dhttpd_txrx.c17 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()