Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c4558 int skipbytes; in compile_branch() local
6678 skipbytes = 0; in compile_branch()
6765 skipbytes = 1+IMM2_SIZE; in compile_branch()
6842 if (lengthptr != NULL) skipbytes += IMM2_SIZE; in compile_branch()
6914 skipbytes += IMM2_SIZE; in compile_branch()
6966 skipbytes = 1; in compile_branch()
7668 skipbytes = IMM2_SIZE; in compile_branch()
7955 skipbytes = 0; in compile_branch()
8304 length = 2 + 2*LINK_SIZE + skipbytes; in compile_regex()
8329 code += 1 + LINK_SIZE + skipbytes; in compile_regex()
[all …]

Completed in 47 milliseconds