Home
last modified time | relevance | path

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

/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c271 DBG_ERR_FMT("Logical link: packets out of order. Expected %u received %u. Packet size=%zu", in mysqlnd_read_header()
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 %zu wasn't big enough %zu, %zu 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()
720 DBG_ERR_FMT("OK packet %zu bytes shorter than expected", p - begin - packet->header.size); in php_mysqlnd_auth_response_read()
1199 DBG_ERR_FMT("Protocol error. Server sent false length. Expected 12 got %d", (int) *p); in php_mysqlnd_rset_field_read()
1310 DBG_ERR_FMT("Protocol error. Server sent NULL_LENGTH. The server is faulty"); in php_mysqlnd_rset_field_read()
1804 DBG_ERR_FMT("Wrong COM_STMT_PREPARE response size. Received %u", data_size); in php_mysqlnd_prepare_read()
2090 DBG_ERR_FMT("Unexpected response code %d", packet->response_code); in php_mysqlnd_cached_sha2_result_read()
2422 DBG_ERR_FMT("Command out of sync. State=%u", state); in MYSQLND_METHOD()
[all …]
H A Dmysqlnd_loaddata.c225 DBG_ERR_FMT("Error during read : %d %s %s", CR_SERVER_LOST, UNKNOWN_SQLSTATE, lost_conn); in mysqlnd_handle_local_infile()
242 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.c346DBG_ERR_FMT("ERROR:%u [SQLSTATE:%s] %s", auth_resp_packet.error_no, auth_resp_packet.sqlstate, aut… in mysqlnd_auth_handshake()
576DBG_ERR_FMT("The server sent wrong length for scramble %zu. Expected %u", auth_plugin_data_len, SC… in mysqlnd_native_auth_get_auth_data()
850 DBG_ERR_FMT("Error while sending public key request packet"); in mysqlnd_sha256_get_rsa_key()
856 DBG_ERR_FMT("Error while receiving public key"); in mysqlnd_sha256_get_rsa_key()
1104DBG_ERR_FMT("The server sent wrong length for scramble %zu. Expected %u", auth_plugin_data_len, SC… in mysqlnd_caching_sha2_get_auth_data()
1146 DBG_ERR_FMT("Error while sending public key request packet"); in mysqlnd_caching_sha2_get_key()
1152 DBG_ERR_FMT("Error while receiving public key"); in mysqlnd_caching_sha2_get_key()
1254DBG_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_protocol_frame_codec.c203 DBG_ERR_FMT("Can't %zu send bytes", count); in MYSQLND_METHOD()
350 DBG_ERR_FMT("Transport level: packets out of order. Expected %u received %u. Packet size=%zu", in MYSQLND_METHOD()
H A Dmysqlnd_result_meta.c74DBG_ERR_FMT("Unknown type %u sent by the server. Please send a report to the developers", meta->f… in MYSQLND_METHOD()
H A Dmysqlnd_commands.c334 DBG_ERR_FMT("Connection not opened, clear or has been closed. State=%u", state); in MYSQLND_METHOD()
601 DBG_ERR_FMT("errorno=%u error=%s", greet_packet.error_no, greet_packet.error); in MYSQLND_METHOD()
H A Dmysqlnd_vio.c89 DBG_ERR_FMT("Error while reading header from socket"); in MYSQLND_METHOD()
491 DBG_ERR_FMT("Skipped %u bytes. Last command hasn't consumed all the output from the server", in MYSQLND_METHOD()
H A Dmysqlnd_connection.c728DBG_ERR_FMT("[%u] %.128s (trying to connect via %s)", conn->error_info->error_no, conn->error_info…
1086 DBG_ERR_FMT("Brutally closing connection [%p][%s]", conn, conn->scheme.s);
1318 DBG_ERR_FMT("Serious error. %s::%u", __FILE__, __LINE__);
2244 DBG_ERR_FMT(*dont_poll ? "All arrays passed are clear":"No stream arrays were passed");
H A Dmysqlnd_result.c209 DBG_ERR_FMT("error=%s", rset_header.error_info.error); in mysqlnd_query_read_result_set_header()
476DBG_ERR_FMT("errorno=%u error=%s", row_packet->error_info.error_no, row_packet->error_info.error); in MYSQLND_METHOD()

Completed in 36 milliseconds