OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitParseWithoutQuery
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/dns/
dns_response.h
123
bool
InitParseWithoutQuery
(int nbytes);
dns_response_unittest.cc
248
TEST(DnsResponseTest,
InitParseWithoutQuery
) {
254
EXPECT_TRUE(resp.
InitParseWithoutQuery
(sizeof(kT0ResponseDatagram)));
303
EXPECT_TRUE(resp.
InitParseWithoutQuery
(sizeof(response_data)));
361
EXPECT_TRUE(resp.
InitParseWithoutQuery
(sizeof(response_data)));
392
EXPECT_FALSE(resp.
InitParseWithoutQuery
(sizeof(response_data)));
dns_response.cc
193
bool DnsResponse::
InitParseWithoutQuery
(int nbytes) {
mdns_client_impl.cc
204
if (!response->
InitParseWithoutQuery
(bytes_read)) {
Completed in 891 milliseconds