Home
last modified time | relevance | path

Searched refs:PCRE2_ERROR_NOMATCH (Results 1 – 8 of 8) sorted by relevance

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c558 match_count = PCRE2_ERROR_NOMATCH; /* A negative number */ in internal_dfa_match()
2710 if (rc < 0 && rc != PCRE2_ERROR_NOMATCH) return rc; in internal_dfa_match()
2809 if (rc < 0 && rc != PCRE2_ERROR_NOMATCH) return rc; in internal_dfa_match()
2905 else if (rc != PCRE2_ERROR_NOMATCH) return rc; in internal_dfa_match()
2963 if (rc != PCRE2_ERROR_NOMATCH) return rc; in internal_dfa_match()
3116 else if (rc != PCRE2_ERROR_NOMATCH) return rc; in internal_dfa_match()
3192 match_count = PCRE2_ERROR_NOMATCH; in internal_dfa_match()
3808 if (rc != PCRE2_ERROR_NOMATCH || anchored) in pcre2_dfa_match()
3851 rc = PCRE2_ERROR_NOMATCH; in pcre2_dfa_match()
H A Dpcre2_substitute.c326 if (rc != PCRE2_ERROR_NOMATCH) goto EXIT; in pcre2_substitute()
H A Dpcre2.h325 #define PCRE2_ERROR_NOMATCH (-1) macro
H A Dpcre2_jit_compile.c3766 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in mainloop_entry()
11770 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in compile_backtrackingpath()
12289 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in jit_compile()
12356 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in jit_compile()
12433 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in jit_compile()
H A Dpcre2_match.c6855 else match_data->rc = PCRE2_ERROR_NOMATCH; in pcre2_match()
/PHP-7.3/ext/pcre/
H A Dphp_pcre.c1352 } else if (count == PCRE2_ERROR_NOMATCH) { in php_pcre_match_impl()
1368 } else if (count == PCRE2_ERROR_NOMATCH) { in php_pcre_match_impl()
1743 } else if (count == PCRE2_ERROR_NOMATCH || limit == 0) { in php_pcre_replace_impl()
1759 } else if (count == PCRE2_ERROR_NOMATCH || limit == 0) { in php_pcre_replace_impl()
1953 } else if (count == PCRE2_ERROR_NOMATCH || limit == 0) { in php_pcre_replace_func_impl()
1969 } else if (count == PCRE2_ERROR_NOMATCH || limit == 0) { in php_pcre_replace_func_impl()
2619 } else if (count == PCRE2_ERROR_NOMATCH) { in php_pcre_split_impl()
2634 } else if (count == PCRE2_ERROR_NOMATCH) { in php_pcre_split_impl()
2914 } else if (count == PCRE2_ERROR_NOMATCH) { in php_pcre_grep_impl()
/PHP-7.3/ext/standard/
H A Dbrowscap.c638 if (PCRE2_ERROR_NOMATCH != rc) { in browser_reg_compare()
/PHP-7.3/ext/pgsql/
H A Dpgsql.c5796 if (res == PCRE2_ERROR_NOMATCH) {

Completed in 96 milliseconds