sdbytes           138 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_frame.c     p->sdbytes = 0;
sdbytes           261 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c     ssize_t remain = msg->sdbytes, rc;
sdbytes           264 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c     iov[0].iov_len = msg->sdbytes;
sdbytes           278 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c         msg->sdbytes = 0;
sdbytes           307 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c         if ((size_t)rc < msg->sdbytes) {
sdbytes           310 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c             msg->sdbytes -= rc;
sdbytes           314 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c             rc -= msg->sdbytes;
sdbytes           324 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c             msg->sdbytes = ntohl(msg->hdr.nbytes) - rc;
sdbytes           663 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c     snd->sdbytes = sizeof(pmix_ptl_hdr_t);
sdbytes           740 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_sendrecv.c     snd->sdbytes = sizeof(pmix_ptl_hdr_t);
sdbytes           137 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/ptl_types.h     size_t sdbytes;
sdbytes           283 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/ptl_types.h             snd->sdbytes = sizeof(pmix_ptl_hdr_t);                                          \
sdbytes           581 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c             if (PMIX_SUCCESS == (rc = send_bytes(peer->sd, &msg->sdptr, &msg->sdbytes))) {
sdbytes           595 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c                     msg->sdbytes = msg->hdr.nbytes;
sdbytes           631 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c             if (PMIX_SUCCESS == (rc = send_bytes(peer->sd, &msg->sdptr, &msg->sdbytes))) {
sdbytes           878 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c     snd->sdbytes = sizeof(pmix_usock_hdr_t);
sdbytes           929 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c     snd->sdbytes = sizeof(pmix_ptl_hdr_t);
sdbytes           118 orte/mca/oob/tcp/oob_tcp_sendrecv.c     ssize_t remain = msg->sdbytes, rc;
sdbytes           121 orte/mca/oob/tcp/oob_tcp_sendrecv.c     iov[0].iov_len = msg->sdbytes;
sdbytes           144 orte/mca/oob/tcp/oob_tcp_sendrecv.c         msg->sdbytes = 0;
sdbytes           181 orte/mca/oob/tcp/oob_tcp_sendrecv.c         if ((size_t)rc < msg->sdbytes) {
sdbytes           184 orte/mca/oob/tcp/oob_tcp_sendrecv.c             msg->sdbytes -= rc;
sdbytes           188 orte/mca/oob/tcp/oob_tcp_sendrecv.c             rc -= msg->sdbytes;
sdbytes           191 orte/mca/oob/tcp/oob_tcp_sendrecv.c             msg->sdbytes = ntohl(msg->hdr.nbytes) - rc;
sdbytes           279 orte/mca/oob/tcp/oob_tcp_sendrecv.c                         msg->sdbytes = msg->msg->iov[msg->iovnum].iov_len;
sdbytes           634 orte/mca/oob/tcp/oob_tcp_sendrecv.c     ptr->sdbytes = 0;
sdbytes            51 orte/mca/oob/tcp/oob_tcp_sendrecv.h     size_t sdbytes;
sdbytes           129 orte/mca/oob/tcp/oob_tcp_sendrecv.h         _s->sdbytes = sizeof(mca_oob_tcp_hdr_t);                       \
sdbytes           173 orte/mca/oob/tcp/oob_tcp_sendrecv.h         _s->sdbytes = sizeof(mca_oob_tcp_hdr_t);                       \
sdbytes           208 orte/mca/oob/tcp/oob_tcp_sendrecv.h         _s->sdbytes = sizeof(mca_oob_tcp_hdr_t);                       \
sdbytes           270 orte/mca/oob/tcp/oob_tcp_sendrecv.h             snd->sdbytes = sizeof(mca_oob_tcp_hdr_t);                   \