Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c367 rc = PCRE2_ERROR_BADOFFSET; in pcre2_substitute()
H A Dpcre2.h367 #define PCRE2_ERROR_BADOFFSET (-33) macro
H A Dpcre2_dfa_match.c3362 if (start_offset > length) return PCRE2_ERROR_BADOFFSET; in pcre2_dfa_match()
H A Dpcre2_match.c6391 if (start_offset > length) return PCRE2_ERROR_BADOFFSET; in pcre2_match()
/PHP-8.3/ext/pcre/
H A Dphp_pcre.c1213 pcre_handle_exec_error(PCRE2_ERROR_BADOFFSET); in php_pcre_match_impl()
1410 pcre_handle_exec_error(PCRE2_ERROR_BADOFFSET); in php_pcre_match_impl()

Completed in 58 milliseconds