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

/forgerock/web-agents-v4/pcre/
H A Dpcre_fullinfo.c210 *((int *)where) = (re->flags & PCRE_NOPARTIAL) == 0;
H A Dpcre_internal.h1073 32-bit flags word. From release 8.00, PCRE_NOPARTIAL is unused, as the
1085 #define PCRE_NOPARTIAL 0x00000200 /* can't use partial with this regex */ macro
H A Dpcre_exec.c6640 if (md->partial && (re->flags & PCRE_NOPARTIAL) != 0)

Completed in 59 milliseconds