PCRE_MLSET       9123 ext/pcre/pcrelib/pcre_compile.c       cd->external_flags |= PCRE_MLSET;
PCRE_MLSET       6528 ext/pcre/pcrelib/pcre_exec.c if ((re->flags & PCRE_MLSET) != 0 && re->limit_match < md->match_limit)
PCRE_MLSET        224 ext/pcre/pcrelib/pcre_fullinfo.c   if ((re->flags & PCRE_MLSET) == 0) return PCRE_ERROR_UNSET;
PCRE_MLSET       10382 ext/pcre/pcrelib/pcre_jit_compile.c   functions->limit_match = (re->flags & PCRE_MLSET) != 0 ? re->limit_match : 0;