Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c5974 pcre_uchar *bralink = NULL; in compile_branch() local
6061 offset = (bralink == NULL)? 0 : (int)(previous - bralink); in compile_branch()
6062 bralink = previous; in compile_branch()
6189 offset = (bralink == NULL)? 0 : (int)(code - bralink); in compile_branch()
6190 bralink = code; in compile_branch()
6221 while (bralink != NULL) in compile_branch()
6224 int offset = (int)(code - bralink + 1); in compile_branch()
6227 bralink = (oldlinkoffset == 0)? NULL : bralink - oldlinkoffset; in compile_branch()

Completed in 21 milliseconds