Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c6264 pcre_uchar *bracode = ketcode - GET(ketcode, 1); in compile_branch() local
6268 if ((*bracode == OP_ONCE || *bracode == OP_ONCE_NC) && in compile_branch()
6269 possessive_quantifier) *bracode = OP_BRA; in compile_branch()
6274 if (*bracode == OP_ONCE || *bracode == OP_ONCE_NC) in compile_branch()
6286 pcre_uchar *scode = bracode; in compile_branch()
6291 *bracode += OP_SBRA - OP_BRA; in compile_branch()
6302 if (*bracode == OP_COND && bracode[GET(bracode,1)] != OP_ALT) in compile_branch()
6303 *bracode = OP_SCOND; in compile_branch()
6314 if (*bracode == OP_COND || *bracode == OP_SCOND) in compile_branch()
6316 int nlen = (int)(code - bracode); in compile_branch()
[all …]