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.c967 if (meta_arg < 10) in show_parsed()
975 if (meta_arg == ESC_P || meta_arg == ESC_p) in show_parsed()
5653 uint32_t meta, meta_arg; in compile_branch() local
8028 if (meta_arg < 10) offset = cb->small_ref_offset[meta_arg]; in compile_branch()
8054 cb->backref_map |= (meta_arg < 32)? (1u << meta_arg) : 1; in compile_branch()
8055 if (meta_arg > cb->top_backref) cb->top_backref = meta_arg; in compile_branch()
8118 if (meta_arg > ESC_b && meta_arg < ESC_Z) in compile_branch()
8135 if (meta_arg == ESC_P || meta_arg == ESC_p) in compile_branch()
8180 switch(meta_arg) in compile_branch()
8194 meta_arg = (meta_arg == ESC_B)? OP_NOT_UCP_WORD_BOUNDARY : in compile_branch()
[all …]

Completed in 38 milliseconds