Home
last modified time | relevance | path

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

/PHP-8.4/sapi/fpm/tests/
H A Dfcgi.inc164 socket_set_option($socket, SOL_SOCKET, SO_KEEPALIVE, 1);
224 * SO_KEEPALIVE. However, it is currently less robust and missing some stream features like
288 socket_set_option($this->socket, SOL_SOCKET, SO_KEEPALIVE, 1);
480 * alive at the end of a request and additionally set SO_KEEPALIVE or not.
483 * @param bool $socketKeepAlive true if the socket SO_KEEPALIVE should be set, false otherwise
/PHP-8.4/ext/sockets/
H A Dsockets.stub.php216 const SO_KEEPALIVE = UNKNOWN; define
H A Dsockets_arginfo.h386 REGISTER_LONG_CONSTANT("SO_KEEPALIVE", SO_KEEPALIVE, CONST_PERSISTENT); in register_sockets_symbols()
/PHP-8.4/ext/mysqlnd/
H A Dmysqlnd_vio.c60 int result = setsockopt(socketd, SOL_SOCKET, SO_KEEPALIVE, (char *) &flag, sizeof(int)); in mysqlnd_set_sock_keepalive()

Completed in 13 milliseconds