|
XRootD
|
#include <iostream>#include <fcntl.h>#include <cstdio>#include <unistd.h>#include <sys/stat.h>#include <cstring>#include <sys/types.h>#include <sys/uio.h>#include "XrdOuc/XrdOucCRC.hh"#include "XrdSys/XrdSysE2T.hh"
Include dependency graph for XrdCrc32c.cc:Go to the source code of this file.
Macros | |
| #define | O_DIRECT 0 |
Functions | |
| void | Fatal (const char *op, const char *target) |
| int | main (int argc, char *argv[]) |
| void | Usage (int rc) |
| #define O_DIRECT 0 |
Definition at line 51 of file XrdCrc32c.cc.
Referenced by main(), XrdPssFile::Open(), XrdOfsFile::open(), XrdFfsWcache_create(), and xrootdfs_read().
| void Fatal | ( | const char * | op, |
| const char * | target ) |
Definition at line 58 of file XrdCrc32c.cc.
References XrdSysE2T().
Referenced by XrdSecProtocolztn::XrdSecProtocolztn(), XrdSecProtocolkrb5::Authenticate(), XrdSecProtocolztn::Authenticate(), XrdSecProtocolkrb5::getCredentials(), XrdSecProtocolztn::getCredentials(), XrdSecProtocolkrb5::Init(), main(), XrdTlsContext::SetContextCiphers(), XrdSecProtocolztnInit(), and XrdSecProtocolztnObject().
Here is the call graph for this function:
Here is the caller graph for this function:| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 91 of file XrdCrc32c.cc.
References XrdOucCRC::Calc32C(), Fatal(), O_DIRECT, open, optind, optopt, opts, read, and Usage().
Here is the call graph for this function:| void Usage | ( | int | rc | ) |
Definition at line 71 of file XrdCrc32c.cc.
Referenced by main().
Here is the caller graph for this function: