Searched refs:OVFLBIT (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_exec.c71 #define OVFLBIT 0x00010000 /* The bit that is set for overflow */ macro
1464 if (offset >= md->offset_max) md->capture_last |= OVFLBIT; else
1971 if (offset >= md->offset_max) md->capture_last |= OVFLBIT; else
7067 if (md->end_offset_top > arg_offset_max) md->capture_last |= OVFLBIT;
7075 rc = ((md->capture_last & OVFLBIT) != 0 &&

Completed in 42 milliseconds