Searched refs:SO_KEEPALIVE (Results 1 – 4 of 4) sorted by relevance
/PHP-8.4/sapi/fpm/tests/ |
H A D | fcgi.inc | 164 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 D | sockets.stub.php | 216 const SO_KEEPALIVE = UNKNOWN; define
|
H A D | sockets_arginfo.h | 386 REGISTER_LONG_CONSTANT("SO_KEEPALIVE", SO_KEEPALIVE, CONST_PERSISTENT); in register_sockets_symbols()
|
/PHP-8.4/ext/mysqlnd/ |
H A D | mysqlnd_vio.c | 60 int result = setsockopt(socketd, SOL_SOCKET, SO_KEEPALIVE, (char *) &flag, sizeof(int)); in mysqlnd_set_sock_keepalive()
|
Completed in 13 milliseconds