Searched refs:bralink (Results 1 – 1 of 1) sorted by relevance
6640 PCRE2_UCHAR *bralink = NULL; in compile_branch() local6720 linkoffset = (bralink == NULL)? 0 : (int)(previous - bralink); in compile_branch()6721 bralink = previous; in compile_branch()6821 linkoffset = (bralink == NULL)? 0 : (int)(code - bralink); in compile_branch()6822 bralink = code; in compile_branch()6833 while (bralink != NULL) in compile_branch()6836 int linkoffset = (int)(code - bralink + 1); in compile_branch()6839 bralink = (oldlinkoffset == 0)? NULL : bralink - oldlinkoffset; in compile_branch()