Home
last modified time | relevance | path

Searched refs:listen (Results 76 – 89 of 89) sorted by relevance

1234

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c1384 int listen = -1; in main() local
1566 if (sscanf(php_optarg, "%d", &listen) != 1) { in main()
1567 listen = 8000; in main()
1733 if (cleaning <= 0 && listen > 0) { in main()
1734 server = phpdbg_open_socket(address, listen); in main()
1735 if (-1 > server || phpdbg_remote_init(address, listen, server, &socket, &stream) == FAILURE) { in main()
1824 if (listen < 0) { in main()
2029 phpdbg_remote_init(address, listen, server, &socket, &stream); in main()
H A Dphpdbg_io.c251 listen(fd, 5);
H A Dphpdbg_wait.c369 listen(sl, 2); in PHPDBG_COMMAND()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_sockets.c239 if (0 > listen(sock, wp->config->listen_backlog)) { in fpm_sockets_new_listening_socket()
/PHP-7.4/main/streams/
H A Dxp_socket.c380 xparam->outputs.returncode = (listen(sock->socket, xparam->inputs.backlog) == 0) ? 0: -1; in php_sockop_set_option()
/PHP-7.4/sapi/fpm/tests/
H A Dfcgi.inc628 throw new ForbiddenException('Not in white list. Check listen.allowed_clients.');
H A Dtester.inc1071 * Get listen address.
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc34 //listen for 3 seconds 3 seconds
/PHP-7.4/ext/sockets/
H A Dsockets.c538 if (listen(sock->bsd_socket, backlog) != 0) {
1175 if (listen(php_sock->bsd_socket, backlog) != 0) {
/PHP-7.4/main/
H A Dfastcgi.c764 listen(listen_socket, backlog) < 0) { in fcgi_listen()
/PHP-7.4/ext/ftp/
H A Dftp.c1727 if (listen(fd, 5) != 0) { in ftp_getdata()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c1365 if (listen(retval, SOMAXCONN)) { in php_network_listen_socket()
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c2606 ret = listen( fd, backlog ); in LSAPI_CreateListenSock2()
/PHP-7.4/
H A DNEWS960 . Implement request #77062 (Allow numeric [UG]ID in FPM listen.{owner,group})

Completed in 84 milliseconds

1234