Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c5420 PCRE2_UCHAR *bralink = NULL; in compile_branch() local
5500 offset = (bralink == NULL)? 0 : (int)(previous - bralink); in compile_branch()
5501 bralink = previous; in compile_branch()
5600 offset = (bralink == NULL)? 0 : (int)(code - bralink); in compile_branch()
5601 bralink = code; in compile_branch()
5612 while (bralink != NULL) in compile_branch()
5615 int offset = (int)(code - bralink + 1); in compile_branch()
5618 bralink = (oldlinkoffset == 0)? NULL : bralink - oldlinkoffset; in compile_branch()