![]() |
XRootD
|
#include <XrdOucPgrwUtils.hh>
Public Member Functions | |
dataInfo (const char *dP, const uint32_t *cP, off_t o, int n) | |
Public Attributes | |
int | count |
Number of bytes to check. More... | |
const uint32_t * | csval |
Pointer to vector of checksums. More... | |
const char * | data |
Pointer to data buffer. More... | |
off_t | offs |
Offset associated with data. More... | |
Verify CRC32C checksums for a pgWrite request.
dInfo | Reference to the data information used or state control. |
bado | The offset in error when return false. |
badc | The length of erroneous data at bado. |
Definition at line 100 of file XrdOucPgrwUtils.hh.
|
inline |
Definition at line 106 of file XrdOucPgrwUtils.hh.
int XrdOucPgrwUtils::dataInfo::count |
Number of bytes to check.
Definition at line 104 of file XrdOucPgrwUtils.hh.
Referenced by XrdOucPgrwUtils::csVer().
const uint32_t* XrdOucPgrwUtils::dataInfo::csval |
Pointer to vector of checksums.
Definition at line 102 of file XrdOucPgrwUtils.hh.
Referenced by XrdOucPgrwUtils::csVer().
const char* XrdOucPgrwUtils::dataInfo::data |
Pointer to data buffer.
Definition at line 101 of file XrdOucPgrwUtils.hh.
Referenced by XrdOucPgrwUtils::csVer().
off_t XrdOucPgrwUtils::dataInfo::offs |
Offset associated with data.
Definition at line 103 of file XrdOucPgrwUtils.hh.
Referenced by XrdOucPgrwUtils::csVer().