Home
last modified time | relevance | path

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

/PHP-8.0/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; \
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()
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()
[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()
3914 if (rc == PCRE2_ERROR_PARTIAL && match_data->oveccount > 0) in pcre2_dfa_match()
3935 if (rc >= 0 || rc == PCRE2_ERROR_PARTIAL) match_data->subject = subject; in pcre2_dfa_match()
H A Dpcre2.h319 #define PCRE2_ERROR_PARTIAL (-2) macro
H A Dpcre2_jit_compile.c3394 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_PARTIAL); in return_with_partial_match()

Completed in 53 milliseconds