Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/
H A Dphp_pcre.c1378 } else if (count == PCRE2_ERROR_NOMATCH) { in php_pcre_match_impl()
1394 } else if (count == PCRE2_ERROR_NOMATCH) { in php_pcre_match_impl()
1757 } else if (count == PCRE2_ERROR_NOMATCH || limit == 0) { in php_pcre_replace_impl()
1773 } else if (count == PCRE2_ERROR_NOMATCH || limit == 0) { in php_pcre_replace_impl()
1966 } else if (count == PCRE2_ERROR_NOMATCH || limit == 0) { in php_pcre_replace_func_impl()
1982 } else if (count == PCRE2_ERROR_NOMATCH || limit == 0) { in php_pcre_replace_func_impl()
2628 } else if (count == PCRE2_ERROR_NOMATCH) { in php_pcre_split_impl()
2643 } else if (count == PCRE2_ERROR_NOMATCH) { in php_pcre_split_impl()
2921 } else if (count == PCRE2_ERROR_NOMATCH) { in php_pcre_grep_impl()
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c570 match_count = PCRE2_ERROR_NOMATCH; /* A negative number */ in internal_dfa_match()
2781 if (rc < 0 && rc != PCRE2_ERROR_NOMATCH) return rc; in internal_dfa_match()
2880 if (rc < 0 && rc != PCRE2_ERROR_NOMATCH) return rc; in internal_dfa_match()
2976 else if (rc != PCRE2_ERROR_NOMATCH) return rc; in internal_dfa_match()
3034 if (rc != PCRE2_ERROR_NOMATCH) return rc; in internal_dfa_match()
3187 else if (rc != PCRE2_ERROR_NOMATCH) return rc; in internal_dfa_match()
3265 match_count = PCRE2_ERROR_NOMATCH; in internal_dfa_match()
3990 if (rc != PCRE2_ERROR_NOMATCH || anchored) in pcre2_dfa_match()
4047 rc = PCRE2_ERROR_NOMATCH; in pcre2_dfa_match()
H A Dpcre2_substitute.c405 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.c5302 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in mainloop_entry()
13447 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in compile_backtrackingpath()
13977 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in jit_compile()
14046 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in jit_compile()
14123 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in jit_compile()
H A Dpcre2_match.c7533 else match_data->rc = PCRE2_ERROR_NOMATCH; in pcre2_match()
/PHP-8.3/ext/pgsql/
H A Dpgsql.c4480 if (res == PCRE2_ERROR_NOMATCH) { in php_pgsql_convert_match()

Completed in 102 milliseconds