Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_substring.c321 if (count == PCRE2_ERROR_PARTIAL) in pcre2_substring_length_bynumber()
323 if (stringnumber > 0) return PCRE2_ERROR_PARTIAL; in pcre2_substring_length_bynumber()
H A Dpcre2_jit_match.c179 match_data->subject = (rc >= 0 || rc == PCRE2_ERROR_PARTIAL)? subject : NULL; in pcre2_jit_match()
H A Dpcre2_match.c542 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; \
956 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
3021 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
3274 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
5139 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
6159 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
6178 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
6188 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
6226 if (mb->partial > 1) return PCRE2_ERROR_PARTIAL; in match()
7648 (rc == MATCH_NOMATCH || rc == PCRE2_ERROR_PARTIAL)) in pcre2_match()
[all …]
H A Dpcre2_dfa_match.c972 return PCRE2_ERROR_PARTIAL; in internal_dfa_match()
1024 return PCRE2_ERROR_PARTIAL; in internal_dfa_match()
3302 match_count = PCRE2_ERROR_PARTIAL; in internal_dfa_match()
4044 if (rc == PCRE2_ERROR_PARTIAL && match_data->oveccount > 0) in pcre2_dfa_match()
4066 if (rc >= 0 || rc == PCRE2_ERROR_PARTIAL) match_data->subject = subject; in pcre2_dfa_match()
H A Dpcre2.h328 #define PCRE2_ERROR_PARTIAL (-2) macro
H A Dpcre2_jit_compile.c3584 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_PARTIAL); in return_with_partial_match()

Completed in 67 milliseconds