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

#include <pcre2_intmodedep.h>

Data Fields

pcre2_memctl memctl
 
const uint8_t * tables
 
voidexecutable_jit
 
uint8_t start_bitmap [32]
 
CODE_BLOCKSIZE_TYPE blocksize
 
uint32_t magic_number
 
uint32_t compile_options
 
uint32_t overall_options
 
uint32_t extra_options
 
uint32_t flags
 
uint32_t limit_heap
 
uint32_t limit_match
 
uint32_t limit_depth
 
uint32_t first_codeunit
 
uint32_t last_codeunit
 
uint16_t bsr_convention
 
uint16_t newline_convention
 
uint16_t max_lookbehind
 
uint16_t minlength
 
uint16_t top_bracket
 
uint16_t top_backref
 
uint16_t name_entry_size
 
uint16_t name_count
 

Detailed Description

Definition at line 620 of file pcre2_intmodedep.h.

Field Documentation

◆ blocksize

CODE_BLOCKSIZE_TYPE pcre2_real_code::blocksize

Definition at line 625 of file pcre2_intmodedep.h.

◆ bsr_convention

uint16_t pcre2_real_code::bsr_convention

Definition at line 636 of file pcre2_intmodedep.h.

◆ compile_options

uint32_t pcre2_real_code::compile_options

Definition at line 627 of file pcre2_intmodedep.h.

◆ executable_jit

void* pcre2_real_code::executable_jit

Definition at line 623 of file pcre2_intmodedep.h.

◆ extra_options

uint32_t pcre2_real_code::extra_options

Definition at line 629 of file pcre2_intmodedep.h.

◆ first_codeunit

uint32_t pcre2_real_code::first_codeunit

Definition at line 634 of file pcre2_intmodedep.h.

◆ flags

uint32_t pcre2_real_code::flags

Definition at line 630 of file pcre2_intmodedep.h.

◆ last_codeunit

uint32_t pcre2_real_code::last_codeunit

Definition at line 635 of file pcre2_intmodedep.h.

◆ limit_depth

uint32_t pcre2_real_code::limit_depth

Definition at line 633 of file pcre2_intmodedep.h.

◆ limit_heap

uint32_t pcre2_real_code::limit_heap

Definition at line 631 of file pcre2_intmodedep.h.

◆ limit_match

uint32_t pcre2_real_code::limit_match

Definition at line 632 of file pcre2_intmodedep.h.

◆ magic_number

uint32_t pcre2_real_code::magic_number

Definition at line 626 of file pcre2_intmodedep.h.

◆ max_lookbehind

uint16_t pcre2_real_code::max_lookbehind

Definition at line 638 of file pcre2_intmodedep.h.

◆ memctl

pcre2_memctl pcre2_real_code::memctl

Definition at line 621 of file pcre2_intmodedep.h.

◆ minlength

uint16_t pcre2_real_code::minlength

Definition at line 639 of file pcre2_intmodedep.h.

◆ name_count

uint16_t pcre2_real_code::name_count

Definition at line 643 of file pcre2_intmodedep.h.

◆ name_entry_size

uint16_t pcre2_real_code::name_entry_size

Definition at line 642 of file pcre2_intmodedep.h.

◆ newline_convention

uint16_t pcre2_real_code::newline_convention

Definition at line 637 of file pcre2_intmodedep.h.

◆ overall_options

uint32_t pcre2_real_code::overall_options

Definition at line 628 of file pcre2_intmodedep.h.

◆ start_bitmap

uint8_t pcre2_real_code::start_bitmap[32]

Definition at line 624 of file pcre2_intmodedep.h.

◆ tables

const uint8_t* pcre2_real_code::tables

Definition at line 622 of file pcre2_intmodedep.h.

◆ top_backref

uint16_t pcre2_real_code::top_backref

Definition at line 641 of file pcre2_intmodedep.h.

◆ top_bracket

uint16_t pcre2_real_code::top_bracket

Definition at line 640 of file pcre2_intmodedep.h.


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