#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 65 of file XrdOucNList.cc.
70 if (namelenR < 0)
return !strcasecmp(pd, nameL);
74 if (namelenL && namelenL <= pl && strncasecmp(pd,nameL,namelenL))
79 if (!namelenR)
return 1;
80 if (namelenR > pl)
return 0;
81 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 88 of file XrdOucNList.cc.
93 if (namelenR < 0)
return !strcmp(pd, nameL);
97 if (namelenL && namelenL <= pl && strncmp(pd,nameL,namelenL))
102 if (!namelenR)
return 1;
103 if (namelenR > pl)
return 0;
104 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: