Searched refs:PUTINC (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_intmodedep.h | 81 #undef PUTINC 547 #define PUTINC(a,n,d) PUT(a,n,d), a += LINK_SIZE macro
|
D | pcre2_compile.c | 6552 PUTINC(code, 0, 1 + LINK_SIZE); in compile_branch() 6554 PUTINC(code, 0, 1 + LINK_SIZE); in compile_branch() 7153 PUTINC(previous, 0, linkoffset); in compile_branch() 7254 PUTINC(code, 0, linkoffset); in compile_branch() 7272 PUTINC(code, 0, linkoffset); in compile_branch() 7351 PUTINC(code, 0, nlen); in compile_branch() 7624 PUTINC(code, 0, len); in compile_branch() 8062 PUTINC(code, 0, lookbehindlength); in compile_regex()
|