Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c3799 int skipbytes; in compile_branch() local
5586 skipbytes = 0; in compile_branch()
5778 skipbytes = 1+IMM2_SIZE; in compile_branch()
5933 skipbytes = 1; in compile_branch()
6529 skipbytes = IMM2_SIZE; in compile_branch()
6552 skipbytes, /* Skip over bracket number */ in compile_branch()
6790 skipbytes = 0; in compile_branch()
7097 int *errorcodeptr, BOOL lookbehind, BOOL reset_bracount, int skipbytes, in compile_regex() argument
7132 length = 2 + 2*LINK_SIZE + skipbytes; in compile_regex()
7157 code += 1 + LINK_SIZE + skipbytes; in compile_regex()
[all …]

Completed in 33 milliseconds