Lines Matching defs:count
655 size_t count = arraysize(data);
656 write_size_ = NodeBIO::FromBIO(enc_out_)->PeekMultiple(data, size, &count);
657 CHECK(write_size_ != 0 && count != 0);
661 for (size_t i = 0; i < count; i++)
664 Debug(this, "Writing %zu buffers to the underlying stream", count);
665 StreamWriteResult res = underlying_stream()->Write(bufs, count);
955 size_t count,
970 for (i = 0; i < count; i++) {
996 underlying_stream()->Write(bufs, count, send_handle);
1036 for (i = 0; i < count; i++) {