Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c367 rc = PCRE2_ERROR_BADOFFSET; in pcre2_substitute()
H A Dpcre2.h374 #define PCRE2_ERROR_BADOFFSET (-33) macro
H A Dpcre2_dfa_match.c3414 if (start_offset > length) return PCRE2_ERROR_BADOFFSET; in pcre2_dfa_match()
H A Dpcre2_match.c6610 if (start_offset > length) return PCRE2_ERROR_BADOFFSET; in pcre2_match()
/php-src/ext/pcre/
H A Dphp_pcre.c1203 pcre_handle_exec_error(PCRE2_ERROR_BADOFFSET); in php_pcre_match_impl()
1404 pcre_handle_exec_error(PCRE2_ERROR_BADOFFSET); in php_pcre_match_impl()

Completed in 53 milliseconds