Searched refs:OVFLBIT (Results 1 – 1 of 1) sorted by relevance
76 #define OVFLBIT 0x00010000 /* The bit that is set for overflow */ macro1494 if (offset >= mb->offset_max) mb->capture_last |= OVFLBIT; else in match()2041 if (offset >= mb->offset_max) mb->capture_last |= OVFLBIT; else in match()7157 if (mb->end_offset_top > arg_offset_max) mb->capture_last |= OVFLBIT; in pcre2_match()7164 match_data->rc = ((mb->capture_last & OVFLBIT) != 0)? in pcre2_match()