Home
last modified time | relevance | path

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

/PHP-8.3/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.c537 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; \
905 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
2950 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
3203 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
5046 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
5940 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
5959 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
5969 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
6007 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
7419 (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()
3250 match_count = PCRE2_ERROR_PARTIAL; in internal_dfa_match()
3992 if (rc == PCRE2_ERROR_PARTIAL && match_data->oveccount > 0) in pcre2_dfa_match()
4013 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.c3464 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_PARTIAL); in return_with_partial_match()

Completed in 70 milliseconds