php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
st_mysqlnd_packet_methods Struct Reference

#include <mysqlnd_wireprotocol.h>

Data Fields

enum_func_status(* read_from_net )(MYSQLND_CONN_DATA *conn, void *packet)
 
size_t(* write_to_net )(MYSQLND_CONN_DATA *conn, void *packet)
 
void(* free_mem )(void *packet)
 

Detailed Description

Definition at line 45 of file mysqlnd_wireprotocol.h.

Field Documentation

◆ free_mem

void(* st_mysqlnd_packet_methods::free_mem) (void *packet)

Definition at line 48 of file mysqlnd_wireprotocol.h.

◆ read_from_net

enum_func_status(* st_mysqlnd_packet_methods::read_from_net) (MYSQLND_CONN_DATA *conn, void *packet)

Definition at line 46 of file mysqlnd_wireprotocol.h.

◆ write_to_net

size_t(* st_mysqlnd_packet_methods::write_to_net) (MYSQLND_CONN_DATA *conn, void *packet)

Definition at line 47 of file mysqlnd_wireprotocol.h.


The documentation for this struct was generated from the following file: