Searched defs:CacheRecord (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/webkit/browser/appcache/
H A Dappcache_database.h43 struct WEBKIT_STORAGE_BROWSER_EXPORT CacheRecord { struct in class:appcache::AppCacheDatabase
44 CacheRecord() function in struct:appcache::AppCacheDatabase::CacheRecord
108 bool FindCache(int64 cache_id, CacheRecord* record);
109 bool FindCacheForGroup(int64 group_id, CacheRecord* record);
111 const GURL& origin, std::vector<CacheRecord>* records);
112 bool InsertCache(const CacheRecord* record);
178 void ReadCacheRecord(const sql::Statement& statement, CacheRecord* 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...]

Completed in 197 milliseconds