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

/external/pcre/dist/
H A Dpcretest.c4485 int find_match_limit = default_find_match_limit; local
4815 find_match_limit = 1;
5035 if ((all_use_dfa || use_dfa) && find_match_limit)
5038 find_match_limit = 0;
5144 /* If find_match_limit is set, we want to do repeated matches with
5151 if (find_match_limit)

Completed in 89 milliseconds