Searched refs:PUTINC (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist/ |
D | pcre_compile.c | 5962 PUTINC(previous, 0, offset); in compile_branch() 6091 PUTINC(code, 0, offset); in compile_branch() 6130 PUTINC(code, 0, offset); in compile_branch() 6217 PUTINC(code, 0, nlen); in compile_branch() 6351 PUTINC(code, 0, len); in compile_branch() 6400 PUTINC(code, 0, len); in compile_branch() 7327 PUTINC(cd->hwm, 0, (int)(code + 1 - cd->start_code)); in compile_branch() 7593 PUTINC(code, 0, 1 + LINK_SIZE); in compile_branch() 7595 PUTINC(code, 0, 1 + LINK_SIZE); in compile_branch() 8124 PUTINC(code, 0, 0); in compile_regex()
|
D | pcre_internal.h | 528 #define PUTINC(a,n,d) PUT(a,n,d), a += LINK_SIZE macro
|