#include "string.h"
#include "strings.h"
Go to the source code of this file.
Functions | |
unsigned long | XrdOucHashVal (const char *KeyVal) |
unsigned long | XrdOucHashVal2 (const char *KeyVal, int KeyLen) |
Variables | |
const char * | XrdOucHashValCVSID = "$Id: XrdOucHashVal.cc 22437 2008-03-04 14:35:16Z rdm $" |
unsigned long XrdOucHashVal | ( | const char * | KeyVal | ) |
Definition at line 20 of file XrdOucHashVal.cc.
References XrdOucHashVal2().
Referenced by XrdOssSys::Stage_RT().
unsigned long XrdOucHashVal2 | ( | const char * | KeyVal, | |
int | KeyLen | |||
) |
const char* XrdOucHashValCVSID = "$Id: XrdOucHashVal.cc 22437 2008-03-04 14:35:16Z rdm $" |
Definition at line 13 of file XrdOucHashVal.cc.