Searched refs:PUT2INC (Results 1 – 2 of 2) sorted by relevance
/third_party/pcre2/pcre2/src/ |
D | pcre2_intmodedep.h | 79 #undef PUT2INC 548 #define PUT2INC(a,n,d) PUT2(a,n,d), a += IMM2_SIZE macro
|
D | pcre2_compile.c | 6244 PUT2INC(code, 0, oc->number); in compile_branch() 6827 PUT2INC(code, 0, index); in compile_branch() 6828 PUT2INC(code, 0, count); in compile_branch() 7072 PUT2INC(code, 0, repeat_min); in compile_branch() 7074 PUT2INC(code, 0, repeat_max); in compile_branch() 7555 PUT2INC(code, 0, repeat_max); in compile_branch() 7573 PUT2INC(code, 0, repeat_max - 1); in compile_branch() 7583 PUT2INC(code, 0, repeat_min); in compile_branch() 7621 PUT2INC(code, 0, repeat_max); in compile_branch() 7788 PUT2INC(code, 0, meta_arg); in compile_branch()
|