Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c5614 int oldlinkoffset; in compile_branch() local
5617 oldlinkoffset = GET(bra, 1); in compile_branch()
5618 bralink = (oldlinkoffset == 0)? NULL : bralink - oldlinkoffset; in compile_branch()