Home | History | Annotate | Download | only in socket

Lines Matching refs:len1

1760   unsigned int len1, len2;
1761 memio_GetWriteParams(nss_bufs_, &buf1, &len1, &buf2, &len2);
1762 const unsigned int len = len1 + len2;
1770 memcpy(send_buffer->data(), buf1, len1);
1771 memcpy(send_buffer->data() + len1, buf2, len2);