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

/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/
H A Dtest_gss_fuzzer.c52 static int max_loops = 20; variable
125 if (max_loops && max_loops < num_loops) {
127 num_loops, max_loops);
265 {"max-loops", 0, arg_integer, &max_loops, "times", NULL },
H A Dtest_context.c70 static int max_loops = 0; variable
240 if (max_loops && num_loops > max_loops)
242 num_loops, max_loops);
649 {"max-loops", 0, arg_integer, &max_loops, "time", NULL },
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/Regressions/
H A Dsc-75-circle-engine.c254 int max_loops = 50;
256 while (max_loops-- && (CFDictionaryGetCount(changes) != 0)) {

Completed in 83 milliseconds