XRootD
Loading...
Searching...
No Matches
XrdOucHash.icc File Reference
#include <cerrno>
#include <cstring>
Include dependency graph for XrdOucHash.icc:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

unsigned long XrdOucHashVal (const char *KeyVal)

Function Documentation

◆ XrdOucHashVal()

unsigned long XrdOucHashVal ( const char * KeyVal)
extern

Definition at line 35 of file XrdOucHashVal.cc.

36 {extern unsigned long XrdOucHashVal2(const char *, int);
37 return XrdOucHashVal2(KeyVal, strlen(KeyVal));
38 }
unsigned long XrdOucHashVal2(const char *KeyVal, int KeyLen)

Referenced by XrdOucHash< T >::Add(), and XrdOucHash< T >::Del().

Here is the caller graph for this function: