Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c7305 PCRE2_UCHAR *bracode = ketcode - GET(ketcode, 1); in compile_branch() local
7309 if (*bracode == OP_ONCE && possessive_quantifier) *bracode = OP_BRA; in compile_branch()
7314 if (*bracode == OP_ONCE || *bracode == OP_SCRIPT_RUN) in compile_branch()
7329 if (group_return < 0) *bracode += OP_SBRA - OP_BRA; in compile_branch()
7330 if (*bracode == OP_COND && bracode[GET(bracode,1)] != OP_ALT) in compile_branch()
7331 *bracode = OP_SCOND; in compile_branch()
7342 if (*bracode == OP_COND || *bracode == OP_SCOND) in compile_branch()
7344 int nlen = (int)(code - bracode); in compile_branch()
7345 (void)memmove(bracode + 1 + LINK_SIZE, bracode, CU2BYTES(nlen)); in compile_branch()
7348 *bracode = (*bracode == OP_COND)? OP_BRAPOS : OP_SBRAPOS; in compile_branch()
[all …]
H A Dpcre2_match.c596 PCRE2_SPTR bracode; /* Temp pointer to start of group */ in match() local
5124 bracode = mb->start_code + GET(Fecode, 1); in match()
5125 number = (bracode == mb->start_code)? 0 : GET2(bracode, 1 + LINK_SIZE); in match()
5149 Lstart_branch = bracode; in match()
5530 bracode = Fecode - GET(Fecode, 1); in match()
5535 if (*bracode != OP_BRA && *bracode != OP_COND) in match()
5567 switch (*bracode) in match()
5632 number = GET2(bracode, 1+LINK_SIZE); in match()
5691 RMATCH(bracode, RM7); in match()

Completed in 69 milliseconds