PCRE_FIRSTSET 6445 pcre/pcre_compile.cpp re->options |= PCRE_FIRSTSET; PCRE_FIRSTSET 6475 pcre/pcre_compile.cpp if ((re->options & PCRE_FIRSTSET) != 0) PCRE_FIRSTSET 2658 pcre/pcre_dfa_exec.cpp if ((re->options & PCRE_FIRSTSET) != 0) PCRE_FIRSTSET 4747 pcre/pcre_exec.cpp if ((re->options & PCRE_FIRSTSET) != 0) PCRE_FIRSTSET 113 pcre/pcre_fullinfo.cpp ((re->options & PCRE_FIRSTSET) != 0)? re->first_byte : PCRE_FIRSTSET 88 pcre/pcre_info.cpp *first_byte = ((re->options & PCRE_FIRSTSET) != 0)? re->first_byte : PCRE_FIRSTSET 533 pcre/pcre_study.cpp if ((re->options & (PCRE_ANCHORED|PCRE_FIRSTSET|PCRE_STARTLINE)) != 0)