Lines Matching full:sent
472 error("try_send: complete buffer not sent (%d/%zu bytes)",
484 unsigned int cont_fragments, sent;
535 debug("avdtp_send: first packet with %zu bytes sent",
538 sent = session->omtu - sizeof(start);
541 while (sent < len) {
544 left = len - sent;
561 memcpy(session->buf + sizeof(cont), data + sent, to_copy);
566 sent += to_copy;
2327 was not totally sent or in case of EINTR? */