/external/chromium_org/webkit/browser/appcache/ |
D | appcache_database.h | 62 struct WEBKIT_STORAGE_BROWSER_EXPORT CacheRecord { struct 63 CacheRecord() in CacheRecord() function 127 bool FindCache(int64 cache_id, CacheRecord* record); 128 bool FindCacheForGroup(int64 group_id, CacheRecord* record); 130 const GURL& origin, std::vector<CacheRecord>* records); 131 bool InsertCache(const CacheRecord* record); 197 void ReadCacheRecord(const sql::Statement& statement, CacheRecord* record);
|
D | appcache_database.cc | 221 std::vector<CacheRecord> records; in GetOriginUsage() 226 std::vector<CacheRecord>::const_iterator iter = records.begin(); in GetOriginUsage() 441 bool AppCacheDatabase::FindCache(int64 cache_id, CacheRecord* record) { in FindCache() 460 bool AppCacheDatabase::FindCacheForGroup(int64 group_id, CacheRecord* record) { in FindCacheForGroup() 480 const GURL& origin, std::vector<CacheRecord>* records) { in FindCachesForOrigin() 486 CacheRecord cache_record; in FindCachesForOrigin() 496 bool AppCacheDatabase::InsertCache(const CacheRecord* record) { in InsertCache() 931 const sql::Statement& statement, CacheRecord* record) { in ReadCacheRecord()
|
D | appcache.h | 122 const AppCacheDatabase::CacheRecord& cache_record, 132 AppCacheDatabase::CacheRecord* cache_record,
|
D | appcache.cc | 152 const AppCacheDatabase::CacheRecord& cache_record, in InitializeWithDatabaseRecords() 193 AppCacheDatabase::CacheRecord* cache_record, in ToDatabaseRecords()
|
D | appcache_storage_impl.cc | 52 AppCacheDatabase::CacheRecord cache_record; in DeleteGroupAndRelatedRecords() 370 AppCacheDatabase::CacheRecord cache_record; in Run() 404 AppCacheDatabase::CacheRecord cache_record_; 691 AppCacheDatabase::CacheRecord cache; in Run() 944 AppCacheDatabase::CacheRecord preferred_cache; in Run()
|
/external/mdnsresponder/mDNSShared/ |
D | dnsextd.h | 69 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
|
D | dnsextd.c | 785 mDNSlocal CacheRecord *CopyCacheRecord(const CacheRecord *orig, domainname *name) in CopyCacheRecord() 787 CacheRecord *cr; in CopyCacheRecord() 1292 mDNSlocal void DeleteOneRecord(DaemonInfo *d, CacheRecord *rr, domainname *zname, TCPSocket *sock) in DeleteOneRecord() 1454 memcpy(&tmp->rr, &lcr.r, sizeof(CacheRecord) + rr->rdlength - InlineCacheRDSize); in UpdateLeaseTable() 1687 CacheRecord *cr = a->KnownAnswers, *tmp; in DeleteLLQ() 1738 mDNSlocal CacheRecord *AnswerQuestion(DaemonInfo *d, AnswerListElem *e) in AnswerQuestion() 1747 CacheRecord *AnswerList = NULL; in AnswerQuestion() 1808 CacheRecord *cr = CopyCacheRecord(&lcr.r, &e->name); in AnswerQuestion() 1824 CacheRecord *cr, *NewAnswers, **na, **ka; // "new answer", "known answer" in UpdateAnswerList() 1894 CacheRecord *cr; in SendEvents() [all …]
|
D | uds_daemon.c | 4321 const CacheRecord *cr; in udsserver_info()
|
/external/mdnsresponder/mDNSCore/ |
D | mDNSEmbeddedAPI.h | 433 typedef struct CacheRecord_struct CacheRecord; typedef 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 … 1348 union CacheEntity_union { CacheEntity *next; CacheGroup cg; CacheRecord cr; }; 1352 CacheRecord r; 2151 extern mStatus mDNS_Reconfirm (mDNS *const m, CacheRecord *const cacherr); 2153 extern void mDNS_PurgeCacheResourceRecord(mDNS *const m, CacheRecord *rr); [all …]
|
D | mDNS.c | 636 mDNSlocal mDNSBool PacketRRMatchesSignature(const CacheRecord *const pktrr, const AuthRecord *const… in PacketRRMatchesSignature() 658 mDNSlocal mDNSBool ShouldSuppressKnownAnswer(const CacheRecord *const ka, const AuthRecord *const r… in ShouldSuppressKnownAnswer() 2513 mDNSlocal void SetNextCacheCheckTimeForRecord(mDNS *const m, CacheRecord *const rr) in SetNextCacheCheckTimeForRecord() 2535 mDNSlocal mStatus mDNS_Reconfirm_internal(mDNS *const m, CacheRecord *const rr, mDNSu32 interval) in mDNS_Reconfirm_internal() 2565 CacheRecord ***kalistptrptr, mDNSu32 *answerforecast) in BuildQuestion() 2581 CacheRecord *rr; in BuildQuestion() 2582 CacheRecord **ka = *kalistptrptr; // Make a working copy of the pointer we're going to update in BuildQuestion() 2611 while (*ka) { CacheRecord *c = *ka; *ka = mDNSNULL; ka = &c->NextInKAList; } in BuildQuestion() 2652 CacheRecord *cr; in ReconfirmAntecedents() 2670 mDNSlocal const CacheRecord *CacheHasAddressTypeForName(mDNS *const m, const domainname *const name… in CacheHasAddressTypeForName() [all …]
|
D | DNSCommon.c | 139 const CacheRecord *rr; in NumCacheRecordsForInterfaceID() 2134 CacheRecord *const rr = &largecr->r; in GetLargeResourceRecord()
|
D | uDNS.c | 4304 CacheRecord *rr; in uDNS_CheckCurrentQuestion() 4924 CacheRecord *cr; in FlushAddressCacheRecords()
|
/external/chromium_org/content/browser/appcache/ |
D | appcache_storage_impl_unittest.cc | 655 AppCacheDatabase::CacheRecord cache_record; in Verify_StoreNewGroup() 699 AppCacheDatabase::CacheRecord cache_record; in Verify_StoreExistingGroup() 747 AppCacheDatabase::CacheRecord cache_record; in Verify_StoreExistingGroupExistingCache() 804 AppCacheDatabase::CacheRecord cache_record; in Verify_FailStoreGroup() 859 AppCacheDatabase::CacheRecord cache_record; in Verify_MakeGroupObsolete() 1066 AppCacheDatabase::CacheRecord cache_record; in BasicFindMainFallbackResponse() 1140 AppCacheDatabase::CacheRecord cache_record; in BasicFindMainInterceptResponse() 1207 AppCacheDatabase::CacheRecord cache_record; in FindInterceptPatternMatch() 1294 AppCacheDatabase::CacheRecord cache_record; in FindFallbackPatternMatch() 1717 AppCacheDatabase::CacheRecord cache_record; in Reinitialize() [all …]
|
D | appcache_database_unittest.cc | 276 const AppCacheDatabase::CacheRecord kZeroRecord; in TEST() 277 AppCacheDatabase::CacheRecord record; in TEST() 428 AppCacheDatabase::CacheRecord cache_record; in TEST() 692 std::vector<AppCacheDatabase::CacheRecord> cache_records; in TEST() 702 AppCacheDatabase::CacheRecord cache_record; in TEST()
|
D | appcache_unittest.cc | 603 AppCacheDatabase::CacheRecord cache_record; in TEST()
|
/external/mdnsresponder/mDNSPosix/ |
D | Identify.c | 364 CacheRecord *rr; in main()
|