Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_compile.c5814 PUT2INC(code, 0, repeat_max); in compile_branch()
5832 PUT2INC(code, 0, repeat_max - 1); in compile_branch()
5842 PUT2INC(code, 0, repeat_min); in compile_branch()
5900 PUT2INC(code, 0, repeat_max); in compile_branch()
5954 PUT2INC(code, 0, repeat_min); in compile_branch()
5956 PUT2INC(code, 0, repeat_max); in compile_branch()
6606 PUT2INC(code, 0, oc->number); in compile_branch()
7358 PUT2INC(code, 0, index); in compile_branch()
7359 PUT2INC(code, 0, count); in compile_branch()
8007 PUT2INC(code, 0, recno); in compile_branch()
H A Dpcre_internal.h574 #define PUT2INC(a,n,d) PUT2(a,n,d), a += IMM2_SIZE macro

Completed in 72 milliseconds