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

#include <mysqlnd_structs.h>

Public Member Functions

 MYSQLND_CLASS_METHODS_TYPE (mysqlnd_protocol_packet_frame_codec) m
 

Data Fields

php_streamstream
 
bool compressed
 
bool ssl
 
uint64_t flags
 
char * sha256_server_public_key
 
voidunused_pad1
 
zend_uchar packet_no
 
zend_uchar compressed_envelope_packet_no
 
bool persistent
 

Detailed Description

Definition at line 1116 of file mysqlnd_structs.h.

Member Function Documentation

◆ MYSQLND_CLASS_METHODS_TYPE()

st_mysqlnd_protocol_frame_codec_data::MYSQLND_CLASS_METHODS_TYPE ( mysqlnd_protocol_packet_frame_codec )

Field Documentation

◆ compressed

bool st_mysqlnd_protocol_frame_codec_data::compressed

Definition at line 1119 of file mysqlnd_structs.h.

◆ compressed_envelope_packet_no

zend_uchar st_mysqlnd_protocol_frame_codec_data::compressed_envelope_packet_no

Definition at line 1132 of file mysqlnd_structs.h.

◆ flags

uint64_t st_mysqlnd_protocol_frame_codec_data::flags

Definition at line 1121 of file mysqlnd_structs.h.

◆ packet_no

zend_uchar st_mysqlnd_protocol_frame_codec_data::packet_no

Definition at line 1131 of file mysqlnd_structs.h.

◆ persistent

bool st_mysqlnd_protocol_frame_codec_data::persistent

Definition at line 1134 of file mysqlnd_structs.h.

◆ sha256_server_public_key

char* st_mysqlnd_protocol_frame_codec_data::sha256_server_public_key

Definition at line 1122 of file mysqlnd_structs.h.

◆ ssl

bool st_mysqlnd_protocol_frame_codec_data::ssl

Definition at line 1120 of file mysqlnd_structs.h.

◆ stream

php_stream* st_mysqlnd_protocol_frame_codec_data::stream

Definition at line 1118 of file mysqlnd_structs.h.

◆ unused_pad1

void* st_mysqlnd_protocol_frame_codec_data::unused_pad1

Definition at line 1127 of file mysqlnd_structs.h.


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