Home
last modified time | relevance | path

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

/php-src/sapi/fpm/
H A Dconfig.m4293 AC_MSG_CHECKING([for SO_LISTENQLEN])
295 …_LANG_PROGRAM([[#include <sys/socket.h>]], [[int x = SO_LISTENQLIMIT; int y = SO_LISTENQLEN;]])], [
/php-src/ext/sockets/
H A Dsockets.stub.php295 const SO_LISTENQLEN = UNKNOWN; define
H A Dsockets_arginfo.h429 REGISTER_LONG_CONSTANT("SO_LISTENQLEN", SO_LISTENQLEN, CONST_PERSISTENT); in register_sockets_symbols()
/php-src/sapi/fpm/fpm/
H A Dfpm_sockets.c621 if (0 > getsockopt(sock, SOL_SOCKET, SO_LISTENQLEN, &val, &len)) { in fpm_socket_get_listening_queue()

Completed in 14 milliseconds