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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_fullinfo.c210 *((int *)where) = (re->flags & PCRE_NOPARTIAL) == 0;
H A Dpcre_internal.h1074 32-bit flags word. From release 8.00, PCRE_NOPARTIAL is unused, as the
1086 #define PCRE_NOPARTIAL 0x00000200 /* can't use partial with this regex */ macro
H A Dpcre_exec.c6652 if (md->partial && (re->flags & PCRE_NOPARTIAL) != 0)

Completed in 53 milliseconds