php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <pcre2_intmodedep.h>
Data Fields | |
pcre2_memctl | memctl |
const pcre2_real_code * | code |
PCRE2_SPTR | subject |
PCRE2_SPTR | mark |
struct heapframe * | heapframes |
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] |
Definition at line 656 of file pcre2_intmodedep.h.
const pcre2_real_code* pcre2_real_match_data::code |
Definition at line 658 of file pcre2_intmodedep.h.
uint8_t pcre2_real_match_data::flags |
Definition at line 668 of file pcre2_intmodedep.h.
struct heapframe* pcre2_real_match_data::heapframes |
Definition at line 661 of file pcre2_intmodedep.h.
PCRE2_SIZE pcre2_real_match_data::heapframes_size |
Definition at line 662 of file pcre2_intmodedep.h.
PCRE2_SIZE pcre2_real_match_data::leftchar |
Definition at line 664 of file pcre2_intmodedep.h.
PCRE2_SPTR pcre2_real_match_data::mark |
Definition at line 660 of file pcre2_intmodedep.h.
uint8_t pcre2_real_match_data::matchedby |
Definition at line 667 of file pcre2_intmodedep.h.
pcre2_memctl pcre2_real_match_data::memctl |
Definition at line 657 of file pcre2_intmodedep.h.
uint16_t pcre2_real_match_data::oveccount |
Definition at line 669 of file pcre2_intmodedep.h.
PCRE2_SIZE pcre2_real_match_data::ovector[131072] |
Definition at line 671 of file pcre2_intmodedep.h.
int pcre2_real_match_data::rc |
Definition at line 670 of file pcre2_intmodedep.h.
PCRE2_SIZE pcre2_real_match_data::rightchar |
Definition at line 665 of file pcre2_intmodedep.h.
PCRE2_SIZE pcre2_real_match_data::startchar |
Definition at line 666 of file pcre2_intmodedep.h.
PCRE2_SPTR pcre2_real_match_data::subject |
Definition at line 659 of file pcre2_intmodedep.h.
PCRE2_SIZE pcre2_real_match_data::subject_length |
Definition at line 663 of file pcre2_intmodedep.h.