Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c5873 pcre_uchar *bralink = NULL; in compile_branch() local
5960 offset = (bralink == NULL)? 0 : (int)(previous - bralink); in compile_branch()
5961 bralink = previous; in compile_branch()
6089 offset = (bralink == NULL)? 0 : (int)(code - bralink); in compile_branch()
6090 bralink = code; in compile_branch()
6122 while (bralink != NULL) in compile_branch()
6125 int offset = (int)(code - bralink + 1); in compile_branch()
6128 bralink = (oldlinkoffset == 0)? NULL : bralink - oldlinkoffset; in compile_branch()