Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h859 typedef struct match_block { struct
860 pcre2_memctl memctl; /* For general use */
861 PCRE2_SIZE heap_limit; /* As it says */
862 uint32_t match_limit; /* As it says */
863 uint32_t match_limit_depth; /* As it says */
866 BOOL hasthen; /* Pattern contains (*THEN) */
867 BOOL allowemptypartial; /* Allow empty hard partial */
871 PCRE2_SIZE start_offset; /* The start offset value */
873 uint16_t partial; /* PARTIAL options */
874 uint16_t bsr_convention; /* \R interpretation */
[all …]
H A Dpcre2_internal.h1975 #define match_block PCRE2_SUFFIX(match_block_) macro

Completed in 32 milliseconds