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

/external/pcre/dist/
H A Dpcretest.c4159 pcre_uint32 match_limit, recursion_limit; local
4193 if (new_info(re, NULL, PCRE_INFO_RECURSIONLIMIT, &recursion_limit) == 0)
4194 fprintf(outfile, "Recursion limit = %u\n", recursion_limit);

Completed in 248 milliseconds