Home
last modified time | relevance | path

Searched refs:auth_resp_packet (Results 1 – 1 of 1) sorted by relevance

/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_auth.c63 if (!auth_resp_packet) { in mysqlnd_auth_handshake()
115 if (FAIL == PACKET_READ(auth_resp_packet, conn) || auth_resp_packet->response_code >= 0xFE) { in mysqlnd_auth_handshake()
116 if (auth_resp_packet->response_code == 0xFE) { in mysqlnd_auth_handshake()
118 if (!auth_resp_packet->new_auth_protocol) { in mysqlnd_auth_handshake()
122 …*switch_to_auth_protocol = mnd_pestrndup(auth_resp_packet->new_auth_protocol, auth_resp_packet->ne… in mysqlnd_auth_handshake()
124 if (auth_resp_packet->new_auth_protocol_data) { in mysqlnd_auth_handshake()
134 if (auth_resp_packet->sqlstate[0]) { in mysqlnd_auth_handshake()
136 …BG_ERR_FMT("ERROR:%u [SQLSTATE:%s] %s", auth_resp_packet->error_no, auth_resp_packet->sqlstate, au… in mysqlnd_auth_handshake()
138 …SET_CLIENT_ERROR(*conn->error_info, auth_resp_packet->error_no, UNKNOWN_SQLSTATE, auth_resp_packet in mysqlnd_auth_handshake()
143 …EW_MESSAGE(conn->last_message, conn->last_message_len, auth_resp_packet->message, auth_resp_packet in mysqlnd_auth_handshake()
[all …]

Completed in 6 milliseconds