Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c968 if (meta_arg < 10) in show_parsed()
976 if (meta_arg == ESC_P || meta_arg == ESC_p) in show_parsed()
5654 uint32_t meta, meta_arg; in compile_branch() local
8030 if (meta_arg < 10) offset = cb->small_ref_offset[meta_arg]; in compile_branch()
8056 cb->backref_map |= (meta_arg < 32)? (1u << meta_arg) : 1; in compile_branch()
8057 if (meta_arg > cb->top_backref) cb->top_backref = meta_arg; in compile_branch()
8120 if (meta_arg > ESC_b && meta_arg < ESC_Z) in compile_branch()
8137 if (meta_arg == ESC_P || meta_arg == ESC_p) in compile_branch()
8182 switch(meta_arg) in compile_branch()
8196 meta_arg = (meta_arg == ESC_B)? OP_NOT_UCP_WORD_BOUNDARY : in compile_branch()
[all …]

Completed in 29 milliseconds