Home
last modified time | relevance | path

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

/PHP-5.3/ext/sockets/
H A Dsockets.c1740 int other_val; local
1791 optlen = sizeof(other_val);
1793 if (getsockopt(php_sock->bsd_socket, level, optname, (char*)&other_val, &optlen) != 0) {
1798 RETURN_LONG(other_val);

Completed in 8 milliseconds