Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/
H A Dphp_pcre.c1413 } else if (count == PCRE2_ERROR_NOMATCH) { in php_pcre_match_impl()
1429 } else if (count == PCRE2_ERROR_NOMATCH) { in php_pcre_match_impl()
1792 } else if (count == PCRE2_ERROR_NOMATCH || limit == 0) { in php_pcre_replace_impl()
1808 } else if (count == PCRE2_ERROR_NOMATCH || limit == 0) { in php_pcre_replace_impl()
2001 } else if (count == PCRE2_ERROR_NOMATCH || limit == 0) { in php_pcre_replace_func_impl()
2017 } else if (count == PCRE2_ERROR_NOMATCH || limit == 0) { in php_pcre_replace_func_impl()
2665 } else if (count == PCRE2_ERROR_NOMATCH) { in php_pcre_split_impl()
2680 } else if (count == PCRE2_ERROR_NOMATCH) { in php_pcre_split_impl()
2958 } else if (count == PCRE2_ERROR_NOMATCH) { in php_pcre_grep_impl()
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c570 match_count = PCRE2_ERROR_NOMATCH; /* A negative number */ in internal_dfa_match()
2724 if (rc < 0 && rc != PCRE2_ERROR_NOMATCH) return rc; in internal_dfa_match()
2823 if (rc < 0 && rc != PCRE2_ERROR_NOMATCH) return rc; in internal_dfa_match()
2919 else if (rc != PCRE2_ERROR_NOMATCH) return rc; in internal_dfa_match()
2977 if (rc != PCRE2_ERROR_NOMATCH) return rc; in internal_dfa_match()
3130 else if (rc != PCRE2_ERROR_NOMATCH) return rc; in internal_dfa_match()
3208 match_count = PCRE2_ERROR_NOMATCH; in internal_dfa_match()
3931 if (rc != PCRE2_ERROR_NOMATCH || anchored) in pcre2_dfa_match()
3988 rc = PCRE2_ERROR_NOMATCH; in pcre2_dfa_match()
H A Dpcre2_substitute.c383 if (rc != PCRE2_ERROR_NOMATCH) goto EXIT; in pcre2_substitute()
H A Dpcre2.h320 #define PCRE2_ERROR_NOMATCH (-1) macro
H A Dpcre2_jit_compile.c5228 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in mainloop_entry()
13216 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in compile_backtrackingpath()
13747 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in jit_compile()
13816 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in jit_compile()
13893 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in jit_compile()
H A Dpcre2_match.c7327 else match_data->rc = PCRE2_ERROR_NOMATCH; in pcre2_match()
/PHP-8.1/ext/pgsql/
H A Dpgsql.c4526 if (res == PCRE2_ERROR_NOMATCH) { in php_pgsql_convert_match()

Completed in 87 milliseconds