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

/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dthreading.cpp209 int err, ntries = 10; // 10 is arbitrary local
217 --ntries))
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dthreading.cpp209 int err, ntries = 10; // 10 is arbitrary local
217 --ntries))
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dsend_to_kdc.c296 int ntries; member in struct:host_fun
513 host->timeout = context->kdc_timeout / host->fun->ntries;
882 host->tries = host->fun->ntries;
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DuDNS.c1038 if (q->ntries++ == kLLQ_MAX_TRIES)
1056 q->ThisQInterval = q->tcp ? 0 : (kLLQ_INIT_RESEND * q->ntries * mDNSPlatformOneSecond); // If using TCP, don't need to retransmit
1060 //if (q->ntries == 1) return;
1110 q->ntries = 0; // first attempt to send response
1131 q->ntries = 0;
1204 //LogInfo("Received refresh confirmation ntries %d for %##s (%s)", q->ntries, q->qname.c, DNSTypeName(q->qtype));
1210 q->ntries = 0;
1297 q->ntries = 0; // Reset ntries s
[all...]
H A DmDNSEmbeddedAPI.h1957 mDNSs16 ntries; // for UDP: the number of packets sent for this LLQ state member in struct:DNSQuestion_struct
H A DmDNS.c10415 q->ntries = question->ntries;
11549 question->ntries = 0;
/macosx-10.9.5/kext_tools-326.95.1/
H A Dbootcaches.c779 int ntries = 0; local
794 } while (++ntries < kBRDiskArbMaxRetries);
798 "Disk description missing mount point for %d tries", ntries);
802 if (ntries) {
804 "Warning: readCaches got mount point after %d tries.", ntries);
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Ddnsextd.c298 int ntries = 0, retry = 0; local
310 if (++ntries < 10)
318 else { Log("ConnectToServer - %d failed attempts. Aborting.", ntries); return NULL; }

Completed in 324 milliseconds