Home
last modified time | relevance | path

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

/php-src/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h42 PHPAPI extern const char * const mysqlnd_command_to_text[COM_END];
H A Dmysqlnd_vio.c492 bytes_consumed, mysqlnd_command_to_text[net->last_command]); in MYSQLND_METHOD()
495 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
2418 DBG_INF_FMT("command=%s silent=%u", mysqlnd_command_to_text[command], silent); in MYSQLND_METHOD()
2451 DBG_ERR_FMT("Error while sending %s packet", mysqlnd_command_to_text[command]); in MYSQLND_METHOD()
2452 …php_error(E_WARNING, "Error while sending %s packet. PID=%d", mysqlnd_command_to_text[command], ge… in MYSQLND_METHOD()
2578 DBG_INF_FMT("silent=%u packet=%u command=%s", silent, ok_packet, mysqlnd_command_to_text[command]); in MYSQLND_METHOD()
2593 …, E_WARNING, "Error while reading %s's response packet. PID=%d", mysqlnd_command_to_text[command],… in MYSQLND_METHOD()

Completed in 16 milliseconds