|
Functions |
void | SharedBufRealloc (long size) |
void | SharedBufFree () |
vecString * | Tokenize (const char *str, char sep) |
void | BuildBoolAnswer (vecBool &vb) |
bool | XrdInitialize (const char *url, const char *EnvValues) |
bool | XrdTerminate () |
char * | XrdSysStatX (const char *paths_list) |
char * | XrdExistFiles (const char *filepaths) |
char * | XrdExistDirs (const char *filepaths) |
char * | XrdIsFileOnline (const char *filepaths) |
bool | XrdMv (const char *fileSrc, const char *fileDest) |
bool | XrdMkdir (const char *dir, int user, int group, int other) |
bool | XrdChmod (const char *file, int user, int group, int other) |
bool | XrdRm (const char *file) |
bool | XrdRmdir (const char *path) |
bool | XrdPrepare (const char *filepaths, unsigned char opts, unsigned char prty) |
char * | XrdDirList (const char *dir) |
char * | XrdGetChecksum (const char *path) |
char * | XrdGetCurrentHost () |
bool | XrdStat (const char *fname, long *id, long long *size, long *flags, long *modtime) |
Variables |
const char * | XrdClientAdmin_cCVSID = "$Id$" |
char * | sharedbuf |
XrdClientAdmin * | adminst = NULL |