Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c7258 int linkoffset; in compile_branch() local
7267 linkoffset = (bralink == NULL)? 0 : (int)(previous - bralink); in compile_branch()
7269 PUTINC(previous, 0, linkoffset); in compile_branch()
7366 int linkoffset; in compile_branch() local
7368 linkoffset = (bralink == NULL)? 0 : (int)(code - bralink); in compile_branch()
7370 PUTINC(code, 0, linkoffset); in compile_branch()
7383 int linkoffset = (int)(code - bralink + 1); in compile_branch() local
7384 PCRE2_UCHAR *bra = code - linkoffset; in compile_branch()
7388 PUTINC(code, 0, linkoffset); in compile_branch()
7389 PUT(bra, 1, linkoffset); in compile_branch()

Completed in 21 milliseconds