Searched refs:PUTINC (Results 1 – 2 of 2) sorted by relevance
/PHP-7.1/ext/pcre/pcrelib/ |
H A D | pcre_compile.c | 6063 PUTINC(previous, 0, offset); in compile_branch() 6191 PUTINC(code, 0, offset); in compile_branch() 6229 PUTINC(code, 0, offset); in compile_branch() 6322 PUTINC(code, 0, nlen); in compile_branch() 6456 PUTINC(code, 0, len); in compile_branch() 6505 PUTINC(code, 0, len); in compile_branch() 7529 PUTINC(cd->hwm, 0, (int)(code + 1 - cd->start_code)); in compile_branch() 7809 PUTINC(code, 0, 1 + LINK_SIZE); in compile_branch() 7811 PUTINC(code, 0, 1 + LINK_SIZE); in compile_branch() 8347 PUTINC(code, 0, 0); in compile_regex()
|
H A D | pcre_internal.h | 528 #define PUTINC(a,n,d) PUT(a,n,d), a += LINK_SIZE macro
|
Completed in 30 milliseconds