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

/forgerock/web-agents-v4/pcre/
H A Dpcre_dfa_exec.c473 int gone_back; local
492 for (gone_back = 0; gone_back < max_back; gone_back++)
505 gone_back = (current_subject - max_back < start_subject)?
507 current_subject -= gone_back;
521 if (back <= gone_back)
524 ADD_NEW_DATA(-bstate, 0, gone_back - back);

Completed in 36 milliseconds