Searched refs:ADD_NEW (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist/ |
D | pcre_dfa_exec.c | 373 #define ADD_NEW(x,y) \ macro 561 ADD_NEW((int)(end_code - start_code + length), 0); in internal_dfa_exec() 916 ADD_NEW(state_offset + 1, 0); in internal_dfa_exec() 924 { ADD_NEW(state_offset + 1, 0); } in internal_dfa_exec() 996 { ADD_NEW(state_offset + 1, 0); } in internal_dfa_exec() 1005 { ADD_NEW(state_offset + 1, 0); } in internal_dfa_exec() 1150 if (OK == (codevalue == OP_PROP)) { ADD_NEW(state_offset + 3, 0); } in internal_dfa_exec() 1189 ADD_NEW(state_offset, count); in internal_dfa_exec() 1219 ADD_NEW(state_offset + 2, 0); in internal_dfa_exec() 1249 ADD_NEW(state_offset, 0); in internal_dfa_exec() [all …]
|