Searched refs:mysqlnd_command_to_text (Results 1 – 4 of 4) sorted by relevance
/PHP-5.6/ext/mysqlnd/ |
H A D | mysqlnd_wireprotocol.h | 49 PHPAPI extern const char * const mysqlnd_command_to_text[COM_END];
|
H A D | mysqlnd.c | 222 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() 358 DBG_ERR_FMT("Error while sending %s packet", mysqlnd_command_to_text[command]); in MYSQLND_METHOD() 359 …php_error(E_WARNING, "Error while sending %s packet. PID=%d", mysqlnd_command_to_text[command], ge… in MYSQLND_METHOD()
|
H A D | mysqlnd_net.c | 883 bytes_consumed, mysqlnd_command_to_text[net->last_command]); in MYSQLND_METHOD() 886 bytes_consumed, mysqlnd_command_to_text[net->last_command]); in MYSQLND_METHOD()
|
H A D | mysqlnd_wireprotocol.c | 85 const char * const mysqlnd_command_to_text[COM_END] = variable
|
Completed in 37 milliseconds