Home
last modified time | relevance | path

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

/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h42 PHPAPI extern const char * const mysqlnd_command_to_text[COM_END];
H A Dmysqlnd_vio.c470 bytes_consumed, mysqlnd_command_to_text[net->last_command]); in MYSQLND_METHOD()
473 bytes_consumed, mysqlnd_command_to_text[net->last_command]); in MYSQLND_METHOD()
H A Dmysqlnd_wireprotocol.c47 const char * const mysqlnd_command_to_text[COM_END] = variable
2533 DBG_INF_FMT("command=%s silent=%u", mysqlnd_command_to_text[command], silent); in MYSQLND_METHOD()
2566 DBG_ERR_FMT("Error while sending %s packet", mysqlnd_command_to_text[command]); in MYSQLND_METHOD()
2567 …php_error(E_WARNING, "Error while sending %s packet. PID=%d", mysqlnd_command_to_text[command], ge… in MYSQLND_METHOD()
2692 DBG_INF_FMT("silent=%u packet=%u command=%s", silent, ok_packet, mysqlnd_command_to_text[command]); in MYSQLND_METHOD()
2707 …, E_WARNING, "Error while reading %s's response packet. PID=%d", mysqlnd_command_to_text[command],… in MYSQLND_METHOD()

Completed in 41 milliseconds