bytes             120 daemons/based/based_notify.c     ssize_t bytes = 0;
bytes             121 daemons/based/based_notify.c     int rc = pcmk__ipc_prepare_iov(0, xml, 0, &iov, &bytes);
bytes             126 daemons/based/based_notify.c         update.iov_size = bytes;
bytes             214 include/crm/common/ipc_internal.h                           struct iovec **result, ssize_t *bytes);
bytes              95 include/portability.h   unsigned char bytes[8]; /**< as 8 individual bytes */
bytes            1086 lib/common/ipc_client.c                        ssize_t *bytes)
bytes            1096 lib/common/ipc_client.c         *bytes = qb_ipcc_recv(client->ipc, client->buffer, client->buf_size, 1000);
bytes            1097 lib/common/ipc_client.c         if (*bytes > 0) {
bytes            1130 lib/common/ipc_client.c     if (*bytes < 0) {
bytes            1131 lib/common/ipc_client.c         rc = (int) -*bytes; // System errno
bytes            1155 lib/common/ipc_client.c     ssize_t bytes = 0;
bytes            1193 lib/common/ipc_client.c     rc = pcmk__ipc_prepare_iov(id, message, client->max_buf_size, &iov, &bytes);
bytes            1209 lib/common/ipc_client.c         if(factor < 10 && (client->max_buf_size / 10) < (bytes / factor)) {
bytes            1246 lib/common/ipc_client.c         rc = internal_ipc_get_reply(client, header->qb.id, ms_timeout, &bytes);
bytes            1256 lib/common/ipc_client.c         rc = (int) bytes; // Negative system errno, or size of reply received
bytes             588 lib/common/ipc_server.c                       ssize_t *bytes)
bytes             664 lib/common/ipc_server.c     if (bytes != NULL) {
bytes             665 lib/common/ipc_server.c         *bytes = header->qb.size;
bytes             116 lib/common/md5.c   uint32_t bytes = ctx->buflen;
bytes             117 lib/common/md5.c   size_t size = (bytes < 56) ? 64 / 4 : 64 * 2 / 4;
bytes             120 lib/common/md5.c   ctx->total[0] += bytes;
bytes             121 lib/common/md5.c   if (ctx->total[0] < bytes)
bytes             128 lib/common/md5.c   memcpy (&((char *) ctx->buffer)[bytes], fillbuf, (size - 2) * 4 - bytes);
bytes             116 lib/gnu/md5.c    uint32_t bytes = ctx->buflen;
bytes             117 lib/gnu/md5.c    size_t size = (bytes < 56) ? 64 / 4 : 64 * 2 / 4;
bytes             120 lib/gnu/md5.c    ctx->total[0] += bytes;
bytes             121 lib/gnu/md5.c    if (ctx->total[0] < bytes)
bytes             128 lib/gnu/md5.c    memcpy (&((char *) ctx->buffer)[bytes], fillbuf, (size - 2) * 4 - bytes);
bytes              50 maint/mocked/based-notifyfenced.c     ssize_t bytes;
bytes              56 maint/mocked/based-notifyfenced.c     pcmk__ipc_prepare_iov(0, xml, 0, &iov, &bytes);
bytes              58 maint/mocked/based-notifyfenced.c     update.iov_size = bytes;