Home
last modified time | relevance | path

Searched refs:PCRE2_ERROR_BADOFFSET (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c345 rc = PCRE2_ERROR_BADOFFSET; in pcre2_substitute()
H A Dpcre2.h365 #define PCRE2_ERROR_BADOFFSET (-33) macro
H A Dpcre2_dfa_match.c3303 if (start_offset > length) return PCRE2_ERROR_BADOFFSET; in pcre2_dfa_match()
H A Dpcre2_match.c6186 if (start_offset > length) return PCRE2_ERROR_BADOFFSET; in pcre2_match()
/PHP-8.0/ext/pcre/
H A Dphp_pcre.c1248 pcre_handle_exec_error(PCRE2_ERROR_BADOFFSET); in php_pcre_match_impl()
1445 pcre_handle_exec_error(PCRE2_ERROR_BADOFFSET); in php_pcre_match_impl()

Completed in 53 milliseconds