Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c5653 PCRE2_UCHAR *bracode = ketcode - GET(ketcode, 1); in compile_branch() local
5657 if ((*bracode == OP_ONCE || *bracode == OP_ONCE_NC) && in compile_branch()
5658 possessive_quantifier) *bracode = OP_BRA; in compile_branch()
5663 if (*bracode == OP_ONCE || *bracode == OP_ONCE_NC) in compile_branch()
5676 PCRE2_UCHAR *scode = bracode; in compile_branch()
5689 *bracode += OP_SBRA - OP_BRA; in compile_branch()
5699 if (*bracode == OP_COND && bracode[GET(bracode,1)] != OP_ALT) in compile_branch()
5700 *bracode = OP_SCOND; in compile_branch()
5711 if (*bracode == OP_COND || *bracode == OP_SCOND) in compile_branch()
5713 int nlen = (int)(code - bracode); in compile_branch()
[all …]