Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h49 PHPAPI extern const char * const mysqlnd_command_to_text[COM_END];
H A Dmysqlnd.c222 DBG_INF_FMT("silent=%u packet=%u command=%s", silent, ok_packet, mysqlnd_command_to_text[command]); in MYSQLND_METHOD()
233 DBG_ERR_FMT("Error while reading %s's OK packet", mysqlnd_command_to_text[command]); in MYSQLND_METHOD()
235 mysqlnd_command_to_text[command], getpid()); in MYSQLND_METHOD()
281 DBG_ERR_FMT("Error while reading %s's EOF packet", mysqlnd_command_to_text[command]); in MYSQLND_METHOD()
283 mysqlnd_command_to_text[command], getpid()); in MYSQLND_METHOD()
322 DBG_INF_FMT("command=%s silent=%u", mysqlnd_command_to_text[command], silent); in MYSQLND_METHOD()
357 DBG_ERR_FMT("Error while sending %s packet", mysqlnd_command_to_text[command]); in MYSQLND_METHOD()
358 …php_error(E_WARNING, "Error while sending %s packet. PID=%d", mysqlnd_command_to_text[command], ge… in MYSQLND_METHOD()
H A Dmysqlnd_net.c834 bytes_consumed, mysqlnd_command_to_text[net->last_command]); in MYSQLND_METHOD()
837 bytes_consumed, mysqlnd_command_to_text[net->last_command]); in MYSQLND_METHOD()
H A Dmysqlnd_wireprotocol.c85 const char * const mysqlnd_command_to_text[COM_END] = variable

Completed in 26 milliseconds