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