Searched refs:PCRE2_MD_COPIED_SUBJECT (Results 1 – 5 of 5) sorted by relevance
98 if ((match_data->flags & PCRE2_MD_COPIED_SUBJECT) != 0) in pcre2_match_data_free()
3537 if ((match_data->flags & PCRE2_MD_COPIED_SUBJECT) != 0) in pcre2_dfa_match()3541 match_data->flags &= ~PCRE2_MD_COPIED_SUBJECT; in pcre2_dfa_match()3850 match_data->flags |= PCRE2_MD_COPIED_SUBJECT; in pcre2_dfa_match()
6180 if ((match_data->flags & PCRE2_MD_COPIED_SUBJECT) != 0) in pcre2_match()6184 match_data->flags &= ~PCRE2_MD_COPIED_SUBJECT; in pcre2_match()6208 match_data->flags |= PCRE2_MD_COPIED_SUBJECT; in pcre2_match()6874 match_data->flags |= PCRE2_MD_COPIED_SUBJECT; in pcre2_match()
542 #define PCRE2_MD_COPIED_SUBJECT 0x01u macro
7553 if ((FLD(match_data, flags) & PCRE2_MD_COPIED_SUBJECT) == 0) in process_data()