st_mysqlnd_packet_rset_header  355 ext/mysqlnd/mysqlnd_structs.h struct st_mysqlnd_packet_rset_header;
st_mysqlnd_packet_rset_header  372 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);
st_mysqlnd_packet_rset_header 2411 ext/mysqlnd/mysqlnd_wireprotocol.c static struct st_mysqlnd_packet_rset_header *
st_mysqlnd_packet_rset_header 2414 ext/mysqlnd/mysqlnd_wireprotocol.c 	struct st_mysqlnd_packet_rset_header * packet = mnd_pecalloc(1, packet_methods[PROT_RSET_HEADER_PACKET].struct_size, persistent);