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

#include <mysqlnd_wireprotocol.h>

Data Fields

MYSQLND_PACKET_HEADER header
 
uint8_t response_code
 
uint8_t result
 
uint8_t request
 
zend_ucharpassword
 
size_t password_len
 
char * new_auth_protocol
 
size_t new_auth_protocol_len
 
zend_ucharnew_auth_protocol_data
 
size_t new_auth_protocol_data_len
 
char error [MYSQLND_ERRMSG_SIZE+1]
 
char sqlstate [MYSQLND_SQLSTATE_LENGTH+1]
 
unsigned int error_no
 

Detailed Description

Definition at line 280 of file mysqlnd_wireprotocol.h.

Field Documentation

◆ error

char st_mysqlnd_packet_cached_sha2_result::error[MYSQLND_ERRMSG_SIZE+1]

Definition at line 293 of file mysqlnd_wireprotocol.h.

◆ error_no

unsigned int st_mysqlnd_packet_cached_sha2_result::error_no

Definition at line 295 of file mysqlnd_wireprotocol.h.

◆ header

MYSQLND_PACKET_HEADER st_mysqlnd_packet_cached_sha2_result::header

Definition at line 281 of file mysqlnd_wireprotocol.h.

◆ new_auth_protocol

char* st_mysqlnd_packet_cached_sha2_result::new_auth_protocol

Definition at line 288 of file mysqlnd_wireprotocol.h.

◆ new_auth_protocol_data

zend_uchar* st_mysqlnd_packet_cached_sha2_result::new_auth_protocol_data

Definition at line 290 of file mysqlnd_wireprotocol.h.

◆ new_auth_protocol_data_len

size_t st_mysqlnd_packet_cached_sha2_result::new_auth_protocol_data_len

Definition at line 291 of file mysqlnd_wireprotocol.h.

◆ new_auth_protocol_len

size_t st_mysqlnd_packet_cached_sha2_result::new_auth_protocol_len

Definition at line 289 of file mysqlnd_wireprotocol.h.

◆ password

zend_uchar* st_mysqlnd_packet_cached_sha2_result::password

Definition at line 285 of file mysqlnd_wireprotocol.h.

◆ password_len

size_t st_mysqlnd_packet_cached_sha2_result::password_len

Definition at line 286 of file mysqlnd_wireprotocol.h.

◆ request

uint8_t st_mysqlnd_packet_cached_sha2_result::request

Definition at line 284 of file mysqlnd_wireprotocol.h.

◆ response_code

uint8_t st_mysqlnd_packet_cached_sha2_result::response_code

Definition at line 282 of file mysqlnd_wireprotocol.h.

◆ result

uint8_t st_mysqlnd_packet_cached_sha2_result::result

Definition at line 283 of file mysqlnd_wireprotocol.h.

◆ sqlstate

char st_mysqlnd_packet_cached_sha2_result::sqlstate[MYSQLND_SQLSTATE_LENGTH+1]

Definition at line 294 of file mysqlnd_wireprotocol.h.


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