#include <XrdOucNList.hh>
Definition at line 40 of file XrdOucNList.hh.
◆ XrdOucNList()
XrdOucNList::XrdOucNList |
( |
const char * |
name = "" , |
|
|
int |
nvals = 0 |
|
) |
| |
◆ ~XrdOucNList()
XrdOucNList::~XrdOucNList |
( |
| ) |
|
|
inline |
◆ Flag()
int XrdOucNList::Flag |
( |
| ) |
|
|
inline |
◆ NameKO() [1/2]
int XrdOucNList::NameKO |
( |
const char * |
pd | ) |
|
|
inline |
◆ NameKO() [2/2]
int XrdOucNList::NameKO |
( |
const char * |
pd, |
|
|
const int |
pl |
|
) |
| |
Definition at line 64 of file XrdOucNList.cc.
69 if (namelenR < 0)
return !strcasecmp(pd, nameL);
73 if (namelenL && namelenL <= pl && strncasecmp(pd,nameL,namelenL))
78 if (!namelenR)
return 1;
79 if (namelenR > pl)
return 0;
80 return !strcasecmp((pd + pl - namelenR), nameR);
Referenced by NameKO().
◆ NameOK() [1/2]
int XrdOucNList::NameOK |
( |
const char * |
pd | ) |
|
|
inline |
◆ NameOK() [2/2]
int XrdOucNList::NameOK |
( |
const char * |
pd, |
|
|
const int |
pl |
|
) |
| |
Definition at line 87 of file XrdOucNList.cc.
92 if (namelenR < 0)
return !strcmp(pd, nameL);
96 if (namelenL && namelenL <= pl && strncmp(pd,nameL,namelenL))
101 if (!namelenR)
return 1;
102 if (namelenR > pl)
return 0;
103 return !strcmp((pd + pl - namelenR), nameR);
Referenced by XrdOucNList_Anchor::Find(), and NameOK().
◆ Next()
◆ Set()
void XrdOucNList::Set |
( |
int |
fval | ) |
|
|
inline |
◆ XrdOucNList_Anchor
The documentation for this class was generated from the following files: