Lines Matching defs:st_mysqlnd_packet_auth_response
113 typedef struct st_mysqlnd_packet_auth_response { struct
114 MYSQLND_PACKET_HEADER header;
115 uint8_t response_code;
116 uint64_t affected_rows;
117 uint64_t last_insert_id;
118 uint16_t server_status;
119 uint16_t warning_count;
120 char *message;
121 size_t message_len;
123 char error[MYSQLND_ERRMSG_SIZE+1];
124 char sqlstate[MYSQLND_SQLSTATE_LENGTH + 1];
125 unsigned int error_no;
127 char *new_auth_protocol;
128 size_t new_auth_protocol_len;
129 zend_uchar *new_auth_protocol_data;
130 size_t new_auth_protocol_data_len;