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

/external/pcre/dist2/src/
H A Dpcre2_dfa_match.c2606 int codelink = (int)GET(code, 1); local
2672 { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); }
2689 else { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); }
2718 { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); }
H A Dpcre2_match.c640 #define codelink frame->Xcodelink macro
711 int codelink;
731 #define code_offset codelink
1302 /* The variable codelink will be added to ecode when the condition is
1307 codelink = GET(ecode, 1); /* Offset to the second branch */
1355 must adjust codelink so that the value of ecode+codelink is unchanged. */
1358 codelink -= callout_length;
1455 ecode += condition? PRIV(OP_lengths)[condcode] : codelink;

Completed in 102 milliseconds