Home | History | Annotate | Download | only in dns

Lines Matching defs:os_error

288                                           int os_error,
296 if (os_error) {
297 dict->SetInteger("os_error", os_error);
299 dict->SetString("os_error_string", gai_strerror(os_error));
306 os_error,
671 int os_error = 0;
677 &os_error);
682 attempt_number, error, os_error));
701 const int os_error) {
720 RecordPerformanceHistograms(start_time, error, os_error);
722 RecordAttemptHistograms(start_time, attempt_number, error, os_error);
732 os_error);
756 0, error, os_error);
768 const int os_error) const {
824 std::abs(os_error),
835 const int os_error) const {