Searched refs:DBG_ERR_FMT (Results 1 – 10 of 10) sorted by relevance
/PHP-8.0/ext/mysqlnd/ |
H A D | mysqlnd_loaddata.c | 187 DBG_ERR_FMT("Error during read : %d %s %s", CR_SERVER_LOST, UNKNOWN_SQLSTATE, lost_conn); in mysqlnd_handle_local_infile() 204 DBG_ERR_FMT("Bufsize < 0, warning, %d %s %s", CR_SERVER_LOST, UNKNOWN_SQLSTATE, lost_conn); in mysqlnd_handle_local_infile()
|
H A D | mysqlnd_wireprotocol.c | 298 DBG_ERR_FMT("Can't read %s's header", packet_type_as_text); in mysqlnd_read_packet_header_and_body() 302 DBG_ERR_FMT("Packet buffer %u wasn't big enough %u, %u bytes will be unread", in mysqlnd_read_packet_header_and_body() 310 DBG_ERR_FMT("Empty '%s' packet body", packet_type_as_text); in mysqlnd_read_packet_header_and_body() 738 DBG_ERR_FMT("OK packet %d bytes shorter than expected", p - begin - packet->header.size); in php_mysqlnd_auth_response_read() 879 DBG_ERR_FMT("OK packet %d bytes shorter than expected", p - begin - packet->header.size); in php_mysqlnd_ok_read() 1233 DBG_ERR_FMT("Protocol error. Server sent false length. Expected 12 got %d", (int) *p); in php_mysqlnd_rset_field_read() 1344 DBG_ERR_FMT("Protocol error. Server sent NULL_LENGTH. The server is faulty"); in php_mysqlnd_rset_field_read() 1929 DBG_ERR_FMT("Wrong COM_STMT_PREPARE response size. Received %u", data_size); in php_mysqlnd_prepare_read() 2215 DBG_ERR_FMT("Unexpected response code %d", packet->response_code); in php_mysqlnd_cached_sha2_result_read() 2547 DBG_ERR_FMT("Command out of sync. State=%u", state); in MYSQLND_METHOD() [all …]
|
H A D | mysqlnd_auth.c | 351 …DBG_ERR_FMT("ERROR:%u [SQLSTATE:%s] %s", auth_resp_packet.error_no, auth_resp_packet.sqlstate, aut… in mysqlnd_auth_handshake() 594 …DBG_ERR_FMT("The server sent wrong length for scramble %u. Expected %u", auth_plugin_data_len, SCR… in mysqlnd_native_auth_get_auth_data() 860 DBG_ERR_FMT("Error while sending public key request packet"); in mysqlnd_sha256_get_rsa_key() 866 DBG_ERR_FMT("Error while receiving public key"); in mysqlnd_sha256_get_rsa_key() 1101 …DBG_ERR_FMT("The server sent wrong length for scramble %u. Expected %u", auth_plugin_data_len, SCR… in mysqlnd_caching_sha2_get_auth_data() 1143 DBG_ERR_FMT("Error while sending public key request packet"); in mysqlnd_caching_sha2_get_key() 1149 DBG_ERR_FMT("Error while receiving public key"); in mysqlnd_caching_sha2_get_key() 1251 …DBG_ERR_FMT("ERROR:%u [SQLSTATE:%s] %s", result_packet.error_no, result_packet.sqlstate, result_pa… in mysqlnd_caching_sha2_handle_server_response()
|
H A D | mysqlnd_debug.h | 183 #define DBG_ERR_FMT(...) DBG_ERR_FMT_EX(MYSQLND_G(dbg), __VA_ARGS__) macro 208 static inline void DBG_ERR_FMT(const char * const format, ...) {} in DBG_ERR_FMT() function
|
H A D | mysqlnd_commands.c | 371 DBG_ERR_FMT("Connection not opened, clear or has been closed. State=%u", state); in MYSQLND_METHOD() 636 DBG_ERR_FMT("errorno=%u error=%s", greet_packet.error_no, greet_packet.error); in MYSQLND_METHOD() 640 …DBG_ERR_FMT("Connecting to 3.22, 3.23 & 4.0 is not supported. Server is %-.32s", greet_packet.serv… in MYSQLND_METHOD()
|
H A D | mysqlnd_protocol_frame_codec.c | 203 DBG_ERR_FMT("Can't %u send bytes", count); in MYSQLND_METHOD() 349 …DBG_ERR_FMT("Transport level: packets out of order. Expected %u received %u. Packet size="MYSQLND_… in MYSQLND_METHOD()
|
H A D | mysqlnd_result_meta.c | 74 …DBG_ERR_FMT("Unknown type %u sent by the server. Please send a report to the developers", meta->f… in MYSQLND_METHOD()
|
H A D | mysqlnd_vio.c | 89 DBG_ERR_FMT("Error while reading header from socket"); in MYSQLND_METHOD() 469 DBG_ERR_FMT("Skipped %u bytes. Last command hasn't consumed all the output from the server", in MYSQLND_METHOD()
|
H A D | mysqlnd_result.c | 415 DBG_ERR_FMT("error=%s", rset_header.error_info.error); in mysqlnd_query_read_result_set_header() 742 … DBG_ERR_FMT("errorno=%u error=%s", row_packet->error_info.error_no, row_packet->error_info.error); in MYSQLND_METHOD() 882 … DBG_ERR_FMT("errorno=%u error=%s", row_packet->error_info.error_no, row_packet->error_info.error); in MYSQLND_METHOD()
|
H A D | mysqlnd_connection.c | 792 …DBG_ERR_FMT("[%u] %.128s (trying to connect via %s)", conn->error_info->error_no, conn->error_info… 1254 DBG_ERR_FMT("Brutally closing connection [%p][%s]", conn, conn->scheme.s); 1490 DBG_ERR_FMT("Serious error. %s::%u", __FILE__, __LINE__); 2614 DBG_ERR_FMT(*dont_poll ? "All arrays passed are clear":"No stream arrays were passed");
|
Completed in 46 milliseconds