Lines Matching refs:DBG_INF_FMT
113 DBG_INF_FMT("salt(%d)=[%.*s]", plugin_data_len, plugin_data_len, plugin_data); in mysqlnd_run_authentication()
146 … DBG_INF_FMT("switch_to_auth_protocol=%s", switch_to_auth_protocol? switch_to_auth_protocol:"n/a"); in mysqlnd_run_authentication()
158 DBG_INF_FMT("conn->error_info->error_no = %d", conn->error_info->error_no); in mysqlnd_run_authentication()
162 DBG_INF_FMT("saving requested_protocol=%s", requested_protocol); in mysqlnd_run_authentication()
477 DBG_INF_FMT("Server is %u, buggy, sends two ERR messages", conn->m->get_server_version(conn)); in mysqlnd_auth_change_user()
703 DBG_INF_FMT("options_s256_pk=[%s] MYSQLND_G(sha256_server_public_key)=[%s]", in mysqlnd_sha256_get_rsa_key()
736 DBG_INF_FMT("Public key(%d):\n%s", pk_resp_packet->public_key_len, pk_resp_packet->public_key); in mysqlnd_sha256_get_rsa_key()
747 DBG_INF_FMT("ret=%p", ret); in mysqlnd_sha256_get_rsa_key()
756 DBG_INF_FMT("Key in a file. [%s]", fname); in mysqlnd_sha256_get_rsa_key()
765 DBG_INF_FMT("Public key:%*.s", ZSTR_LEN(key_str), ZSTR_VAL(key_str)); in mysqlnd_sha256_get_rsa_key()
790 DBG_INF_FMT("salt(%d)=[%.*s]", auth_plugin_data_len, auth_plugin_data_len, auth_plugin_data); in mysqlnd_sha256_auth_get_auth_data()