php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
mysqlnd_protocol_frame_codec.h File Reference

Go to the source code of this file.

Functions

PHPAPI MYSQLND_PFCmysqlnd_pfc_init (const bool persistent, MYSQLND_CLASS_METHODS_TYPE(mysqlnd_object_factory) *object_factory, MYSQLND_STATS *stats, MYSQLND_ERROR_INFO *error_info)
 
PHPAPI void mysqlnd_pfc_free (MYSQLND_PFC *const pfc, MYSQLND_STATS *stats, MYSQLND_ERROR_INFO *error_info)
 

Function Documentation

◆ mysqlnd_pfc_free()

PHPAPI void mysqlnd_pfc_free ( MYSQLND_PFC *const pfc,
MYSQLND_STATS * stats,
MYSQLND_ERROR_INFO * error_info )

Definition at line 512 of file mysqlnd_protocol_frame_codec.c.

◆ mysqlnd_pfc_init()

PHPAPI MYSQLND_PFC * mysqlnd_pfc_init ( const bool persistent,
MYSQLND_CLASS_METHODS_TYPE(mysqlnd_object_factory) * object_factory,
MYSQLND_STATS * stats,
MYSQLND_ERROR_INFO * error_info )

Definition at line 499 of file mysqlnd_protocol_frame_codec.c.