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

/httpd/server/mpm/netware/
H A Dmpm_netware.c132 static int listenmaxfd; variable
404 srv = select(listenmaxfd + 1, &main_fds, NULL, NULL, &tv);
838 listenmaxfd = -1;
843 if (sockdes > listenmaxfd) {
844 listenmaxfd = sockdes;

Completed in 13 milliseconds