Searched refs:PUT2INC (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_intmodedep.h | 78 #undef PUT2INC 543 #define PUT2INC(a,n,d) PUT2(a,n,d), a += IMM2_SIZE macro
|
D | pcre2_compile.c | 5282 PUT2INC(code, 0, repeat_max); in compile_branch() 5300 PUT2INC(code, 0, repeat_max - 1); in compile_branch() 5310 PUT2INC(code, 0, repeat_min); in compile_branch() 5350 PUT2INC(code, 0, repeat_max); in compile_branch() 5401 PUT2INC(code, 0, repeat_min); in compile_branch() 5403 PUT2INC(code, 0, repeat_max); in compile_branch() 5973 PUT2INC(code, 0, oc->number); in compile_branch() 6800 PUT2INC(code, 0, index); in compile_branch() 6801 PUT2INC(code, 0, count); in compile_branch() 7342 PUT2INC(code, 0, recno); in compile_branch()
|