Lines Matching refs:DBG_INF_FMT
114 DBG_INF_FMT("salt(%d)=[%.*s]", plugin_data_len, plugin_data_len, plugin_data); in mysqlnd_run_authentication()
150 … DBG_INF_FMT("switch_to_auth_protocol=%s", switch_to_auth_protocol? switch_to_auth_protocol:"n/a"); in mysqlnd_run_authentication()
162 DBG_INF_FMT("conn->error_info->error_no = %d", conn->error_info->error_no); in mysqlnd_run_authentication()
166 DBG_INF_FMT("saving requested_protocol=%s", requested_protocol); in mysqlnd_run_authentication()
493 DBG_INF_FMT("Server is %u, buggy, sends two ERR messages", conn->m->get_server_version(conn)); in mysqlnd_auth_change_user()
849 DBG_INF_FMT("options_s256_pk=[%s] MYSQLND_G(sha256_server_public_key)=[%s]", in mysqlnd_sha256_get_rsa_key()
873 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()
880 DBG_INF_FMT("ret=%p", ret); in mysqlnd_sha256_get_rsa_key()
889 DBG_INF_FMT("Key in a file. [%s]", fname); in mysqlnd_sha256_get_rsa_key()
896 DBG_INF_FMT("Public key:%*.s", ZSTR_LEN(key_str), ZSTR_VAL(key_str)); in mysqlnd_sha256_get_rsa_key()
921 DBG_INF_FMT("salt(%d)=[%.*s]", auth_plugin_data_len, auth_plugin_data_len, auth_plugin_data); in mysqlnd_sha256_auth_get_auth_data()
1098 DBG_INF_FMT("salt(%d)=[%.*s]", auth_plugin_data_len, auth_plugin_data_len, auth_plugin_data); in mysqlnd_caching_sha2_get_auth_data()
1114 DBG_INF_FMT("hash(%d)=[%.*s]", *auth_data_len, *auth_data_len, ret); in mysqlnd_caching_sha2_get_auth_data()
1131 DBG_INF_FMT("options_s256_pk=[%s] MYSQLND_G(sha256_server_public_key)=[%s]", in mysqlnd_caching_sha2_get_key()
1156 DBG_INF_FMT("Public key(%d):\n%s", pk_resp_packet.public_key_len, pk_resp_packet.public_key); in mysqlnd_caching_sha2_get_key()
1163 DBG_INF_FMT("ret=%p", ret); in mysqlnd_caching_sha2_get_key()
1172 DBG_INF_FMT("Key in a file. [%s]", fname); in mysqlnd_caching_sha2_get_key()
1179 DBG_INF_FMT("Public key:%*.s", ZSTR_LEN(key_str), ZSTR_VAL(key_str)); in mysqlnd_caching_sha2_get_key()