Searched refs:want_peer (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_3/ext/standard/ |
| H A D | basic_functions.c | 1976 ZEND_ARG_INFO(0, want_peer)
|
| H A D | streamsfuncs.c | 295 /* {{{ proto string stream_socket_get_name(resource stream, bool want_peer) 301 zend_bool want_peer; local 305 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rb", &zstream, &want_peer) == FAILURE) { 311 if (0 != php_stream_xport_get_name(stream, want_peer,
|
| /PHP_5_3/main/streams/ |
| H A D | php_stream_transport.h | 91 PHPAPI int php_stream_xport_get_name(php_stream *stream, int want_peer,
|
| H A D | transports.c | 323 PHPAPI int php_stream_xport_get_name(php_stream *stream, int want_peer, argument 333 param.op = want_peer ? STREAM_XPORT_OP_GET_PEER_NAME : STREAM_XPORT_OP_GET_NAME;
|
Completed in 14 milliseconds