HomeSort by: relevance | last modified time | path
    Searched defs:CacheFlushRecords (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
uDNS.c 5870 // We use this non-zero marker so that records in our CacheFlushRecords list will always have NextInCFList
5872 CacheRecord *CacheFlushRecords = (CacheRecord*)1;
5873 CacheRecord **cfp = &CacheFlushRecords;
mDNS.c 6411 // 2. Records that are currently linked into the CacheFlushRecords list may not be recycled, or
10084 LogRedact(MDNS_LOG_CATEGORY_DEFAULT, MDNS_LOG_DEBUG, "Found a matching entry in the CacheFlushRecords - "
11378 // The same name and type, but different data case is handled by CacheFlushRecords part of
11515 // We use this non-zero marker so that records in our CacheFlushRecords list will always have NextInCFList
11517 CacheRecord *CacheFlushRecords = (CacheRecord*)1;
11518 CacheRecord **cfp = &CacheFlushRecords;
11766 // not goto exit because we won't have any CacheFlushRecords and we do not want to
11852 mdns_require_quiet(ptr, bail); // Break out of the loop and clean up our CacheFlushRecords list before exiting
12262 AcceptableResponse = IsResponseAcceptable(m, CacheFlushRecords);
12355 // Below, where we walk the CacheFlushRecords list, we either call CacheRecordDeferredAdd(
    [all...]

Completed in 31 milliseconds