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

#include <mysqlnd_wireprotocol.h>

Data Fields

MYSQLND_PACKET_HEADER header
 
const char * user
 
const zend_ucharauth_data
 
size_t auth_data_len
 
const char * db
 
const char * auth_plugin_name
 
uint32_t client_flags
 
uint32_t max_packet_size
 
uint8_t charset_no
 
bool send_auth_data
 
bool is_change_user_packet
 
bool silent
 
HashTableconnect_attr
 
size_t db_len
 

Detailed Description

Definition at line 82 of file mysqlnd_wireprotocol.h.

Field Documentation

◆ auth_data

const zend_uchar* st_mysqlnd_packet_auth::auth_data

Definition at line 85 of file mysqlnd_wireprotocol.h.

◆ auth_data_len

size_t st_mysqlnd_packet_auth::auth_data_len

Definition at line 86 of file mysqlnd_wireprotocol.h.

◆ auth_plugin_name

const char* st_mysqlnd_packet_auth::auth_plugin_name

Definition at line 88 of file mysqlnd_wireprotocol.h.

◆ charset_no

uint8_t st_mysqlnd_packet_auth::charset_no

Definition at line 91 of file mysqlnd_wireprotocol.h.

◆ client_flags

uint32_t st_mysqlnd_packet_auth::client_flags

Definition at line 89 of file mysqlnd_wireprotocol.h.

◆ connect_attr

HashTable* st_mysqlnd_packet_auth::connect_attr

Definition at line 96 of file mysqlnd_wireprotocol.h.

◆ db

const char* st_mysqlnd_packet_auth::db

Definition at line 87 of file mysqlnd_wireprotocol.h.

◆ db_len

size_t st_mysqlnd_packet_auth::db_len

Definition at line 97 of file mysqlnd_wireprotocol.h.

◆ header

MYSQLND_PACKET_HEADER st_mysqlnd_packet_auth::header

Definition at line 83 of file mysqlnd_wireprotocol.h.

◆ is_change_user_packet

bool st_mysqlnd_packet_auth::is_change_user_packet

Definition at line 94 of file mysqlnd_wireprotocol.h.

◆ max_packet_size

uint32_t st_mysqlnd_packet_auth::max_packet_size

Definition at line 90 of file mysqlnd_wireprotocol.h.

◆ send_auth_data

bool st_mysqlnd_packet_auth::send_auth_data

Definition at line 93 of file mysqlnd_wireprotocol.h.

◆ silent

bool st_mysqlnd_packet_auth::silent

Definition at line 95 of file mysqlnd_wireprotocol.h.

◆ user

const char* st_mysqlnd_packet_auth::user

Definition at line 84 of file mysqlnd_wireprotocol.h.


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