Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c7065 PCRE2_UCHAR *bralink = NULL; in compile_branch() local
7151 linkoffset = (bralink == NULL)? 0 : (int)(previous - bralink); in compile_branch()
7152 bralink = previous; in compile_branch()
7252 linkoffset = (bralink == NULL)? 0 : (int)(code - bralink); in compile_branch()
7253 bralink = code; in compile_branch()
7264 while (bralink != NULL) in compile_branch()
7267 int linkoffset = (int)(code - bralink + 1); in compile_branch()
7270 bralink = (oldlinkoffset == 0)? NULL : bralink - oldlinkoffset; in compile_branch()