Searched refs:want_peer (Results 1 – 4 of 4) sorted by relevance
2 string stream_socket_get_name ( resource $handle , bool $want_peer ) ;
88 PHPAPI int php_stream_xport_get_name(php_stream *stream, int want_peer,
327 PHPAPI int php_stream_xport_get_name(php_stream *stream, int want_peer, in php_stream_xport_get_name() argument337 param.op = want_peer ? STREAM_XPORT_OP_GET_PEER_NAME : STREAM_XPORT_OP_GET_NAME; in php_stream_xport_get_name()
335 bool want_peer; in PHP_FUNCTION() local340 Z_PARAM_BOOL(want_peer) in PHP_FUNCTION()345 if (0 != php_stream_xport_get_name(stream, want_peer, in PHP_FUNCTION()
Completed in 13 milliseconds