Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_http_server/src/
Desp_httpd_priv.h406 int httpd_send(httpd_req_t *req, const char *buf, size_t buf_len);
Dhttpd_ws.c205 if (httpd_send(req, tx_buf, fmt_len) < 0) { in httpd_ws_respond_server_handshake()
Dhttpd_txrx.c47 int httpd_send(httpd_req_t *r, const char *buf, size_t buf_len) in httpd_send() function
/hal_espressif-3.6.0/components/esp_http_server/include/
Desp_http_server.h1325 int httpd_send(httpd_req_t *r, const char *buf, size_t buf_len);