Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c563 PCRE2_SPTR bracode; in compare_opcodes() local
622 bracode = code - GET(code, 1); in compare_opcodes()
623 switch(*bracode) in compare_opcodes()
653 return (bracode[1+LINK_SIZE] == OP_VREVERSE)? FALSE : !entered_a_group; in compare_opcodes()
H A Dpcre2_compile.c7681 PCRE2_UCHAR *bracode = ketcode - GET(ketcode, 1); in compile_branch() local
7685 if (*bracode == OP_ONCE && possessive_quantifier) *bracode = OP_BRA; in compile_branch()
7690 if (*bracode == OP_ONCE || *bracode == OP_SCRIPT_RUN) in compile_branch()
7705 if (group_return < 0) *bracode += OP_SBRA - OP_BRA; in compile_branch()
7706 if (*bracode == OP_COND && bracode[GET(bracode,1)] != OP_ALT) in compile_branch()
7707 *bracode = OP_SCOND; in compile_branch()
7718 if (*bracode == OP_COND || *bracode == OP_SCOND) in compile_branch()
7720 int nlen = (int)(code - bracode); in compile_branch()
7721 (void)memmove(bracode + 1 + LINK_SIZE, bracode, CU2BYTES(nlen)); in compile_branch()
7724 *bracode = (*bracode == OP_COND)? OP_BRAPOS : OP_SBRAPOS; in compile_branch()
[all …]
H A Dpcre2_match.c611 PCRE2_SPTR bracode; /* Temp pointer to start of group */ in match() local
5428 bracode = mb->start_code + GET(Fecode, 1); in match()
5429 number = (bracode == mb->start_code)? 0 : GET2(bracode, 1 + LINK_SIZE); in match()
5460 Lstart_branch = bracode; in match()
5911 bracode = Fecode - GET(Fecode, 1); in match()
5914 branch_start = bracode; in match()
5922 if (*bracode != OP_BRA && *bracode != OP_COND) in match()
5954 switch (*bracode) in match()
6060 number = GET2(bracode, 1+LINK_SIZE); in match()
6119 RMATCH(bracode, RM7); in match()

Completed in 42 milliseconds