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

#include <pcre2_intmodedep.h>

Data Fields

pcre2_memctl memctl
 
const pcre2_real_codecode
 
PCRE2_SPTR subject
 
PCRE2_SPTR mark
 
struct heapframeheapframes
 
PCRE2_SIZE heapframes_size
 
PCRE2_SIZE subject_length
 
PCRE2_SIZE leftchar
 
PCRE2_SIZE rightchar
 
PCRE2_SIZE startchar
 
uint8_t matchedby
 
uint8_t flags
 
uint16_t oveccount
 
int rc
 
PCRE2_SIZE ovector [131072]
 

Detailed Description

Definition at line 656 of file pcre2_intmodedep.h.

Field Documentation

◆ code

const pcre2_real_code* pcre2_real_match_data::code

Definition at line 658 of file pcre2_intmodedep.h.

◆ flags

uint8_t pcre2_real_match_data::flags

Definition at line 668 of file pcre2_intmodedep.h.

◆ heapframes

struct heapframe* pcre2_real_match_data::heapframes

Definition at line 661 of file pcre2_intmodedep.h.

◆ heapframes_size

PCRE2_SIZE pcre2_real_match_data::heapframes_size

Definition at line 662 of file pcre2_intmodedep.h.

◆ leftchar

PCRE2_SIZE pcre2_real_match_data::leftchar

Definition at line 664 of file pcre2_intmodedep.h.

◆ mark

PCRE2_SPTR pcre2_real_match_data::mark

Definition at line 660 of file pcre2_intmodedep.h.

◆ matchedby

uint8_t pcre2_real_match_data::matchedby

Definition at line 667 of file pcre2_intmodedep.h.

◆ memctl

pcre2_memctl pcre2_real_match_data::memctl

Definition at line 657 of file pcre2_intmodedep.h.

◆ oveccount

uint16_t pcre2_real_match_data::oveccount

Definition at line 669 of file pcre2_intmodedep.h.

◆ ovector

PCRE2_SIZE pcre2_real_match_data::ovector[131072]

Definition at line 671 of file pcre2_intmodedep.h.

◆ rc

int pcre2_real_match_data::rc

Definition at line 670 of file pcre2_intmodedep.h.

◆ rightchar

PCRE2_SIZE pcre2_real_match_data::rightchar

Definition at line 665 of file pcre2_intmodedep.h.

◆ startchar

PCRE2_SIZE pcre2_real_match_data::startchar

Definition at line 666 of file pcre2_intmodedep.h.

◆ subject

PCRE2_SPTR pcre2_real_match_data::subject

Definition at line 659 of file pcre2_intmodedep.h.

◆ subject_length

PCRE2_SIZE pcre2_real_match_data::subject_length

Definition at line 663 of file pcre2_intmodedep.h.


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