Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c6874 PCRE2_UCHAR *bracode = ketcode - GET(ketcode, 1); in compile_branch() local
6878 if (*bracode == OP_ONCE && possessive_quantifier) *bracode = OP_BRA; in compile_branch()
6883 if (*bracode == OP_ONCE) *ketcode = OP_KETRMAX + repeat_type; in compile_branch()
6897 if (group_return < 0) *bracode += OP_SBRA - OP_BRA; in compile_branch()
6898 if (*bracode == OP_COND && bracode[GET(bracode,1)] != OP_ALT) in compile_branch()
6899 *bracode = OP_SCOND; in compile_branch()
6910 if (*bracode == OP_COND || *bracode == OP_SCOND) in compile_branch()
6912 int nlen = (int)(code - bracode); in compile_branch()
6913 (void)memmove(bracode + 1 + LINK_SIZE, bracode, CU2BYTES(nlen)); in compile_branch()
6916 *bracode = (*bracode == OP_COND)? OP_BRAPOS : OP_SBRAPOS; in compile_branch()
[all …]
Dpcre2_match.c577 PCRE2_SPTR bracode; /* Temp pointer to start of group */ in match() local
5050 bracode = mb->start_code + GET(Fecode, 1); in match()
5051 number = (bracode == mb->start_code)? 0 : GET2(bracode, 1 + LINK_SIZE); in match()
5075 Lstart_branch = bracode; in match()
5454 bracode = Fecode - GET(Fecode, 1); in match()
5459 if (*bracode != OP_BRA && *bracode != OP_COND) in match()
5490 switch (*bracode) in match()
5537 number = GET2(bracode, 1+LINK_SIZE); in match()
5596 RMATCH(bracode, RM7); in match()