Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c7064 PCRE2_UCHAR *bralink = NULL; in compile_branch() local
7150 linkoffset = (bralink == NULL)? 0 : (int)(previous - bralink); in compile_branch()
7151 bralink = previous; in compile_branch()
7251 linkoffset = (bralink == NULL)? 0 : (int)(code - bralink); in compile_branch()
7252 bralink = code; in compile_branch()
7263 while (bralink != NULL) in compile_branch()
7266 int linkoffset = (int)(code - bralink + 1); in compile_branch()
7269 bralink = (oldlinkoffset == 0)? NULL : bralink - oldlinkoffset; in compile_branch()

Completed in 29 milliseconds