Home
last modified time | relevance | path

Searched defs:compile_block (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h719 typedef struct compile_block { struct
725 PCRE2_SPTR start_workspace; /* The start of working space */
727 PCRE2_SPTR start_pattern; /* The start of the pattern */
728 PCRE2_SPTR end_pattern; /* The end of the pattern */
729 PCRE2_UCHAR *name_table; /* The name/number table */
730 PCRE2_SIZE workspace_size; /* Size of workspace */
731 PCRE2_SIZE small_ref_offset[10]; /* Offsets for \1 to \9 */
732 PCRE2_SIZE erroroffset; /* Offset of error in pattern */
733 uint16_t names_found; /* Number of entries so far */
734 uint16_t name_entry_size; /* Size of each entry */
[all …]
H A Dpcre2_internal.h1973 #define compile_block PCRE2_SUFFIX(compile_block_) macro

Completed in 26 milliseconds