Searched defs:fdcount (Results 1 - 1 of 1) sorted by relevance
/httpd/server/ | ||
H A D | listen.c | 294 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 12 milliseconds