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

/forgerock/web-agents-v4/pcre/
H A Dpcre_dfa_exec.c352 #define ADD_ACTIVE(x,y) \ macro
777 ADD_ACTIVE(state_offset + 1 + LINK_SIZE, 0);
780 ADD_ACTIVE(state_offset - GET(code, 1), 0);
820 ADD_ACTIVE((int)(code - start_code), 0);
828 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0);
837 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE + IMM2_SIZE), 0);
841 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0);
849 ADD_ACTIVE(state_offset + 1, 0);
852 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0);
859 ADD_ACTIVE((in
[all...]

Completed in 22 milliseconds