Searched refs:ADD_NEW_DATA (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist/ |
D | pcre_dfa_exec.c | 383 #define ADD_NEW_DATA(x,y,z) \ macro 524 ADD_NEW_DATA(-bstate, 0, gone_back - back); in internal_dfa_exec() 664 ADD_NEW_DATA(state_offset, current_state->count, in internal_dfa_exec() 955 ADD_NEW_DATA(-(state_offset + 1), 0, 1); in internal_dfa_exec() 980 ADD_NEW_DATA(-(state_offset + 1), 0, 1); in internal_dfa_exec() 1449 ADD_NEW_DATA(-state_offset, count, ncount); in internal_dfa_exec() 1487 ADD_NEW_DATA(-state_offset, count, ncount); in internal_dfa_exec() 1524 ADD_NEW_DATA(-state_offset, count, 0); in internal_dfa_exec() 1557 ADD_NEW_DATA(-state_offset, count, 0); in internal_dfa_exec() 1710 ADD_NEW_DATA(-(state_offset + count), 0, ncount); in internal_dfa_exec() [all …]
|