Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_compile.c7420 PCRE2_UCHAR *bracode = ketcode - GET(ketcode, 1); in compile_branch() local
7424 if (*bracode == OP_ONCE && possessive_quantifier) *bracode = OP_BRA; in compile_branch()
7429 if (*bracode == OP_ONCE || *bracode == OP_SCRIPT_RUN) in compile_branch()
7444 if (group_return < 0) *bracode += OP_SBRA - OP_BRA; in compile_branch()
7445 if (*bracode == OP_COND && bracode[GET(bracode,1)] != OP_ALT) in compile_branch()
7446 *bracode = OP_SCOND; in compile_branch()
7457 if (*bracode == OP_COND || *bracode == OP_SCOND) in compile_branch()
7459 int nlen = (int)(code - bracode); in compile_branch()
7460 (void)memmove(bracode + 1 + LINK_SIZE, bracode, CU2BYTES(nlen)); in compile_branch()
7463 *bracode = (*bracode == OP_COND)? OP_BRAPOS : OP_SBRAPOS; in compile_branch()
[all …]
H A Dpcre2_match.c597 PCRE2_SPTR bracode; /* Temp pointer to start of group */ in match() local
5319 bracode = mb->start_code + GET(Fecode, 1); in match()
5320 number = (bracode == mb->start_code)? 0 : GET2(bracode, 1 + LINK_SIZE); in match()
5344 Lstart_branch = bracode; in match()
5725 bracode = Fecode - GET(Fecode, 1); in match()
5730 if (*bracode != OP_BRA && *bracode != OP_COND) in match()
5762 switch (*bracode) in match()
5827 number = GET2(bracode, 1+LINK_SIZE); in match()
5886 RMATCH(bracode, RM7); in match()

Completed in 35 milliseconds