Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c5816 PUT2INC(code, 0, repeat_max); in compile_branch()
5834 PUT2INC(code, 0, repeat_max - 1); in compile_branch()
5844 PUT2INC(code, 0, repeat_min); in compile_branch()
5902 PUT2INC(code, 0, repeat_max); in compile_branch()
5956 PUT2INC(code, 0, repeat_min); in compile_branch()
5958 PUT2INC(code, 0, repeat_max); in compile_branch()
6608 PUT2INC(code, 0, oc->number); in compile_branch()
7355 PUT2INC(code, 0, index); in compile_branch()
7356 PUT2INC(code, 0, count); in compile_branch()
8004 PUT2INC(code, 0, recno); in compile_branch()
H A Dpcre_internal.h578 #define PUT2INC(a,n,d) PUT2(a,n,d), a += IMM2_SIZE macro

Completed in 33 milliseconds