|
XRootD
|
#include <XrdCksData.hh>
Collaboration diagram for XrdCksData:Public Member Functions | |
| XrdCksData () | |
| int | Get (char *Buff, int Blen) |
| bool | HasValue () |
| int | operator!= (const XrdCksData &oth) |
| int | operator== (const XrdCksData &oth) |
| void | Reset () |
| int | Set (const char *csName) |
| int | Set (const char *csVal, int csLen) |
| int | Set (const void *csVal, int csLen) |
Public Attributes | ||
| union { | ||
| XrdOucEnv * | envP | |
| long long | fmTime | |
| }; | ||
| int | csTime | |
| char | Length | |
| char | Name [NameSize] | |
| short | Rsvd1 | |
| char | Rsvd2 | |
| char | Value [ValuSize] | |
Static Public Attributes | |
| static const int | NameSize = 16 |
| static const int | ValuSize = 64 |
Definition at line 37 of file XrdCksData.hh.
|
inline |
Definition at line 122 of file XrdCksData.hh.
References Reset().
Here is the call graph for this function:
|
inline |
Definition at line 69 of file XrdCksData.hh.
Referenced by XrdOfs::chksum(), XrdCl::CheckSumHelper::GetCheckSum(), XrdCl::Utils::GetLocalCheckSum(), and XrdCksAttrValue().
Here is the caller graph for this function:
|
inline |
Definition at line 125 of file XrdCksData.hh.
References Value.
Referenced by XrdCpConfig::Config().
Here is the caller graph for this function:
|
inline |
Definition at line 63 of file XrdCksData.hh.
|
inline |
|
inline |
Definition at line 112 of file XrdCksData.hh.
References csTime, Length, Name, Rsvd1, Rsvd2, and Value.
Referenced by XrdCksData(), and XrdFrmAdmin::Chksum().
Here is the caller graph for this function:
|
inline |
Definition at line 81 of file XrdCksData.hh.
References Name.
Referenced by XrdCksManager::Calc(), XrdCl::CheckSumManager::Calculate(), XrdFrmAdmin::Chksum(), XrdOfs::chksum(), XrdCksManager::Get(), XrdPssCks::Get(), XrdCl::CheckSumHelper::GetCheckSum(), XrdCl::Utils::GetLocalCheckSum(), and XrdCksAttrData().
Here is the caller graph for this function:
|
inline |
Definition at line 96 of file XrdCksData.hh.
|
inline |
Definition at line 89 of file XrdCksData.hh.
| union { ... } XrdCksData |
| int XrdCksData::csTime |
Definition at line 49 of file XrdCksData.hh.
Referenced by XrdCksManager::Calc(), XrdPssCks::Get(), XrdCksXAttr::postGet(), XrdCksXAttr::preSet(), Reset(), and XrdCksAttrData().
| char XrdCksData::Length |
Definition at line 52 of file XrdCksData.hh.
Referenced by XrdCksManager::Calc(), XrdFrmAdmin::Chksum(), XrdCpConfig::Config(), Get(), XrdCksManager::Get(), XrdPssCks::Get(), operator!=(), operator==(), Reset(), Set(), XrdCksManager::Set(), Set(), XrdCksManager::Ver(), XrdPssCks::Ver(), and XrdCksAttrValue().
| char XrdCksData::Name[NameSize] |
Definition at line 44 of file XrdCksData.hh.
Referenced by XrdCksManager::Calc(), XrdFrmAdmin::Chksum(), XrdCksManager::Del(), XrdCksManager::Get(), XrdPssCks::Get(), XrdCksXAttr::Name(), operator!=(), operator==(), Reset(), Set(), XrdCksManager::Set(), XrdCksManager::Ver(), XrdPssCks::Ver(), and XrdCksAttrValue().
|
static |
Definition at line 41 of file XrdCksData.hh.
Referenced by XrdCksManager::Config(), operator!=(), operator==(), XrdCksConfig::ParseLib(), XrdCksAttrData(), XrdCksAttrName(), and XrdCksAttrValue().
| short XrdCksData::Rsvd1 |
Definition at line 50 of file XrdCksData.hh.
Referenced by Reset().
| char XrdCksData::Rsvd2 |
Definition at line 51 of file XrdCksData.hh.
Referenced by Reset().
| char XrdCksData::Value[ValuSize] |
Definition at line 53 of file XrdCksData.hh.
Referenced by XrdCksManager::Calc(), Get(), HasValue(), operator!=(), operator==(), Reset(), Set(), Set(), XrdCksManager::Ver(), and XrdPssCks::Ver().
|
static |
Definition at line 42 of file XrdCksData.hh.
Referenced by XrdCksManager::Get(), Set(), and XrdCksAttrValue().