|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_stream_transport.h>
Public Types | |
| enum | { STREAM_XPORT_CRYPTO_OP_SETUP , STREAM_XPORT_CRYPTO_OP_ENABLE } |
Data Fields | ||
| struct { | ||
| php_stream * session | ||
| int activate | ||
| php_stream_xport_crypt_method_t method | ||
| } | inputs | |
| struct { | ||
| int returncode | ||
| } | outputs | |
| enum _php_stream_xport_crypto_param:: { ... } | op | |
Definition at line 198 of file php_stream_transport.h.
| anonymous enum |
| Enumerator | |
|---|---|
| STREAM_XPORT_CRYPTO_OP_SETUP | |
| STREAM_XPORT_CRYPTO_OP_ENABLE | |
Definition at line 207 of file php_stream_transport.h.
| int _php_stream_xport_crypto_param::activate |
Definition at line 201 of file php_stream_transport.h.
| struct { ... } _php_stream_xport_crypto_param::inputs |
| php_stream_xport_crypt_method_t _php_stream_xport_crypto_param::method |
Definition at line 202 of file php_stream_transport.h.
| enum { ... } _php_stream_xport_crypto_param::op |
| struct { ... } _php_stream_xport_crypto_param::outputs |
| int _php_stream_xport_crypto_param::returncode |
Definition at line 205 of file php_stream_transport.h.
| php_stream* _php_stream_xport_crypto_param::session |
Definition at line 200 of file php_stream_transport.h.