Home
last modified time | relevance | path

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

/PHP-8.0/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()
2660 } else if (count == PCRE2_ERROR_NOMATCH) { in php_pcre_split_impl()
2675 } else if (count == PCRE2_ERROR_NOMATCH) { in php_pcre_split_impl()
2953 } else if (count == PCRE2_ERROR_NOMATCH) { in php_pcre_grep_impl()
/PHP-8.0/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()
3912 if (rc != PCRE2_ERROR_NOMATCH || anchored) in pcre2_dfa_match()
3969 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.h318 #define PCRE2_ERROR_NOMATCH (-1) macro
H A Dpcre2_jit_compile.c5224 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in mainloop_entry()
13139 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in compile_backtrackingpath()
13668 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in jit_compile()
13737 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in jit_compile()
13814 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in jit_compile()
H A Dpcre2_match.c7300 else match_data->rc = PCRE2_ERROR_NOMATCH; in pcre2_match()
/PHP-8.0/ext/standard/
H A Dbrowscap.c613 if (PCRE2_ERROR_NOMATCH != rc) { in browser_reg_compare()
/PHP-8.0/ext/pgsql/
H A Dpgsql.c4520 if (res == PCRE2_ERROR_NOMATCH) { in php_pgsql_convert_match()

Completed in 110 milliseconds