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()
201 PHPAPI int php_stream_xport_bind(php_stream *stream, in php_stream_xport_bind()
229 PHPAPI int php_stream_xport_connect(php_stream *stream, in php_stream_xport_connect()
265 PHPAPI int php_stream_xport_listen(php_stream *stream, int backlog, zend_string **error_text) in php_stream_xport_listen()
289 PHPAPI int php_stream_xport_accept(php_stream *stream, php_stream **client, in php_stream_xport_accept()
327 PHPAPI int php_stream_xport_get_name(php_stream *stream, int want_peer, in php_stream_xport_get_name()
357 …API int php_stream_xport_crypto_setup(php_stream *stream, php_stream_xport_crypt_method_t crypto_m… in php_stream_xport_crypto_setup()
378 PHPAPI int php_stream_xport_crypto_enable(php_stream *stream, int activate) in php_stream_xport_crypto_enable()
400 PHPAPI int php_stream_xport_recvfrom(php_stream *stream, char *buf, size_t buflen, in php_stream_xport_recvfrom()
469 PHPAPI int php_stream_xport_sendto(php_stream *stream, const char *buf, size_t buflen, in php_stream_xport_sendto()
509 PHPAPI int php_stream_xport_shutdown(php_stream *stream, stream_shutdown_t how) in php_stream_xport_shutdown()