Searched refs:open_fn (Results 1 – 6 of 6) sorted by relevance
17 httpd_open_func_t open_fn; member120 if (global_ctx->open_fn) { in httpd_ssl_open()121 (global_ctx->open_fn)(server, sockfd); in httpd_ssl_open()243 if (config->httpd.open_fn) { in httpd_ssl_start()246 ssl_ctx->open_fn = config->httpd.open_fn; in httpd_ssl_start()248 … config->httpd.open_fn = httpd_ssl_open; // the open function configures the created SSL sessions in httpd_ssl_start()
122 .open_fn = NULL, \
43 .open_fn = NULL, \201 httpd_open_func_t open_fn; member
208 if (hd->config.open_fn) { in httpd_sess_new()209 esp_err_t ret = hd->config.open_fn(hd, session->fd); in httpd_sess_new()
28 * :c:member:`httpd_config_t.open_fn` - used to set up secure sockets
182 conf.httpd.open_fn = wss_open_fd; in start_wss_echo_server()