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

#include <rfc1867.h>

Data Fields

size_t post_bytes_processed
 
zend_off_t offset
 
char * data
 
size_t length
 
size_t * newlength
 

Detailed Description

Definition at line 58 of file rfc1867.h.

Field Documentation

◆ data

char* _multipart_event_file_data::data

Definition at line 61 of file rfc1867.h.

◆ length

size_t _multipart_event_file_data::length

Definition at line 62 of file rfc1867.h.

◆ newlength

size_t* _multipart_event_file_data::newlength

Definition at line 63 of file rfc1867.h.

◆ offset

zend_off_t _multipart_event_file_data::offset

Definition at line 60 of file rfc1867.h.

◆ post_bytes_processed

size_t _multipart_event_file_data::post_bytes_processed

Definition at line 59 of file rfc1867.h.


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