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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_fullinfo.c185 *((int *)where) = (re->flags & PCRE_NOPARTIAL) == 0;
H A Dpcre_internal.h845 are in a 16-bit flags word. From release 8.00, PCRE_NOPARTIAL is unused, as
860 #define PCRE_NOPARTIAL 0x0200 /* can't use partial with this regex */ macro
H A Dpcre_exec.c6627 if (md->partial && (re->flags & PCRE_NOPARTIAL) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_fullinfo.c185 *((int *)where) = (re->flags & PCRE_NOPARTIAL) == 0;
H A Dpcre_internal.h845 are in a 16-bit flags word. From release 8.00, PCRE_NOPARTIAL is unused, as
860 #define PCRE_NOPARTIAL 0x0200 /* can't use partial with this regex */ macro
H A Dpcre_exec.c6627 if (md->partial && (re->flags & PCRE_NOPARTIAL) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_fullinfo.c185 *((int *)where) = (re->flags & PCRE_NOPARTIAL) == 0;
H A Dpcre_internal.h845 are in a 16-bit flags word. From release 8.00, PCRE_NOPARTIAL is unused, as
860 #define PCRE_NOPARTIAL 0x0200 /* can't use partial with this regex */ macro
H A Dpcre_exec.c6627 if (md->partial && (re->flags & PCRE_NOPARTIAL) != 0)

Completed in 217 milliseconds