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

/forgerock/web-agents-v4/pcre/
H A Dpcre_dfa_exec.c2692 int codelink = GET(code, 1); local
2742 { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); }
2754 else { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); }
2783 { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); }
H A Dpcre_exec.c568 #define codelink frame->Xcodelink macro
646 int codelink;
685 #define code_offset codelink
1295 /* The variable codelink will be added to ecode when the condition is
1300 codelink = GET(ecode, 1); /* Offset to the second branch */
1337 must adjust codelink so that the value of ecode+codelink is unchanged. */
1340 codelink -= PRIV(OP_lengths)[OP_CALLOUT];
1427 ecode += condition? PRIV(OP_lengths)[condcode] : codelink;

Completed in 56 milliseconds