Home
last modified time | relevance | path

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

/php-src/ext/sockets/
H A Dsockets.c1564 int other_val; local
1742 optlen = sizeof(other_val);
1744 if (getsockopt(php_sock->bsd_socket, level, optname, (char*)&other_val, &optlen) != 0) {
1750 other_val = *((unsigned char *)&other_val);
1753 RETURN_LONG(other_val);

Completed in 8 milliseconds