switch_to_auth_protocol  574 ext/mysqlnd/mysqlnd.c 	char * switch_to_auth_protocol = NULL;
switch_to_auth_protocol  611 ext/mysqlnd/mysqlnd.c 			switch_to_auth_protocol = NULL;
switch_to_auth_protocol  640 ext/mysqlnd/mysqlnd.c 											&switch_to_auth_protocol, &switch_to_auth_protocol_len,
switch_to_auth_protocol  648 ext/mysqlnd/mysqlnd.c 											   &switch_to_auth_protocol, &switch_to_auth_protocol_len,
switch_to_auth_protocol  655 ext/mysqlnd/mysqlnd.c 			DBG_INF_FMT("switch_to_auth_protocol=%s", switch_to_auth_protocol? switch_to_auth_protocol:"n/a");
switch_to_auth_protocol  656 ext/mysqlnd/mysqlnd.c 			if (requested_protocol && switch_to_auth_protocol) {
switch_to_auth_protocol  658 ext/mysqlnd/mysqlnd.c 				requested_protocol = switch_to_auth_protocol;
switch_to_auth_protocol  668 ext/mysqlnd/mysqlnd.c 	} while (ret == FAIL && conn->error_info->error_no == 0 && switch_to_auth_protocol != NULL);
switch_to_auth_protocol   46 ext/mysqlnd/mysqlnd_auth.c 							  char ** switch_to_auth_protocol,
switch_to_auth_protocol  121 ext/mysqlnd/mysqlnd_auth.c 				*switch_to_auth_protocol = mnd_pestrndup(auth_resp_packet->new_auth_protocol, auth_resp_packet->new_auth_protocol_len, FALSE);
switch_to_auth_protocol  167 ext/mysqlnd/mysqlnd_auth.c 								char ** switch_to_auth_protocol,
switch_to_auth_protocol  242 ext/mysqlnd/mysqlnd_auth.c 			*switch_to_auth_protocol = mnd_pestrndup(chg_user_resp->new_auth_protocol, chg_user_resp->new_auth_protocol_len, FALSE);
switch_to_auth_protocol  204 ext/mysqlnd/mysqlnd_priv.h 						char ** switch_to_auth_protocol,
switch_to_auth_protocol  223 ext/mysqlnd/mysqlnd_priv.h 								char ** switch_to_auth_protocol,