Searched refs:maxcapcount (Results 1 – 1 of 1) sorted by relevance
7332 uint32_t maxcapcount; in process_data() local7339 if (pattern_info(PCRE2_INFO_CAPTURECOUNT, &maxcapcount, FALSE) < 0) in process_data()7341 capcount = maxcapcount + 1; /* Allow for full match */ in process_data()