Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c4560 int skipbytes; in compile_branch() local
6680 skipbytes = 0; in compile_branch()
6758 skipbytes = 1+IMM2_SIZE; in compile_branch()
6835 if (lengthptr != NULL) skipbytes += IMM2_SIZE; in compile_branch()
6907 skipbytes += IMM2_SIZE; in compile_branch()
6959 skipbytes = 1; in compile_branch()
7656 skipbytes = IMM2_SIZE; in compile_branch()
7943 skipbytes = 0; in compile_branch()
8292 length = 2 + 2*LINK_SIZE + skipbytes; in compile_regex()
8317 code += 1 + LINK_SIZE + skipbytes; in compile_regex()
[all …]

Completed in 23 milliseconds