#include "XrdProofdPlatform.h"#include "XrdOuc/XrdOucStream.hh"#include "XrdSys/XrdSysPriv.hh"#include "XrdProofdAux.h"#include "XrdProofdConfig.h"#include "XrdProofdProtocol.h"#include "XrdProofdTrace.h"Go to the source code of this file.
Defines | |
| #define | XPD_MAXLEN 1024 |
Functions | |
| int | DoDirectiveClass (XrdProofdDirective *d, char *val, XrdOucStream *cfg, bool rcf) |
| int | DoDirectiveInt (XrdProofdDirective *d, char *val, XrdOucStream *cfg, bool rcf) |
| int | DoDirectiveString (XrdProofdDirective *d, char *val, XrdOucStream *cfg, bool rcf) |
| int | SetHostInDirectives (const char *, XrdProofdDirective *d, void *h) |
| #define XPD_MAXLEN 1024 |
| int DoDirectiveClass | ( | XrdProofdDirective * | d, | |
| char * | val, | |||
| XrdOucStream * | cfg, | |||
| bool | rcf | |||
| ) |
Definition at line 1588 of file XrdProofdAux.cxx.
References d.
Referenced by XrdProofdNetMgr::RegisterDirectives(), XrdProofSched::RegisterDirectives(), XrdProofdProofServMgr::RegisterDirectives(), XrdProofdAdmin::RegisterDirectives(), XrdROOTMgr::RegisterDirectives(), XrdProofdManager::RegisterDirectives(), XrdProofdClientMgr::RegisterDirectives(), XrdProofdProtCfg::RegisterDirectives(), and XrdProofdPriorityMgr::RegisterDirectives().
| int DoDirectiveInt | ( | XrdProofdDirective * | d, | |
| char * | val, | |||
| XrdOucStream * | cfg, | |||
| bool | rcf | |||
| ) |
Definition at line 1600 of file XrdProofdAux.cxx.
References XrdProofdAux::CheckIf(), d, strtol(), TRACE, and XPDLOC.
Referenced by XrdProofdNetMgr::RegisterDirectives(), XrdProofdProofServMgr::RegisterDirectives(), and XrdProofdClientMgr::RegisterDirectives().
| int DoDirectiveString | ( | XrdProofdDirective * | d, | |
| char * | val, | |||
| XrdOucStream * | cfg, | |||
| bool | rcf | |||
| ) |
Definition at line 1627 of file XrdProofdAux.cxx.
References XrdProofdAux::CheckIf(), d, TRACE, and XPDLOC.
Referenced by XrdProofdProofServMgr::RegisterDirectives(), XrdProofdManager::RegisterDirectives(), and XrdProofdClientMgr::RegisterDirectives().
| int SetHostInDirectives | ( | const char * | , | |
| XrdProofdDirective * | d, | |||
| void * | h | |||
| ) |
Definition at line 1652 of file XrdProofdAux.cxx.
References d.
Referenced by XrdProofdConfig::ParseFile().
1.5.1