Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h844 typedef struct match_block { struct
845 pcre2_memctl memctl; /* For general use */
850 PCRE2_SIZE heap_limit; /* As it says */
851 uint32_t match_limit; /* As it says */
852 uint32_t match_limit_depth; /* As it says */
855 BOOL hasthen; /* Pattern contains (*THEN) */
856 BOOL allowemptypartial; /* Allow empty hard partial */
860 PCRE2_SIZE start_offset; /* The start offset value */
862 uint16_t partial; /* PARTIAL options */
863 uint16_t bsr_convention; /* \R interpretation */
[all …]
H A Dpcre2_internal.h1932 #define match_block PCRE2_SUFFIX(match_block_) macro

Completed in 26 milliseconds