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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_dfa_exec.c472 int max_back = 0; local
479 if (back > max_back) max_back = back;
492 for (gone_back = 0; gone_back < max_back; gone_back++)
505 gone_back = (current_subject - max_back < start_subject)?
506 (int)(current_subject - start_subject) : max_back;

Completed in 32 milliseconds