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()
3569 if ((match_data->flags & PCRE2_MD_COPIED_SUBJECT) != 0) in pcre2_dfa_match()3573 match_data->flags &= ~PCRE2_MD_COPIED_SUBJECT; in pcre2_dfa_match()3931 match_data->flags |= PCRE2_MD_COPIED_SUBJECT; in pcre2_dfa_match()
6254 if ((match_data->flags & PCRE2_MD_COPIED_SUBJECT) != 0) in pcre2_match()6258 match_data->flags &= ~PCRE2_MD_COPIED_SUBJECT; in pcre2_match()6356 match_data->flags |= PCRE2_MD_COPIED_SUBJECT; in pcre2_match()7272 match_data->flags |= PCRE2_MD_COPIED_SUBJECT; in pcre2_match()
543 #define PCRE2_MD_COPIED_SUBJECT 0x01u macro
7657 if ((FLD(match_data, flags) & PCRE2_MD_COPIED_SUBJECT) == 0) in process_data()