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

/external/pcre/dist2/src/
H A Dpcre2_dfa_match.c324 #define ADD_ACTIVE(x,y) \ macro
720 ADD_ACTIVE(state_offset + 1 + LINK_SIZE, 0);
723 ADD_ACTIVE(state_offset - (int)GET(code, 1), 0);
756 ADD_ACTIVE((int)(code - start_code), 0);
764 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0);
773 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE + IMM2_SIZE), 0);
777 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0);
785 ADD_ACTIVE(state_offset + 1, 0);
788 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0);
795 ADD_ACTIVE((in
[all...]

Completed in 63 milliseconds