Lines Matching refs:PHPAPI

27 PHPAPI HashTable *php_stream_xport_get_hash(void)  in php_stream_xport_get_hash()
32 PHPAPI int php_stream_xport_register(char *protocol, php_stream_transport_factory factory TSRMLS_DC) in php_stream_xport_register()
37 PHPAPI int php_stream_xport_unregister(char *protocol TSRMLS_DC) in php_stream_xport_unregister()
52 PHPAPI php_stream *_php_stream_xport_create(const char *name, long namelen, int options, in _php_stream_xport_create()
196 PHPAPI int php_stream_xport_bind(php_stream *stream, in php_stream_xport_bind()
224 PHPAPI int php_stream_xport_connect(php_stream *stream, in php_stream_xport_connect()
260 PHPAPI int php_stream_xport_listen(php_stream *stream, int backlog, char **error_text TSRMLS_DC) in php_stream_xport_listen()
284 PHPAPI int php_stream_xport_accept(php_stream *stream, php_stream **client, in php_stream_xport_accept()
323 PHPAPI int php_stream_xport_get_name(php_stream *stream, int want_peer, in php_stream_xport_get_name()
354 PHPAPI int php_stream_xport_crypto_setup(php_stream *stream, php_stream_xport_crypt_method_t crypto… in php_stream_xport_crypto_setup()
375 PHPAPI int php_stream_xport_crypto_enable(php_stream *stream, int activate TSRMLS_DC) in php_stream_xport_crypto_enable()
397 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 TSRMLS_DC) in php_stream_xport_shutdown()