Home
last modified time | relevance | path

Searched refs:ESC_p (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c544 -ESC_p, 0,
976 if (meta_arg == ESC_P || meta_arg == ESC_p) in show_parsed()
2646 uint32_t prop = ESC_p; in handle_escdsw()
3330 case ESC_p: in parse_regex()
3529 *parsed_pattern++ = META_ESCAPE + ESC_p; in parse_regex()
3860 case ESC_p: in parse_regex()
6244 case ESC_p: in compile_branch()
8137 if (meta_arg == ESC_P || meta_arg == ESC_p) in compile_branch()
8145 if (meta_arg == ESC_p && ptype == PT_ANY) in compile_branch()
8151 *code++ = (meta_arg == ESC_p)? OP_PROP : OP_NOTPROP; in compile_branch()
[all …]
H A Dpcre2_internal.h1362 ESC_W, ESC_w, ESC_N, ESC_dum, ESC_C, ESC_P, ESC_p, ESC_R, ESC_H, enumerator

Completed in 62 milliseconds