Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_fullinfo.c210 *((int *)where) = (re->flags & PCRE_NOPARTIAL) == 0; in pcre_fullinfo()
H A Dpcre_internal.h1090 #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) in pcre_exec()

Completed in 40 milliseconds