Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_https_server/src/
Dhttps_server.c74 static int httpd_ssl_send(httpd_handle_t server, int sockfd, const char *buf, size_t buf_len, int f… in httpd_ssl_send() function
112 httpd_sess_set_send_override(server, sockfd, httpd_ssl_send); in httpd_ssl_open()