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

#include <base.h>

Data Fields

const lxb_encoding_data_tencoding_data
 
lxb_char_tbuffer_out
 
size_t buffer_length
 
size_t buffer_used
 
const lxb_char_treplace_to
 
size_t replace_len
 
unsigned state
 

Detailed Description

Definition at line 138 of file base.h.

Field Documentation

◆ buffer_length

size_t lxb_encoding_encode_t::buffer_length

Definition at line 143 of file base.h.

◆ buffer_out

lxb_char_t* lxb_encoding_encode_t::buffer_out

Definition at line 142 of file base.h.

◆ buffer_used

size_t lxb_encoding_encode_t::buffer_used

Definition at line 144 of file base.h.

◆ encoding_data

const lxb_encoding_data_t* lxb_encoding_encode_t::encoding_data

Definition at line 139 of file base.h.

◆ replace_len

size_t lxb_encoding_encode_t::replace_len

Definition at line 151 of file base.h.

◆ replace_to

const lxb_char_t* lxb_encoding_encode_t::replace_to

Definition at line 150 of file base.h.

◆ state

unsigned lxb_encoding_encode_t::state

Definition at line 153 of file base.h.


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