|
XRootD
|
Classes | |
| struct | ChecksumEntry |
| class | ChecksumInfo |
| class | ConnectionCallout |
| class | Factory |
| class | VerbsCache |
Functions | |
| size_t | GetChecksumLength (ChecksumType ctype) |
| CURL * | GetHandle (bool verbose) |
| ChecksumType | GetTypeFromString (const std::string &str) |
| const std::string | GetTypeString (ChecksumType ctype) |
| std::pair< uint16_t, uint32_t > | HTTPStatusConvert (unsigned status) |
| bool | HTTPStatusIsError (unsigned status) |
| std::string_view | ltrim_view (const std::string_view &input_view) |
| std::string | MarshalDuration (const struct timespec &timeout) |
| bool | ParseTimeout (const std::string &duration, struct timespec &, std::string &errmsg) |
| std::string_view | trim_view (const std::string_view &input_view) |
| struct XrdClHttp::ChecksumEntry |
Definition at line 91 of file XrdClHttpChecksum.hh.
Collaboration diagram for XrdClHttp::ChecksumEntry:| Class Members | ||
|---|---|---|
| ChecksumType | type | |
| array< unsigned char, g_max_checksum_length > | value | |
|
inline |
Definition at line 59 of file XrdClHttpChecksum.hh.
Referenced by XrdClHttp::CurlChecksumOp::Success().
Here is the caller graph for this function:| CURL* XrdClHttp::GetHandle | ( | bool | verbose | ) |
|
inline |
Definition at line 76 of file XrdClHttpChecksum.hh.
|
inline |
Definition at line 42 of file XrdClHttpChecksum.hh.
Referenced by XrdClHttp::CurlChecksumOp::Success().
Here is the caller graph for this function:| std::pair< uint16_t, uint32_t > XrdClHttp::HTTPStatusConvert | ( | unsigned | status | ) |
Definition at line 110 of file XrdClHttpUtil.cc.
References XrdCl::errErrorResponse, XrdCl::errUnknown, kXR_Conflict, kXR_FileLocked, kXR_Impossible, kXR_InvalidRequest, kXR_NotAuthorized, kXR_NotFound, kXR_Overloaded, kXR_overQuota, kXR_ReqTimedOut, and kXR_ServerError.
Referenced by XrdClHttp::CurlWorker::Run().
Here is the caller graph for this function:| bool XrdClHttp::HTTPStatusIsError | ( | unsigned | status | ) |
Definition at line 106 of file XrdClHttpUtil.cc.
Referenced by XrdClHttp::CurlWorker::Run(), and XrdClHttp::CurlVectorReadOp::Write().
Here is the caller graph for this function:| std::string_view XrdClHttp::ltrim_view | ( | const std::string_view & | input_view | ) |
Definition at line 621 of file XrdClHttpUtil.cc.
Referenced by trim_view(), and XrdClS3::Factory::TrimView().
Here is the caller graph for this function:| std::string XrdClHttp::MarshalDuration | ( | const struct timespec & | timeout | ) |
| bool XrdClHttp::ParseTimeout | ( | const std::string & | duration, |
| struct timespec & | , | ||
| std::string & | errmsg | ||
| ) |
| std::string_view XrdClHttp::trim_view | ( | const std::string_view & | input_view | ) |
Definition at line 610 of file XrdClHttpUtil.cc.
References ltrim_view().
Here is the call graph for this function: