Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_fullinfo.c210 *((int *)where) = (re->flags & PCRE_NOPARTIAL) == 0; in pcre_fullinfo()
H A Dpcre_internal.h1139 #define PCRE_NOPARTIAL 0x0200 /* can't use partial with this regex */ macro
H A Dpcre_exec.c6525 if (md->partial && (re->flags & PCRE_NOPARTIAL) != 0) in pcre_exec()

Completed in 48 milliseconds