Home
last modified time | relevance | path

Searched refs:PUT2 (Results 1 – 2 of 2) sorted by relevance

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h78 #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 Dpcre2_compile.c6271 PUT2(code, 2+LINK_SIZE, ng->number); in compile_branch()
6314 PUT2(code, 2+LINK_SIZE, groupnumber); in compile_branch()
6337 PUT2(code, 2+LINK_SIZE, index); in compile_branch()
6338 PUT2(code, 2+LINK_SIZE+IMM2_SIZE, count); in compile_branch()
6369 PUT2(code, 2+LINK_SIZE, groupnumber); in compile_branch()
7742 PUT2(code, 1+LINK_SIZE, meta_arg); in compile_branch()
8819 PUT2(slot, 0, groupno); in add_name_to_table()

Completed in 38 milliseconds