Searched refs:fdcount (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dlisten.c294 int fdcount, fd; local
310 fdcount = atoi(getenv("LISTEN_FDS"));
311 for (fd = SD_LISTEN_FDS_START; fd < SD_LISTEN_FDS_START + fdcount; fd++) {

Completed in 19 milliseconds