OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RRResponse
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/base/
dnsrr_resolver.h
24
//
RRResponse
contains the result of a successful request for a resource record.
25
struct
RRResponse
{
26
RRResponse
();
27
~
RRResponse
();
80
//
RRResponse
will always have the dnssec bit set.
101
RRResponse
* response, int priority,
115
const
RRResponse
& response);
120
std::map<std::pair<std::string, uint16>,
RRResponse
> cache_;
dnsrr_resolver.cc
102
// kMaxCacheEntries is the number of
RRResponse
objects that we'll cache.
108
RRResponse
::
RRResponse
()
112
RRResponse
::~
RRResponse
() {}
116
RRResolverHandle(CompletionCallback* callback,
RRResponse
* response)
127
// Post copies the contents of |response| to the caller's
RRResponse
and
129
void Post(int rv, const
RRResponse
* response) {
140
RRResponse
* response_;
412
RRResponse
response_
[
all
...]
Completed in 248 milliseconds