Searched refs:PUT2INC (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist/ |
D | pcre_compile.c | 5816 PUT2INC(code, 0, repeat_max); in compile_branch() 5834 PUT2INC(code, 0, repeat_max - 1); in compile_branch() 5844 PUT2INC(code, 0, repeat_min); in compile_branch() 5902 PUT2INC(code, 0, repeat_max); in compile_branch() 5956 PUT2INC(code, 0, repeat_min); in compile_branch() 5958 PUT2INC(code, 0, repeat_max); in compile_branch() 6608 PUT2INC(code, 0, oc->number); in compile_branch() 7355 PUT2INC(code, 0, index); in compile_branch() 7356 PUT2INC(code, 0, count); in compile_branch() 8004 PUT2INC(code, 0, recno); in compile_branch()
|
D | pcre_internal.h | 574 #define PUT2INC(a,n,d) PUT2(a,n,d), a += IMM2_SIZE macro
|