Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/esp_https_server/include/
Desp_https_server.h91 typedef struct httpd_ssl_config httpd_ssl_config_t; typedef
147 esp_err_t httpd_ssl_start(httpd_handle_t *handle, httpd_ssl_config_t *config);
/hal_espressif-3.5.0/components/esp_local_ctrl/src/
Desp_local_ctrl_transport_httpd.c99 dest_config->httpd = calloc(1, sizeof(httpd_ssl_config_t)); in copy_httpd_config()
106 sizeof(httpd_ssl_config_t)); in copy_httpd_config()
/hal_espressif-3.5.0/examples/protocols/https_server/simple/main/
Dmain.c82 httpd_ssl_config_t conf = HTTPD_SSL_CONFIG_DEFAULT(); in start_webserver()
/hal_espressif-3.5.0/examples/protocols/esp_local_ctrl/main/
Desp_local_ctrl_service.c162 httpd_ssl_config_t https_conf = HTTPD_SSL_CONFIG_DEFAULT(); in start_esp_local_ctrl_service()
/hal_espressif-3.5.0/examples/protocols/https_server/wss_server/main/
Dwss_server_example.c179 httpd_ssl_config_t conf = HTTPD_SSL_CONFIG_DEFAULT(); in start_wss_echo_server()
/hal_espressif-3.5.0/docs/en/api-reference/protocols/
Desp_local_ctrl.rst54 httpd_ssl_config_t https_conf = HTTPD_SSL_CONFIG_DEFAULT();