Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c4934 PUT2INC(code, 0, repeat_max); in compile_branch()
4952 PUT2INC(code, 0, repeat_max - 1); in compile_branch()
4962 PUT2INC(code, 0, repeat_min); in compile_branch()
5020 PUT2INC(code, 0, repeat_max); in compile_branch()
5085 PUT2INC(code, 0, repeat_min); in compile_branch()
5087 PUT2INC(code, 0, repeat_max); in compile_branch()
5653 PUT2INC(code, 0, oc->number); in compile_branch()
6862 PUT2INC(code, 0, recno); in compile_branch()
H A Dpcre_internal.h568 #define PUT2INC(a,n,d) PUT2(a,n,d), a += IMM2_SIZE macro

Completed in 31 milliseconds