Searched refs:PUT2 (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_intmodedep.h | 78 #undef PUT2 195 #define PUT2(a,n,d) a[n] = (d) >> 8, a[(n)+1] = (d) & 255 macro 200 #define PUT2(a,n,d) a[n] = d macro 548 #define PUT2INC(a,n,d) PUT2(a,n,d), a += IMM2_SIZE
|
H A D | pcre2_compile.c | 6361 PUT2(code, 2+LINK_SIZE, ng->number); in compile_branch() 6404 PUT2(code, 2+LINK_SIZE, groupnumber); in compile_branch() 6427 PUT2(code, 2+LINK_SIZE, index); in compile_branch() 6428 PUT2(code, 2+LINK_SIZE+IMM2_SIZE, count); in compile_branch() 6459 PUT2(code, 2+LINK_SIZE, groupnumber); in compile_branch() 7837 PUT2(code, 1+LINK_SIZE, meta_arg); in compile_branch() 8913 PUT2(slot, 0, groupno); in add_name_to_table()
|
Completed in 127 milliseconds