Home
last modified time | relevance | path

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

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

Completed in 20 milliseconds