Home
last modified time | relevance | path

Searched refs:PCRE2_ERROR_PARTIAL (Results 1 – 6 of 6) sorted by relevance

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_substring.c320 if (count == PCRE2_ERROR_PARTIAL) in pcre2_substring_length_bynumber()
322 if (stringnumber > 0) return PCRE2_ERROR_PARTIAL; in pcre2_substring_length_bynumber()
H A Dpcre2_jit_match.c173 match_data->subject = (rc >= 0 || rc == PCRE2_ERROR_PARTIAL)? subject : NULL; in pcre2_jit_match()
H A Dpcre2_match.c529 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; \
890 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
2859 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
3112 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
4839 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
5733 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
5752 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
5762 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
5800 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
7208 (rc == MATCH_NOMATCH || rc == PCRE2_ERROR_PARTIAL)) in pcre2_match()
[all …]
H A Dpcre2_dfa_match.c970 return PCRE2_ERROR_PARTIAL; in internal_dfa_match()
1022 return PCRE2_ERROR_PARTIAL; in internal_dfa_match()
3193 match_count = PCRE2_ERROR_PARTIAL; in internal_dfa_match()
3933 if (rc == PCRE2_ERROR_PARTIAL && match_data->oveccount > 0) in pcre2_dfa_match()
3954 if (rc >= 0 || rc == PCRE2_ERROR_PARTIAL) match_data->subject = subject; in pcre2_dfa_match()
H A Dpcre2.h321 #define PCRE2_ERROR_PARTIAL (-2) macro
H A Dpcre2_jit_compile.c3390 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_PARTIAL); in return_with_partial_match()

Completed in 116 milliseconds