hdr_offset         51 lib/common/ipc.c static int hdr_offset = 0;
hdr_offset         58 lib/common/ipc.c     if (hdr_offset == 0) {
hdr_offset         59 lib/common/ipc.c         hdr_offset = sizeof(struct crm_ipc_response_header);
hdr_offset        632 lib/common/ipc.c     iov[0].iov_len = hdr_offset;
hdr_offset       1012 lib/common/ipc.c         unsigned int new_buf_size = QB_MAX((hdr_offset + size_u), client->max_buf_size);
hdr_offset       1018 lib/common/ipc.c         rc = BZ2_bzBuffToBuffDecompress(uncompressed + hdr_offset, &size_u,
hdr_offset       1019 lib/common/ipc.c                                         client->buffer + hdr_offset, header->size_compressed, 1, 0);
hdr_offset       1037 lib/common/ipc.c         memcpy(uncompressed, client->buffer, hdr_offset);       /* Preserve the header */
hdr_offset       1045 lib/common/ipc.c     CRM_ASSERT(client->buffer[hdr_offset + header->size_uncompressed - 1] == 0);
hdr_offset       1078 lib/common/ipc.c                   client->buffer + hdr_offset);