Lines Matching defs:st_mysqlnd_packet_auth_response
101 typedef struct st_mysqlnd_packet_auth_response { struct
102 MYSQLND_PACKET_HEADER header;
103 uint8_t response_code;
104 uint64_t affected_rows;
105 uint64_t last_insert_id;
106 uint16_t server_status;
107 uint16_t warning_count;
108 char *message;
109 size_t message_len;
111 char error[MYSQLND_ERRMSG_SIZE+1];
112 char sqlstate[MYSQLND_SQLSTATE_LENGTH + 1];
113 unsigned int error_no;
115 char *new_auth_protocol;
116 size_t new_auth_protocol_len;
117 zend_uchar *new_auth_protocol_data;
118 size_t new_auth_protocol_data_len;