Home
last modified time | relevance | path

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

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

Completed in 32 milliseconds