Searched refs:readResponseCode (Results 1 – 2 of 2) sorted by relevance
380 bool readResponseCode(int fd, int* result) { in readResponseCode() function638 if (!readResponseCode(fd, &responseCode)) { in getNetworkForDnsInternal()
4144 int readResponseCode(int fd) { in readResponseCode() function4257 EXPECT_EQ(ResponseCode::DnsProxyQueryResult, readResponseCode(fd)); in TEST_F()4263 EXPECT_EQ(500, readResponseCode(fd)); in TEST_F()