st_mysqlnd_packet_rset_header 346 ext/mysqlnd/mysqlnd_structs.h struct st_mysqlnd_packet_rset_header; st_mysqlnd_packet_rset_header 363 ext/mysqlnd/mysqlnd_structs.h typedef struct st_mysqlnd_packet_rset_header * (*func_mysqlnd_protocol__get_rset_header_packet)(MYSQLND_PROTOCOL * const protocol, zend_bool persistent TSRMLS_DC); st_mysqlnd_packet_rset_header 2388 ext/mysqlnd/mysqlnd_wireprotocol.c static struct st_mysqlnd_packet_rset_header * st_mysqlnd_packet_rset_header 2391 ext/mysqlnd/mysqlnd_wireprotocol.c struct st_mysqlnd_packet_rset_header * packet = mnd_pecalloc(1, packet_methods[PROT_RSET_HEADER_PACKET].struct_size, persistent);