Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dphp_stream_transport.h91 PHPAPI int php_stream_xport_get_name(php_stream *stream, int want_peer,
H A Dtransports.c323 PHPAPI int php_stream_xport_get_name(php_stream *stream, int want_peer, in php_stream_xport_get_name() argument
333 param.op = want_peer ? STREAM_XPORT_OP_GET_PEER_NAME : STREAM_XPORT_OP_GET_NAME; in php_stream_xport_get_name()
/PHP-5.5/ext/standard/
H A Dstreamsfuncs.c301 zend_bool want_peer; in PHP_FUNCTION() local
305 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rb", &zstream, &want_peer) == FAILURE) { in PHP_FUNCTION()
311 if (0 != php_stream_xport_get_name(stream, want_peer, in PHP_FUNCTION()
H A Dbasic_functions.c1991 ZEND_ARG_INFO(0, want_peer)

Completed in 42 milliseconds