st_mysqlnd_packet_command  353 ext/mysqlnd/mysqlnd_structs.h struct st_mysqlnd_packet_command;
st_mysqlnd_packet_command  370 ext/mysqlnd/mysqlnd_structs.h typedef struct st_mysqlnd_packet_command *		(*func_mysqlnd_protocol__get_command_packet)(MYSQLND_PROTOCOL * const protocol, zend_bool persistent);
st_mysqlnd_packet_command 2396 ext/mysqlnd/mysqlnd_wireprotocol.c static struct st_mysqlnd_packet_command *
st_mysqlnd_packet_command 2399 ext/mysqlnd/mysqlnd_wireprotocol.c 	struct st_mysqlnd_packet_command * packet = mnd_pecalloc(1, packet_methods[PROT_CMD_PACKET].struct_size, persistent);