Home
last modified time | relevance | path

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

/php-src/ext/pcre/
H A Dphp_pcre.c1383 } else if (count == PCRE2_ERROR_NOMATCH) { in php_pcre_match_impl()
1399 } else if (count == PCRE2_ERROR_NOMATCH) { in php_pcre_match_impl()
1789 } else if (count == PCRE2_ERROR_NOMATCH || limit == 0) { in php_pcre_replace_impl()
1805 } else if (count == PCRE2_ERROR_NOMATCH || limit == 0) { in php_pcre_replace_impl()
1984 } else if (count == PCRE2_ERROR_NOMATCH || limit == 0) { in php_pcre_replace_func_impl()
2000 } else if (count == PCRE2_ERROR_NOMATCH || limit == 0) { in php_pcre_replace_func_impl()
2682 } else if (count == PCRE2_ERROR_NOMATCH) { in php_pcre_split_impl()
2697 } else if (count == PCRE2_ERROR_NOMATCH) { in php_pcre_split_impl()
2976 } else if (count == PCRE2_ERROR_NOMATCH) { in php_pcre_grep_impl()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c572 match_count = PCRE2_ERROR_NOMATCH; /* A negative number */ in internal_dfa_match()
2828 if (rc < 0 && rc != PCRE2_ERROR_NOMATCH) return rc; in internal_dfa_match()
2927 if (rc < 0 && rc != PCRE2_ERROR_NOMATCH) return rc; in internal_dfa_match()
3028 else if (rc != PCRE2_ERROR_NOMATCH) return rc; in internal_dfa_match()
3086 if (rc != PCRE2_ERROR_NOMATCH) return rc; in internal_dfa_match()
3239 else if (rc != PCRE2_ERROR_NOMATCH) return rc; in internal_dfa_match()
3317 match_count = PCRE2_ERROR_NOMATCH; in internal_dfa_match()
4042 if (rc != PCRE2_ERROR_NOMATCH || anchored) in pcre2_dfa_match()
4100 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.h327 #define PCRE2_ERROR_NOMATCH (-1) macro
H A Dpcre2_jit_compile.c5454 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in mainloop_entry()
13896 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in compile_backtrackingpath()
14430 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in jit_compile()
14499 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in jit_compile()
14576 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in jit_compile()
H A Dpcre2_match.c7766 else match_data->rc = PCRE2_ERROR_NOMATCH; in pcre2_match()
/php-src/ext/pgsql/
H A Dpgsql.c4782 if (res == PCRE2_ERROR_NOMATCH) { in php_pgsql_convert_match()

Completed in 91 milliseconds