Lines Matching refs:PCRE2_ERROR_PARTIAL
529 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; \
888 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
2857 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
3110 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
3623 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
3751 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
4191 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
4440 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
4837 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
5731 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
5750 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
5760 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
5798 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
7182 (rc == MATCH_NOMATCH || rc == PCRE2_ERROR_PARTIAL)) in pcre2_match()
7280 if (rc != MATCH_NOMATCH && rc != PCRE2_ERROR_PARTIAL) match_data->rc = rc; in pcre2_match()
7295 match_data->rc = PCRE2_ERROR_PARTIAL; in pcre2_match()