Searched refs:check_escape (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_substitute.c | 130 erc = PRIV(check_escape)(&ptr, ptrend, &ch, &errorcode, in find_text_end() 731 rc = PRIV(check_escape)(&ptr, repend, &ch, &errorcode, in pcre2_substitute()
|
D | pcre2_compile.c | 1824 PRIV(check_escape)(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, uint32_t *chptr, in PRIV() argument 3096 rc = PRIV(check_escape)(&ptr, cb->end_pattern, &x, errorcodeptr, options, in process_verb_name() 3319 escape = PRIV(check_escape)(&ptr, cb->end_pattern, &c, &errorcode, options, in scan_for_captures() 3404 escape = PRIV(check_escape)(&ptr, cb->end_pattern, &c, &errorcode, in scan_for_captures() 4553 escape = PRIV(check_escape)(&ptr, cb->end_pattern, &ec, errorcodeptr, in compile_branch() 4765 descape = PRIV(check_escape)(&ptr, cb->end_pattern, &d, in compile_branch() 7236 escape = PRIV(check_escape)(&ptr, cb->end_pattern, &ec, errorcodeptr, in compile_branch()
|