Searched defs:match_block (Results 1 – 2 of 2) sorted by relevance
859 typedef struct match_block { struct860 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 */864 uint32_t match_call_count; /* Number of times a new frame is created */865 BOOL hitend; /* Hit the end of the subject at some point */866 BOOL hasthen; /* Pattern contains (*THEN) */867 BOOL allowemptypartial; /* Allow empty hard partial */868 const uint8_t *lcc; /* Points to lower casing table */[all …]
1975 #define match_block PCRE2_SUFFIX(match_block_) macro