Searched defs:match_block (Results 1 – 2 of 2) sorted by relevance
775 typedef struct match_block { struct776 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 …]
1902 #define match_block PCRE2_SUFFIX(match_block_) macro