Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c6163 pcre_uchar *bracode = ketcode - GET(ketcode, 1); in compile_branch() local
6167 if ((*bracode == OP_ONCE || *bracode == OP_ONCE_NC) && in compile_branch()
6168 possessive_quantifier) *bracode = OP_BRA; in compile_branch()
6173 if (*bracode == OP_ONCE || *bracode == OP_ONCE_NC) in compile_branch()
6185 pcre_uchar *scode = bracode; in compile_branch()
6190 *bracode += OP_SBRA - OP_BRA; in compile_branch()
6207 if (*bracode == OP_COND || *bracode == OP_SCOND) in compile_branch()
6209 int nlen = (int)(code - bracode); in compile_branch()
6211 adjust_recurse(bracode, 1 + LINK_SIZE, utf, cd, save_hwm); in compile_branch()
6212 memmove(bracode + 1 + LINK_SIZE, bracode, IN_UCHARS(nlen)); in compile_branch()
[all …]