xrootd
|
Public Member Functions | |
virtual int | lfn2pfn (const char *lfn, char *buff, int blen) |
virtual int | lfn2rfn (const char *lfn, char *buff, int blen) |
virtual int | pfn2lfn (const char *lfn, char *buff, int blen) |
XrdOucN2N (XrdSysError *erp, const char *lpfx, const char *rpfx) | |
Private Member Functions | |
int | concat_fn (const char *prefix, int pfxlen, const char *path, char *buffer, int blen) |
Private Attributes | |
XrdSysError * | eDest |
char * | LocalRoot |
int | LocalRootLen |
char * | RemotRoot |
int | RemotRootLen |
XrdOucN2N::XrdOucN2N | ( | XrdSysError * | erp, |
const char * | lpfx, | ||
const char * | rpfx | ||
) |
References eDest, LocalRoot, LocalRootLen, RemotRoot, and RemotRootLen.
int XrdOucN2N::concat_fn | ( | const char * | prefix, |
int | pfxlen, | ||
const char * | path, | ||
char * | buffer, | ||
int | blen | ||
) | [private] |
int XrdOucN2N::lfn2pfn | ( | const char * | lfn, |
char * | buff, | ||
int | blen | ||
) | [virtual] |
Implements XrdOucName2Name.
References concat_fn(), eDest, XrdSysError::Emsg(), LocalRoot, and LocalRootLen.
int XrdOucN2N::lfn2rfn | ( | const char * | lfn, |
char * | buff, | ||
int | blen | ||
) | [virtual] |
Implements XrdOucName2Name.
References concat_fn(), eDest, XrdSysError::Emsg(), RemotRoot, and RemotRootLen.
int XrdOucN2N::pfn2lfn | ( | const char * | lfn, |
char * | buff, | ||
int | blen | ||
) | [virtual] |
Implements XrdOucName2Name.
References LocalRoot, LocalRootLen, and strlcpy().
XrdSysError* XrdOucN2N::eDest [private] |
Referenced by lfn2pfn(), lfn2rfn(), and XrdOucN2N().
char* XrdOucN2N::LocalRoot [private] |
Referenced by lfn2pfn(), pfn2lfn(), and XrdOucN2N().
int XrdOucN2N::LocalRootLen [private] |
Referenced by lfn2pfn(), pfn2lfn(), and XrdOucN2N().
char* XrdOucN2N::RemotRoot [private] |
Referenced by lfn2rfn(), and XrdOucN2N().
int XrdOucN2N::RemotRootLen [private] |
Referenced by lfn2rfn(), and XrdOucN2N().