Searched refs:hd_sd_active_count (Results 1 – 2 of 2) sorted by relevance
150 if ((!hd) || (hd->hd_sd_active_count == hd->config.max_open_sockets)) { in httpd_sess_get_free()218 hd->hd_sd_active_count++; in httpd_sess_new()219 ESP_LOGD(TAG, LOG_FMT("active sockets: %d"), hd->hd_sd_active_count); in httpd_sess_new()371 hd->hd_sd_active_count--; in httpd_sess_delete()372 ESP_LOGD(TAG, LOG_FMT("active sockets: %d"), hd->hd_sd_active_count); in httpd_sess_delete()373 if (!hd->hd_sd_active_count) { in httpd_sess_delete()
113 int hd_sd_active_count; /*!< The number of the active sockets */ member