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

#include <php_zlib.h>

Data Fields

char * data
 
char * aptr
 
size_t used
 
size_t free
 
size_t size
 

Detailed Description

Definition at line 36 of file php_zlib.h.

Field Documentation

◆ aptr

char* _php_zlib_buffer::aptr

Definition at line 38 of file php_zlib.h.

◆ data

char* _php_zlib_buffer::data

Definition at line 37 of file php_zlib.h.

◆ free

size_t _php_zlib_buffer::free

Definition at line 40 of file php_zlib.h.

◆ size

size_t _php_zlib_buffer::size

Definition at line 41 of file php_zlib.h.

◆ used

size_t _php_zlib_buffer::used

Definition at line 39 of file php_zlib.h.


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