Searched refs:PCRE_NOPARTIAL (Results 1 – 3 of 3) sorted by relevance
210 *((int *)where) = (re->flags & PCRE_NOPARTIAL) == 0; in pcre_fullinfo()
1086 #define PCRE_NOPARTIAL 0x00000200 /* can't use partial with this regex */ macro
6652 if (md->partial && (re->flags & PCRE_NOPARTIAL) != 0) in pcre_exec()