#include "XrdProofdPlatform.h"
#include "XrdProofGroup.h"
#include "XrdProofdTrace.h"
Go to the source code of this file.
Functions | |
static int | CheckUser (const char *, XrdProofGroup *g, void *u) |
static int | ExportGroup (const char *, XrdProofGroup *g, void *u) |
static int | PrintGroup (const char *, XrdProofGroup *g, void *) |
static int | AuxFunc (const char *, XrdProofGroup *g, void *s) |
static int | GetGroupsInfo (const char *, XrdProofGroup *g, void *s) |
static int | SetGroupFracEff (const char *, XrdProofGroup *g, void *s) |
static int AuxFunc | ( | const char * | , | |
XrdProofGroup * | g, | |||
void * | s | |||
) | [static] |
Definition at line 74 of file XrdProofGroup.cxx.
References XrdOucString::beginswith(), XrdOucString::find(), g, XrdOucString::length(), and STR_NPOS.
Referenced by XrdProofGroupMgr::Next().
static int CheckUser | ( | const char * | , | |
XrdProofGroup * | g, | |||
void * | u | |||
) | [static] |
Definition at line 29 of file XrdProofGroup.cxx.
References g.
Referenced by XrdProofGroupMgr::GetUserGroup().
static int ExportGroup | ( | const char * | , | |
XrdProofGroup * | g, | |||
void * | u | |||
) | [static] |
Definition at line 44 of file XrdProofGroup.cxx.
References g, and XrdOucString::length().
Referenced by XrdProofGroupMgr::Export().
static int GetGroupsInfo | ( | const char * | , | |
XrdProofGroup * | g, | |||
void * | s | |||
) | [static] |
Definition at line 571 of file XrdProofGroup.cxx.
References g.
Referenced by XrdProofGroupMgr::SetEffectiveFractions().
static int PrintGroup | ( | const char * | , | |
XrdProofGroup * | g, | |||
void * | ||||
) | [static] |
Definition at line 63 of file XrdProofGroup.cxx.
References g.
Referenced by XrdProofGroupMgr::Print().
static int SetGroupFracEff | ( | const char * | , | |
XrdProofGroup * | g, | |||
void * | s | |||
) | [static] |
Definition at line 602 of file XrdProofGroup.cxx.
References XpdGroupEff_t::cut, g, XpdGroupEff_t::glo, XpdGroupGlobal_t::nofrac, XpdGroupEff_t::norm, XpdGroupEff_t::opt, XpdGroupGlobal_t::prmin, and XpdGroupGlobal_t::totfrac.
Referenced by XrdProofGroupMgr::SetEffectiveFractions().