php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_php_stream_xport_crypto_param Struct Reference

#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
 

Detailed Description

Definition at line 198 of file php_stream_transport.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
STREAM_XPORT_CRYPTO_OP_SETUP 
STREAM_XPORT_CRYPTO_OP_ENABLE 

Definition at line 207 of file php_stream_transport.h.

Field Documentation

◆ activate

int _php_stream_xport_crypto_param::activate

Definition at line 201 of file php_stream_transport.h.

◆ [struct]

struct { ... } _php_stream_xport_crypto_param::inputs

◆ method

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]

struct { ... } _php_stream_xport_crypto_param::outputs

◆ returncode

int _php_stream_xport_crypto_param::returncode

Definition at line 205 of file php_stream_transport.h.

◆ session

php_stream* _php_stream_xport_crypto_param::session

Definition at line 200 of file php_stream_transport.h.


The documentation for this struct was generated from the following file: