Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_dfa_match.c2606 int codelink = (int)GET(code, 1); in internal_dfa_match() local
2672 { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); } in internal_dfa_match()
2689 else { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); } in internal_dfa_match()
2718 { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); } in internal_dfa_match()
Dpcre2_match.c640 #define codelink frame->Xcodelink in match() macro
711 int codelink; in match()
731 #define code_offset codelink in match()
1307 codelink = GET(ecode, 1); /* Offset to the second branch */ in match()
1358 codelink -= callout_length; in match()
1455 ecode += condition? PRIV(OP_lengths)[condcode] : codelink; in match()