Searched refs:check_escape (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_substitute.c | 132 erc = PRIV(check_escape)(&ptr, ptrend, &ch, &errorcode, in find_text_end() 853 rc = PRIV(check_escape)(&ptr, repend, &ch, &errorcode, in pcre2_substitute()
|
H A D | pcre2_compile.c | 1551 PRIV(check_escape)(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, uint32_t *chptr, in PRIV() argument 3006 escape = PRIV(check_escape)(&ptr, ptrend, &c, &errorcode, options, in parse_regex() 3206 escape = PRIV(check_escape)(&ptr, ptrend, &c, &errorcode, options, in parse_regex() 3774 escape = PRIV(check_escape)(&ptr, ptrend, &c, &errorcode, options, in parse_regex()
|
Completed in 25 milliseconds