Searched refs:bralink (Results 1 – 1 of 1) sorted by relevance
7181 PCRE2_UCHAR *bralink = NULL; in compile_branch() local7267 linkoffset = (bralink == NULL)? 0 : (int)(previous - bralink); in compile_branch()7268 bralink = previous; in compile_branch()7368 linkoffset = (bralink == NULL)? 0 : (int)(code - bralink); in compile_branch()7369 bralink = code; in compile_branch()7380 while (bralink != NULL) in compile_branch()7383 int linkoffset = (int)(code - bralink + 1); in compile_branch()7386 bralink = (oldlinkoffset == 0)? NULL : bralink - oldlinkoffset; in compile_branch()
Completed in 24 milliseconds