![]() |
XRootD
|
#include <XrdOucNList.hh>
Public Member Functions | |
void | Empty (XrdOucNList *newlist=0) |
XrdOucNList * | Find (const char *name) |
XrdOucNList * | First () |
void | Insert (XrdOucNList *newitem) |
void | Lock () |
int | NotEmpty () |
XrdOucNList * | Pop () |
void | Replace (const char *name, int nval) |
void | Replace (XrdOucNList *item) |
void | Swap (XrdOucNList_Anchor &other) |
void | UnLock () |
void | Zorch (XrdOucNList *newnext=0) |
![]() | |
XrdOucNList (const char *name="", int nvals=0) | |
~XrdOucNList () | |
int | Flag () |
int | NameKO (const char *pd) |
int | NameKO (const char *pd, const int pl) |
int | NameOK (const char *pd) |
int | NameOK (const char *pd, const int pl) |
XrdOucNList * | Next () |
void | Set (int fval) |
Definition at line 74 of file XrdOucNList.hh.
|
inline |
Definition at line 81 of file XrdOucNList.hh.
References Lock(), and UnLock().
|
inline |
Definition at line 89 of file XrdOucNList.hh.
References Lock(), XrdOucNList::NameOK(), and UnLock().
Referenced by XrdNetSecurity::Authorize(), and main().
|
inline |
Definition at line 100 of file XrdOucNList.hh.
Referenced by main(), and Swap().
|
inline |
Definition at line 102 of file XrdOucNList.hh.
References Lock(), and UnLock().
Referenced by XrdNetSecurity::AddHost().
|
inline |
Definition at line 78 of file XrdOucNList.hh.
References XrdSysMutex::Lock().
Referenced by Empty(), Find(), Insert(), Pop(), and Replace().
|
inline |
Definition at line 108 of file XrdOucNList.hh.
|
inline |
Definition at line 110 of file XrdOucNList.hh.
References Lock(), and UnLock().
Referenced by XrdNetSecurity::Merge().
void XrdOucNList_Anchor::Replace | ( | const char * | name, |
int | nval | ||
) |
Definition at line 110 of file XrdOucNList.cc.
References XrdOucNList::XrdOucNList().
Referenced by main(), and XrdNetSecurity::Merge().
void XrdOucNList_Anchor::Replace | ( | XrdOucNList * | item | ) |
Definition at line 118 of file XrdOucNList.cc.
References Lock(), XrdOucNList::Set(), and UnLock().
|
inline |
Definition at line 123 of file XrdOucNList.hh.
References First(), and Zorch().
|
inline |
Definition at line 79 of file XrdOucNList.hh.
References XrdSysMutex::UnLock().
Referenced by Empty(), Find(), Insert(), Pop(), and Replace().
|
inline |
Definition at line 129 of file XrdOucNList.hh.
Referenced by Swap().