Home
last modified time | relevance | path

Searched refs:mysqlnd_command_to_text (Results 1 – 4 of 4) sorted by relevance

/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h44 PHPAPI extern const char * const mysqlnd_command_to_text[COM_END];
H A Dmysqlnd_vio.c466 bytes_consumed, mysqlnd_command_to_text[net->last_command]); in MYSQLND_METHOD()
469 bytes_consumed, mysqlnd_command_to_text[net->last_command]); in MYSQLND_METHOD()
H A Dmysqlnd_wireprotocol.c48 const char * const mysqlnd_command_to_text[COM_END] = variable
2410 DBG_INF_FMT("command=%s silent=%u", mysqlnd_command_to_text[command], silent); in MYSQLND_METHOD()
2443 DBG_ERR_FMT("Error while sending %s packet", mysqlnd_command_to_text[command]); in MYSQLND_METHOD()
2444 …php_error(E_WARNING, "Error while sending %s packet. PID=%d", mysqlnd_command_to_text[command], ge… in MYSQLND_METHOD()
2569 DBG_INF_FMT("silent=%u packet=%u command=%s", silent, ok_packet, mysqlnd_command_to_text[command]); in MYSQLND_METHOD()
2584 …, E_WARNING, "Error while reading %s's response packet. PID=%d", mysqlnd_command_to_text[command],… in MYSQLND_METHOD()
H A Dmysqlnd_net.c881 bytes_consumed, mysqlnd_command_to_text[net->last_command]); in MYSQLND_METHOD()
884 bytes_consumed, mysqlnd_command_to_text[net->last_command]); in MYSQLND_METHOD()

Completed in 65 milliseconds