Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c299 DBG_ERR_FMT("Can't read %s's header", packet_type_as_text); in mysqlnd_read_packet_header_and_body()
303 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()
732 DBG_ERR_FMT("OK packet %d bytes shorter than expected", p - begin - packet->header.size); in php_mysqlnd_auth_response_read()
873 DBG_ERR_FMT("OK packet %d bytes shorter than expected", p - begin - packet->header.size); in php_mysqlnd_ok_read()
1236 DBG_ERR_FMT("Protocol error. Server sent false length. Expected 12 got %d", (int) *p); in php_mysqlnd_rset_field_read()
1347 DBG_ERR_FMT("Protocol error. Server sent NULL_LENGTH. The server is faulty"); in php_mysqlnd_rset_field_read()
1944 DBG_ERR_FMT("Wrong COM_STMT_PREPARE response size. Received %u", data_size); in php_mysqlnd_prepare_read()
2228 DBG_ERR_FMT("Unexpected response code %d", packet->response_code); in php_mysqlnd_cached_sha2_result_read()
2560 DBG_ERR_FMT("Command out of sync. State=%u", state); in MYSQLND_METHOD()
[all …]
H A Dmysqlnd_loaddata.c189 DBG_ERR_FMT("Error during read : %d %s %s", CR_SERVER_LOST, UNKNOWN_SQLSTATE, lost_conn); in mysqlnd_handle_local_infile()
206 DBG_ERR_FMT("Bufsize < 0, warning, %d %s %s", CR_SERVER_LOST, UNKNOWN_SQLSTATE, lost_conn); in mysqlnd_handle_local_infile()
H A Dmysqlnd_auth.c353DBG_ERR_FMT("ERROR:%u [SQLSTATE:%s] %s", auth_resp_packet.error_no, auth_resp_packet.sqlstate, aut… in mysqlnd_auth_handshake()
596DBG_ERR_FMT("The server sent wrong length for scramble %u. Expected %u", auth_plugin_data_len, SCR… in mysqlnd_native_auth_get_auth_data()
862 DBG_ERR_FMT("Error while sending public key request packet"); in mysqlnd_sha256_get_rsa_key()
868 DBG_ERR_FMT("Error while receiving public key"); in mysqlnd_sha256_get_rsa_key()
1103DBG_ERR_FMT("The server sent wrong length for scramble %u. Expected %u", auth_plugin_data_len, SCR… in mysqlnd_caching_sha2_get_auth_data()
1145 DBG_ERR_FMT("Error while sending public key request packet"); in mysqlnd_caching_sha2_get_key()
1151 DBG_ERR_FMT("Error while receiving public key"); in mysqlnd_caching_sha2_get_key()
1253DBG_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 Dmysqlnd_debug.h185 #define DBG_ERR_FMT(...) DBG_ERR_FMT_EX(MYSQLND_G(dbg), __VA_ARGS__) macro
210 static inline void DBG_ERR_FMT(const char * const format, ...) {} in DBG_ERR_FMT() function
H A Dmysqlnd_commands.c373 DBG_ERR_FMT("Connection not opened, clear or has been closed. State=%u", state); in MYSQLND_METHOD()
638 DBG_ERR_FMT("errorno=%u error=%s", greet_packet.error_no, greet_packet.error); in MYSQLND_METHOD()
642DBG_ERR_FMT("Connecting to 3.22, 3.23 & 4.0 is not supported. Server is %-.32s", greet_packet.serv… in MYSQLND_METHOD()
H A Dmysqlnd_protocol_frame_codec.c205 DBG_ERR_FMT("Can't %u send bytes", count); in MYSQLND_METHOD()
351DBG_ERR_FMT("Transport level: packets out of order. Expected %u received %u. Packet size="MYSQLND_… in MYSQLND_METHOD()
H A Dmysqlnd_result_meta.c76DBG_ERR_FMT("Unknown type %u sent by the server. Please send a report to the developers", meta->f… in MYSQLND_METHOD()
H A Dmysqlnd_vio.c91 DBG_ERR_FMT("Error while reading header from socket"); in MYSQLND_METHOD()
470 DBG_ERR_FMT("Skipped %u bytes. Last command hasn't consumed all the output from the server", in MYSQLND_METHOD()
H A Dmysqlnd_result.c417 DBG_ERR_FMT("error=%s", rset_header.error_info.error); in mysqlnd_query_read_result_set_header()
744DBG_ERR_FMT("errorno=%u error=%s", row_packet->error_info.error_no, row_packet->error_info.error); in MYSQLND_METHOD()
884DBG_ERR_FMT("errorno=%u error=%s", row_packet->error_info.error_no, row_packet->error_info.error); in MYSQLND_METHOD()
H A Dmysqlnd_connection.c794DBG_ERR_FMT("[%u] %.128s (trying to connect via %s)", conn->error_info->error_no, conn->error_info…
1259 DBG_ERR_FMT("Brutally closing connection [%p][%s]", conn, conn->scheme.s);
1503 DBG_ERR_FMT("Serious error. %s::%u", __FILE__, __LINE__);
2627 DBG_ERR_FMT(*dont_poll ? "All arrays passed are clear":"No stream arrays were passed");

Completed in 59 milliseconds