Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_intmodedep.h775 typedef struct match_block { struct
776 pcre2_memctl memctl; /* For general use */
778 pcre2_memctl stack_memctl; /* For "stack" frames */
780 uint32_t match_call_count; /* As it says */
781 uint32_t match_limit; /* As it says */
782 uint32_t match_limit_recursion; /* As it says */
783 BOOL hitend; /* Hit the end of the subject at some point */
784 BOOL hasthen; /* Pattern contains (*THEN) */
785 const uint8_t *lcc; /* Points to lower casing table */
786 const uint8_t *fcc; /* Points to case-flipping table */
[all …]
Dpcre2_internal.h1902 #define match_block PCRE2_SUFFIX(match_block_) macro