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

Data Fields

PCRE2_UCHARoutput
 
PCRE2_SPTR output_end
 
PCRE2_SIZE output_size
 
uint8_t out_str [8]
 

Detailed Description

Definition at line 368 of file pcre2_convert.c.

Field Documentation

◆ out_str

uint8_t pcre2_output_context::out_str[8]

Definition at line 372 of file pcre2_convert.c.

◆ output

PCRE2_UCHAR* pcre2_output_context::output

Definition at line 369 of file pcre2_convert.c.

◆ output_end

PCRE2_SPTR pcre2_output_context::output_end

Definition at line 370 of file pcre2_convert.c.

◆ output_size

PCRE2_SIZE pcre2_output_context::output_size

Definition at line 371 of file pcre2_convert.c.


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