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

Data Fields

char * buffer
 
char * buf_begin
 
int bufsize
 
int bytes_in_buffer
 
char * boundary
 
char * boundary_next
 
int boundary_next_len
 
const zend_encodinginput_encoding
 
const zend_encoding ** detect_order
 
size_t detect_order_size
 

Detailed Description

Definition at line 186 of file rfc1867.c.

Field Documentation

◆ boundary

char* multipart_buffer::boundary

Definition at line 195 of file rfc1867.c.

◆ boundary_next

char* multipart_buffer::boundary_next

Definition at line 196 of file rfc1867.c.

◆ boundary_next_len

int multipart_buffer::boundary_next_len

Definition at line 197 of file rfc1867.c.

◆ buf_begin

char* multipart_buffer::buf_begin

Definition at line 190 of file rfc1867.c.

◆ buffer

char* multipart_buffer::buffer

Definition at line 189 of file rfc1867.c.

◆ bufsize

int multipart_buffer::bufsize

Definition at line 191 of file rfc1867.c.

◆ bytes_in_buffer

int multipart_buffer::bytes_in_buffer

Definition at line 192 of file rfc1867.c.

◆ detect_order

const zend_encoding** multipart_buffer::detect_order

Definition at line 200 of file rfc1867.c.

◆ detect_order_size

size_t multipart_buffer::detect_order_size

Definition at line 201 of file rfc1867.c.

◆ input_encoding

const zend_encoding* multipart_buffer::input_encoding

Definition at line 199 of file rfc1867.c.


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