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

/external/mdnsresponder/mDNSShared/
H A Ddnsextd.h69 CacheRecord rr; // last field in struct allows for allocation of oversized RRs
84 CacheRecord *KnownAnswers; // All valid answers delivered to client
85 CacheRecord *EventList; // New answers (adds/removes) to be sent to client
H A Ddnsextd.c782 // Allocate an appropriately sized CacheRecord and copy data from original.
783 // Name pointer in CacheRecord object is set to point to the name specified
785 mDNSlocal CacheRecord *CopyCacheRecord(const CacheRecord *orig, domainname *name)
787 CacheRecord *cr;
1292 mDNSlocal void DeleteOneRecord(DaemonInfo *d, CacheRecord *rr, domainname *zname, TCPSocket *sock)
1454 memcpy(&tmp->rr, &lcr.r, sizeof(CacheRecord) + rr->rdlength - InlineCacheRDSize);
1687 CacheRecord *cr = a->KnownAnswers, *tmp;
1738 mDNSlocal CacheRecord *AnswerQuestion(DaemonInfo *d, AnswerListElem *e)
1747 CacheRecord *AnswerLis
[all...]
H A Duds_daemon.c4321 const CacheRecord *cr;
/external/chromium_org/content/browser/appcache/
H A Dappcache_database.h59 struct CONTENT_EXPORT CacheRecord { struct in class:content::AppCacheDatabase
60 CacheRecord() function in struct:content::AppCacheDatabase::CacheRecord
124 bool FindCache(int64 cache_id, CacheRecord* record);
125 bool FindCacheForGroup(int64 group_id, CacheRecord* record);
127 const GURL& origin, std::vector<CacheRecord>* records);
128 bool InsertCache(const CacheRecord* record);
194 void ReadCacheRecord(const sql::Statement& statement, CacheRecord* record);
H A Dappcache.h118 const AppCacheDatabase::CacheRecord& cache_record,
128 AppCacheDatabase::CacheRecord* cache_record,
H A Dappcache_database.cc222 std::vector<CacheRecord> records;
227 std::vector<CacheRecord>::const_iterator iter = records.begin();
442 bool AppCacheDatabase::FindCache(int64 cache_id, CacheRecord* record) {
461 bool AppCacheDatabase::FindCacheForGroup(int64 group_id, CacheRecord* record) {
481 const GURL& origin, std::vector<CacheRecord>* records) {
487 CacheRecord cache_record;
497 bool AppCacheDatabase::InsertCache(const CacheRecord* record) {
932 const sql::Statement& statement, CacheRecord* record) {
H A Dappcache.cc152 const AppCacheDatabase::CacheRecord& cache_record,
193 AppCacheDatabase::CacheRecord* cache_record,
H A Dappcache_storage_impl_unittest.cc631 AppCacheDatabase::CacheRecord cache_record;
675 AppCacheDatabase::CacheRecord cache_record;
723 AppCacheDatabase::CacheRecord cache_record;
780 AppCacheDatabase::CacheRecord cache_record;
835 AppCacheDatabase::CacheRecord cache_record;
1042 AppCacheDatabase::CacheRecord cache_record;
1116 AppCacheDatabase::CacheRecord cache_record;
1183 AppCacheDatabase::CacheRecord cache_record;
1270 AppCacheDatabase::CacheRecord cache_record;
1693 AppCacheDatabase::CacheRecord cache_recor
[all...]
H A Dappcache_database_unittest.cc270 const AppCacheDatabase::CacheRecord kZeroRecord;
271 AppCacheDatabase::CacheRecord record;
422 AppCacheDatabase::CacheRecord cache_record;
686 std::vector<AppCacheDatabase::CacheRecord> cache_records;
696 AppCacheDatabase::CacheRecord cache_record;
H A Dappcache_storage_impl.cc53 AppCacheDatabase::CacheRecord cache_record;
371 AppCacheDatabase::CacheRecord cache_record;
405 AppCacheDatabase::CacheRecord cache_record_;
696 AppCacheDatabase::CacheRecord cache;
949 AppCacheDatabase::CacheRecord preferred_cache;
H A Dappcache_unittest.cc585 AppCacheDatabase::CacheRecord cache_record;
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h433 typedef struct CacheRecord_struct CacheRecord; typedef in typeref:struct:CacheRecord_struct
805 // Records received from the network with rdata this size or less have their rdata stored right in the CacheRecord object
814 // Note that since CacheRecord object and a CacheGroup object are allocated out of the same pool, it's sensible to
818 // On 64-bit, the pointers in a CacheRecord are bigger, and that creates 8 bytes more space for the name in a CacheGroup
1312 CacheRecord *members; // List of CacheRecords with this same name
1313 CacheRecord **rrcache_tail; // Tail end of that list
1322 CacheRecord *next; // Next in list; first element of structure for efficiency reasons
1326 CacheRecord *NextInKAList; // Link to the next element in the chain of known answers to send
1340 CacheRecord *NextInCFList; // Set if this is in the list of records we just received with the cache flush bit set
1345 // Storage sufficient to hold either a CacheGroup header or a CacheRecord
[all...]
H A DmDNS.c636 mDNSlocal mDNSBool PacketRRMatchesSignature(const CacheRecord *const pktrr, const AuthRecord *const authrr)
651 // CacheRecord *ka is the CacheRecord from the known answer list in the query.
658 mDNSlocal mDNSBool ShouldSuppressKnownAnswer(const CacheRecord *const ka, const AuthRecord *const rr)
2513 mDNSlocal void SetNextCacheCheckTimeForRecord(mDNS *const m, CacheRecord *const rr)
2535 mDNSlocal mStatus mDNS_Reconfirm_internal(mDNS *const m, CacheRecord *const rr, mDNSu32 interval)
2565 CacheRecord ***kalistptrptr, mDNSu32 *answerforecast)
2581 CacheRecord *rr;
2582 CacheRecord **ka = *kalistptrptr; // Make a working copy of the pointer we're going to update
2611 while (*ka) { CacheRecord *
[all...]
H A DDNSCommon.c139 const CacheRecord *rr;
2134 CacheRecord *const rr = &largecr->r;
H A DuDNS.c4304 CacheRecord *rr;
4924 CacheRecord *cr;
/external/mdnsresponder/mDNSPosix/
H A DIdentify.c364 CacheRecord *rr;

Completed in 272 milliseconds