Home | History | Annotate | Download | only in base

Lines Matching refs:sent

280     // Shut down when we've sent everything.
306 int sent;
312 sent = local_.Send(block, tosend);
314 if (sent != -1) {
315 send_stream_.SetPosition(position + sent);
316 LOG(LS_VERBOSE) << "Sent: " << position + sent;
322 sent = static_cast<int>(tosend = 0);
324 } while (sent > 0);
405 // Shut down when we've sent everything.
425 int sent;
432 sent = sender_->Send(block, tosend);
434 if (sent != -1) {
435 send_stream_.SetPosition(position + sent);
436 LOG(LS_VERBOSE) << "Sent: " << position + sent;
442 sent = static_cast<int>(tosend = 0);
444 } while (sent > 0);
553 int sent;
559 sent = local_.Send(block, tosend);
561 if (sent != -1) {
562 send_stream_.SetPosition(position + sent);
563 LOG(LS_VERBOSE) << "Sent: " << position + sent;
569 sent = static_cast<int>(tosend = 0);
571 } while (sent > 0);