st_mysqlnd_packet_command 344 ext/mysqlnd/mysqlnd_structs.h struct st_mysqlnd_packet_command; st_mysqlnd_packet_command 361 ext/mysqlnd/mysqlnd_structs.h typedef struct st_mysqlnd_packet_command * (*func_mysqlnd_protocol__get_command_packet)(MYSQLND_PROTOCOL * const protocol, zend_bool persistent TSRMLS_DC); st_mysqlnd_packet_command 2375 ext/mysqlnd/mysqlnd_wireprotocol.c static struct st_mysqlnd_packet_command * st_mysqlnd_packet_command 2378 ext/mysqlnd/mysqlnd_wireprotocol.c struct st_mysqlnd_packet_command * packet = mnd_pecalloc(1, packet_methods[PROT_CMD_PACKET].struct_size, persistent);