HomeSort by: relevance | last modified time | path
    Searched refs:NextInCFList (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c 6415 mDNSBool doNotRecycle = ((*rp)->CRActiveQuestion || (*rp)->NextInCFList
10073 for (cr = crlist; cr != (CacheRecord*)1; cr = cr->NextInCFList)
11200 if (cr->NextInCFList == mDNSNULL && *cfp != &cr->NextInCFList && LLQType != uDNS_LLQ_Events)
11203 cflocal = &cr->NextInCFList;
11205 *cfp = &cr->NextInCFList;
11515 // We use this non-zero marker so that records in our CacheFlushRecords list will always have NextInCFList
12365 cfp = &rr->NextInCFList;
12515 CacheFlushRecords = CacheFlushRecords->NextInCFList;
12516 r1->NextInCFList = mDNSNULL
    [all...]
mDNSEmbeddedAPI.h 1633 CacheRecord *NextInCFList; // Set if this is in the list of records we just received with the cache flush bit set
DNSCommon.c 3999 rr->NextInCFList = mDNSNULL;

Completed in 44 milliseconds