php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <mysqlnd_wireprotocol.h>
Data Fields | |
MYSQLND_PACKET_HEADER | header |
uint8_t | response_code |
uint8_t | result |
uint8_t | request |
zend_uchar * | password |
size_t | password_len |
char * | new_auth_protocol |
size_t | new_auth_protocol_len |
zend_uchar * | new_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 |
Definition at line 280 of file mysqlnd_wireprotocol.h.
char st_mysqlnd_packet_cached_sha2_result::error[MYSQLND_ERRMSG_SIZE+1] |
Definition at line 293 of file mysqlnd_wireprotocol.h.
unsigned int st_mysqlnd_packet_cached_sha2_result::error_no |
Definition at line 295 of file mysqlnd_wireprotocol.h.
MYSQLND_PACKET_HEADER st_mysqlnd_packet_cached_sha2_result::header |
Definition at line 281 of file mysqlnd_wireprotocol.h.
char* st_mysqlnd_packet_cached_sha2_result::new_auth_protocol |
Definition at line 288 of file mysqlnd_wireprotocol.h.
zend_uchar* st_mysqlnd_packet_cached_sha2_result::new_auth_protocol_data |
Definition at line 290 of file mysqlnd_wireprotocol.h.
size_t st_mysqlnd_packet_cached_sha2_result::new_auth_protocol_data_len |
Definition at line 291 of file mysqlnd_wireprotocol.h.
size_t st_mysqlnd_packet_cached_sha2_result::new_auth_protocol_len |
Definition at line 289 of file mysqlnd_wireprotocol.h.
zend_uchar* st_mysqlnd_packet_cached_sha2_result::password |
Definition at line 285 of file mysqlnd_wireprotocol.h.
size_t st_mysqlnd_packet_cached_sha2_result::password_len |
Definition at line 286 of file mysqlnd_wireprotocol.h.
uint8_t st_mysqlnd_packet_cached_sha2_result::request |
Definition at line 284 of file mysqlnd_wireprotocol.h.
uint8_t st_mysqlnd_packet_cached_sha2_result::response_code |
Definition at line 282 of file mysqlnd_wireprotocol.h.
uint8_t st_mysqlnd_packet_cached_sha2_result::result |
Definition at line 283 of file mysqlnd_wireprotocol.h.
char st_mysqlnd_packet_cached_sha2_result::sqlstate[MYSQLND_SQLSTATE_LENGTH+1] |
Definition at line 294 of file mysqlnd_wireprotocol.h.