Lines Matching refs:php_stream
52 PHPAPI php_stream *_php_stream_xport_create(const char *name, size_t namelen, int options, in _php_stream_xport_create()
60 php_stream *stream = NULL; in _php_stream_xport_create()
199 PHPAPI int php_stream_xport_bind(php_stream *stream, in php_stream_xport_bind()
227 PHPAPI int php_stream_xport_connect(php_stream *stream, in php_stream_xport_connect()
263 PHPAPI int php_stream_xport_listen(php_stream *stream, int backlog, zend_string **error_text) in php_stream_xport_listen()
287 PHPAPI int php_stream_xport_accept(php_stream *stream, php_stream **client, in php_stream_xport_accept()
325 PHPAPI int php_stream_xport_get_name(php_stream *stream, int want_peer, in php_stream_xport_get_name()
355 …API int php_stream_xport_crypto_setup(php_stream *stream, php_stream_xport_crypt_method_t crypto_m… in php_stream_xport_crypto_setup()
376 PHPAPI int php_stream_xport_crypto_enable(php_stream *stream, int activate) in php_stream_xport_crypto_enable()
398 PHPAPI int php_stream_xport_recvfrom(php_stream *stream, char *buf, size_t buflen, in php_stream_xport_recvfrom()
467 PHPAPI int php_stream_xport_sendto(php_stream *stream, const char *buf, size_t buflen, in php_stream_xport_sendto()
507 PHPAPI int php_stream_xport_shutdown(php_stream *stream, stream_shutdown_t how) in php_stream_xport_shutdown()