Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/esp_http_server/src/
Dhttpd_main.c194 int active_cnt = select(maxfd + 1, &read_set, NULL, NULL, NULL); in httpd_server() local
195 if (active_cnt < 0) { in httpd_server()