►NMacaroons | |
CAuthz | |
CHandler | |
►NTPC | |
CCurlDeleter | |
CState | |
CStream | |
CTPCHandler | |
►NXrdCephBuffer | Simple implementation of IXrdCephBufferData using std::vector<char> representation for the buffer |
CCephBufSfsAio | |
CCephIOAdapterAIORaw | Implements a non-async read and write to ceph via aio ceph_posix calls Using the standard ceph_posix_aio calls do the actual read and write operations. No ownership is taken on the buffer that's passed via the constructor Although using aio calls, we block here until the data has been read/written |
CCephIOAdapterRaw | Implements a non-async read and write to ceph via ceph_posix calls Using the standard ceph_posix_ calls do the actual read and write operations. No ownership is taken on the buffer that's passed via the constructor |
CExtent | |
CExtentHolder | Designed to hold individual extents, but itself provide Extent-like capabilities Useful in cases of combining extends, or needing to hold a range of extends and extract information about (or aggregated from) the contained objects. Could be useful to inherit from Extent if improvements needed |
CICephIOAdapter | Manage the actual IO operations that read and write the data into Ceph via librados striper. Likely to be provided with a buffer in the concreate implementation's constructor. Attempt to decouple the low level IO operations from the buffer implementation. However, ight coupling might be strictly necessary, making this class a bit redundant. Consider to refactor if this proves to be the case .. |
CIXrdCephBufferAlg | Interface to a holder of the main logic decisions of the buffering algortithm, decoupled from the buffer resource itself. Main work of the buffering is done in the classes that inherit from the interace, of how and when and why to buffer and flush the data The physical representation of the buffer is not written here to allow for some flexibility of changing the internals of the buffer if needed. Anticipate that a non-async and async will be the main distinct use cases |
CIXrdCephBufferData | Interface to the Buffer's physical representation. Allow an interface to encapsulate the requirements of a buffer's memory, without worrying about the details. Various options exist for the specific buffer implemented, and are left to the sub-classes |
CIXrdCephReadVAdapter | Interface to the logic of dealing with readV requests |
CTimer_ns | |
CXrdCephBufferAlgSimple | |
CXrdCephBufferDataSimple | Implementation of a buffer using a simple vector<char> Simplest implementation of a buffer using vector<char> for underlying memory. Capacity is reserved on construction and released back at destruction. Does very little itself, except to provide access methods |
CXrdCephReadVBasic | Combine requests into single reads accoriding to some basic rules. Read a minimum amount of data (2MiB default), keep adding chunks until the used fraction is lower than some threshold, or 64MiB is reached. Calling code unraveles the correct ranges for each |
CXrdCephReadVNoOp | Passthrough implementation. Convertes the ReadV requests to extents and makes the request. Does not change how the readV implementation is done, just implements a version with Extents More for functionality testing, or to allow easier access to readV statistics |
►NXrdCl | |
CAccess | Access mode |
CAction | Action |
CActionExecutor | Executes an action registered in the csv file |
►CActionMetrics | Metrics struct storing all timing and IO information of an action |
Csynchronicity_t | |
CAnyObject | |
CAppendFileImpl | AppendFile operation ( |
CArg | |
CArg< std::string > | |
►CArgBase | Base class for Arg |
CFutureValue | A helper class for holding future value |
CFwdValue | A helper class for holding forwarded value |
CPlainValue | A helper class for holding plain value |
CValueHolder | Abstract class for holding a value |
CAssignLastURLHandler | Wrapper class used to assign last URL |
CAssignLBHandler | Wrapper class used to assign a load balancer |
CAsyncDiscardReader | Object for discarding data |
CAsyncHSReader | Utility class encapsulating reading hand-shake response logic |
CAsyncHSWriter | Utility class encapsulating writing hand-shake request logic |
CAsyncMsgReader | Utility class encapsulating reading response message logic |
CAsyncMsgWriter | Utility class encapsulating writing request logic |
CAsyncPageReader | Object for reading out data from the PgRead response |
CAsyncRawReader | Object for reading out data from the kXR_read response |
►CAsyncRawReaderIntfc | Base class for any message's body reader |
CChunkStatus | |
CAsyncSocketHandler | |
CAsyncVectorReader | Object for reading out data from the VectorRead response |
Cbarrier_t | |
CBindPrefSelector | |
CBuffer | Binary blob representation |
CBufferPool | Buffer pool - to limit memory consumption |
CChannel | A communication channel between the client and the server |
CChannelEventHandler | Channel event handler |
CChannelHandlerList | A helper for handling channel event handlers |
CCheckpointImpl | Checkpoint operation ( |
CCheckSumHelper | Check sum helper for stdio |
CCheckSumManager | Manage the checksum calc objects |
CChkptWrtImpl | Checkpointed write operation ( |
CChkptWrtVImpl | Checkpointed WriteV operation ( |
CChModImpl | ChMod operation ( |
CChunkHandler | |
CChunkInfo | Describe a data chunk for vector read |
CClassicCopyJob | |
CCloseAction | Close action |
CCloseArchiveImpl | CloseArchive operation ( |
CCloseFileImpl | CloseFile operation ( |
CCloseImpl | Close operation ( |
CConcreteOperation | |
CConnErrJob | |
CCopyJob | Copy job |
CCopyProcess | Copy the data from one point to another |
CCopyProcessImpl | |
CCopyProgressHandler | Interface for copy progress notification |
CCtx | Utility class for storing a pointer to operation context |
CDeepLocateImpl | DeepLocate operation ( |
CDefaultEnv | |
CDelXAttrBulkImpl | DelXAttr bulk operation ( |
CDelXAttrFsBulkImpl | DelXAttr bulk operation ( |
CDelXAttrFsImpl | DelXAttr operation ( |
CDelXAttrImpl | DelXAttr operation ( |
►CDirectoryList | Directory list |
CListEntry | Directory entry |
CDirListFlags | DirList flags |
CDirListImpl | DirList operation ( |
CDlgEnv | |
CEcHandler | |
CEcPgReadResponseHandler | |
CEcPlugInFactory | Plugin factory |
CEnv | |
CExOpenFuncWrapper | Lambda wrapper |
CFcntlAction | Fcntl action |
CFcntlImpl | Fcntl operation ( |
CFile | A file |
CFileImpl | |
CFileOperation | |
CFilePlugIn | An interface for file plug-ins |
CFileStateHandler | Handle the stateful operations |
CFileSystem | Send file/filesystem queries to an XRootD cluster |
CFileSystemData | |
CFileSystemImpl | Implementation holding the data members |
CFileSystemOperation | |
CFileSystemPlugIn | An interface for file plug-ins |
►CFileSystemUtils | |
CSpaceInfo | Container for space information |
CSpaceInfoImpl | |
CFileTimer | Task generating timeout events for FileStateHandlers in recovery mode |
CFinalOperation | |
CForkHandler | |
CFreeSpace | |
CFSExecutor | Execute queries given as a commandline |
CFunctionWrapper | |
CFunctionWrapper< void > | |
CFutureWrapper | |
CFutureWrapper< void > | A wrapper handler for a std::promise / std::future, overload for void type |
CFutureWrapperBase | |
CFwd | |
►CFwdStorage | |
CMemory | Memory for the value |
CGetXAttrBulkImpl | GetXAttr bulk operation ( |
CGetXAttrFsBulkImpl | GetXAttr bulk operation ( |
CGetXAttrFsImpl | GetXAttr operation ( |
CGetXAttrImpl | GetXAttr operation ( |
CHandleRspJob | |
CHandShakeData | Data structure that carries the handshake information |
CHostInfo | |
CHttpFilePlugIn | |
CHttpFileSystemPlugIn | |
CInMessageHelper | |
CInQueue | A synchronize queue for incoming data |
CJob | Interface for a job to be run by the job manager |
CJobManager | A synchronized queue |
CListXAttrFsImpl | ListXAttr bulk operation ( |
CListXAttrImpl | ListXAttr bulk operation ( |
CLocalFileHandler | |
CLocalFileTask | |
CLocateImpl | Locate operation ( |
►CLocationInfo | Path location info |
CLocation | Location |
CLog | Handle diagnostics |
CLogOut | Interface for logger outputs |
CLogOutCerr | Write log messages to stderr |
CLogOutFile | Write log messages to a file |
CMessage | The message representation used throughout the system |
CMessageSendParams | |
CMessageUtils | |
CMetalinkOpenHandler | |
CMetalinkReadHandler | |
CMetalinkRedirector | |
CMkDirFlags | MkDir flags |
CMkDirImpl | MkDir operation ( |
►CMonitor | An abstract class to describe the client-side monitoring plugin interface |
CCheckSumInfo | Describe a checksum event |
CCloseInfo | Describe a file close event |
CConnectInfo | Describe a server login event |
CCopyBInfo | |
CCopyEInfo | Describe an end of copy event |
CDisconnectInfo | Describe a server logout event |
CErrorInfo | Describe an encountered file-based error |
COpenInfo | Describe a file open event to the monitor |
CTransferInfo | Describe the transfer |
CMsgHandler | Message handler |
CMvImpl | Mv operation ( |
Cmytimer_t | Timer helper class |
CNone | None object for initializing empty Optional |
CNullRef | |
CNullResponseHandler | |
COpenAction | Open action |
COpenArchiveImpl | OpenArchive operation ( |
COpenFileImpl | OpenFile operation ( |
COpenFlags | Open flags, may be or'd when appropriate |
COpenImpl | Open operation ( |
COpenInfo | Information returned by file open operation |
COperation | |
Coperation_expired | |
COptional | |
►COutQueue | A synchronized queue for the outgoing data |
CMsgHelper | |
CPageInfo | |
CPageInfoImpl | |
CParallelOperation | |
CPathID | |
CPgReadAction | |
CPgReadFlags | PgRead flags |
CPgReadImpl | PgRead operation ( |
CPgReadSubstitutionHandler | |
CPgWriteAction | |
CPgWriteImpl | PgWrite operation ( |
CPingImpl | Ping operation ( |
CPipeline | |
CPipelineException | Pipeline exception, wrapps an XRootDStatus |
CPipelineHandler | |
CPlugInFactory | Plugin factory |
CPlugInManager | Manage client-side plug-ins and match them agains URLs |
CPluginUnloadHandler | |
CPolicyExecutor | |
CPoller | Interface for socket pollers |
CPollerBuiltIn | A poller implementation using the build-in XRootD poller |
CPollerFactory | Helper for creating poller objects |
CPostMaster | A hub for dispatching and receiving messages |
CPostMasterImpl | |
CPrepareFlags | Prepare flags |
CPrepareImpl | Prepare operation ( |
CPropertyList | A key-value pair map storing both keys and values as strings |
CProtocolImpl | Protocol operation ( |
CProtocolInfo | Protocol response |
CQueryCode | XRootD query request codes |
CQueryImpl | Query operation ( |
CRawWrapper | Wrapper class for raw response handler (ResponseHandler) |
CReadAction | Read action |
CReadImpl | Read operation ( |
CReadTrait | RdWithRsp: factory for creating ReadImpl/PgReadImpl objects |
CReadTrait< ChunkInfo > | |
CReadTrait< PageInfo > | |
CRecorder | |
CRecorderFactory | XrdCl recorder plug-in factory |
CRedirectEntry | |
CRedirectJob | A job class for redirect handling in the thread-pool |
CRedirectorRegistry | Singleton access to URL to virtual redirector mapping |
CReplayArgs | Args parse for XrdClReplay |
CRequestSync | A helper running a fixed number of requests at a given time |
CResp | |
CResp< void > | |
CRespBase | |
CResponseHandler | Handle an async response |
CResponseJob | Call the user callback |
CRetryInfo | |
CRetryInfoImpl | |
CRmDirImpl | RmDir operation ( |
CRmImpl | Rm operation ( |
CScopedDescriptor | Smart descriptor - closes the descriptor on destruction |
CSendInfoImpl | SendInfo operation ( |
Cseq_gen | |
Cseq_gen< 0, Ns... > | |
Cseq_gen< I, Ns... > | |
Csequence | |
CServerSpaceInfo | |
CSetXAttrBulkImpl | SetXAttr bulk operation ( |
CSetXAttrFsBulkImpl | SetXAttr bulk operation ( |
CSetXAttrFsImpl | SetXAttr operation ( |
CSetXAttrImpl | SetXAttr operation ( |
CSIDManager | Handle XRootD stream IDs |
CSIDMgrPool | Pool of SID manager objects |
CSocket | A network socket |
CSocketHandler | Interface |
CStatAction | Stat action |
CStatFsImpl | Stat operation ( |
CStatImpl | Stat operation ( |
CStatInfo | Object stat info |
CStatInfoImpl | |
CStatInfoVFS | VFS stat info |
CStatus | Procedure execution status |
CStatVFSImpl | StatVS operation ( |
CStream | Stream |
CStreamQuery | |
CStreamSelector | Selects less loaded stream for read operation over multiple streams |
CSubStreamData | |
CSyncAction | Sync action |
CSyncImpl | Sync operation ( |
CSyncQueue | A synchronized queue |
CSyncResponseHandler | Synchronize the response |
CTask | Interface for a task to be run by the TaskManager |
CTaskManager | |
CTaskWrapper | |
CTaskWrapper< void, Return > | |
CThirdPartyCopyJob | |
CTickGeneratorTask | |
CTimeout | |
CTls | TLS layer for socket connection |
CTPFallBackCopyJob | |
CTransportHandler | Perform the handshake and the authentication for each physical stream |
CTransportManager | Manage transport handler objects |
CTransportQuery | |
CTruncateAction | Truncate action |
CTruncateFsImpl | Truncate operation ( |
CTruncateImpl | Truncate operation ( |
CUnpackXAttr | Helper class for unpacking single XAttr from bulk response |
CUnpackXAttrStatus | Helper class for unpacking single XAttrStatus from bulk response |
CURL | URL representation |
CUtils | Random utilities |
CVectorReadAction | VectorRead action |
CVectorReadImpl | VectorRead operation ( |
CVectorReadInfo | Vector read info |
CVectorWriteAction | Vector Write action |
CVectorWriteImpl | VectorWrite operation ( |
CVirtualRedirector | An interface for metadata redirectors |
CVisaImpl | Visa operation ( |
CWriteAction | Write action |
CWriteImpl | Write operation ( |
CWriteVImpl | WriteV operation ( |
CXAttr | Extended attributes with status |
CXAttrStatus | Extended attribute operation status |
CXCpCtx | |
CXCpSrc | |
CXRootDChannelInfo | Information holder for xrootd channels |
CXRootDMsgHandler | Handle/Process/Forward XRootD messages |
CXRootDQuery | XRootD related protocol queries |
CXRootDStatus | Request status |
CXRootDStreamInfo | Information holder for XRootDStreams |
CXRootDTransport | XRootD transport handler |
CZipArchive | |
CZipCache | Utility class for inflating a compressed buffer |
CZipError | An exception for carrying the XRootDStatus of InflCache |
CZipListHandler | |
CZipListImpl | ZipList operation ( |
CZipOperation | |
CZipReadFromImpl | Read operation ( |
CZipReadImpl | Read operation ( |
CZipStatImpl | ZipStat operation ( |
CZipWriteImpl | Write operation ( |
►Nxrdcl_proxy | |
CProxyFactory | XrdCl proxy prefix plugin factory |
CProxyPrefixFile | |
►NXrdCms | |
CAdminReq | |
CCmsAvailRequest | |
CCmsChmodRequest | |
CCmsDiscRequest | |
CCmsGoneRequest | |
CCmsHaveRequest | |
CCmsLoadRequest | |
CCmsLocateRequest | |
CCmsLoginData | |
CCmsLoginRequest | |
CCmsLoginResponse | |
CCmsMkdirRequest | |
CCmsMkpathRequest | |
CCmsMvRequest | |
CCmsPingRequest | |
CCmsPongRequest | |
CCmsPrepAddRequest | |
CCmsPrepDelRequest | |
CCmsResponse | |
CCmsRmdirRequest | |
CCmsRmRequest | |
CCmsRRHdr | |
CCmsSelectRequest | |
CCmsSpaceRequest | |
CCmsStateRequest | |
CCmsStatfsRequest | |
CCmsStatsRequest | |
CCmsStatusRequest | |
CCmsTruncRequest | |
CCmsTryRequest | |
CCmsUpdateRequest | |
CCmsUsageRequest | |
CMidNightTask | |
CPingClock | |
CSpaceData | |
►NXrdEc | |
Cblock_t | |
CBufferPool | Pool of buffer for caching writes |
CConfig | Global configuration for the EC module |
CConvert | |
CIOError | Generic I/O exception, wraps up XrdCl::XRootDStatus ( |
CObjCfg | |
COpenOnlyImpl | |
CReader | |
CRedundancyProvider | |
CResponseJob | |
Cstripe_t | A buffer with stripe data and info on validity |
CStrmWriter | |
►Csync_queue | |
Cwait_interrupted | |
CThreadPool | |
CWrtBuff | |
►NXrdNetPMarkConfig | |
CCfgInfo | |
CExpInfo | |
CMapInfo | |
►NXrdNetSpace | |
ChpSpec | |
►NXrdOfsPrepGPIReal | |
CPrepGPI | |
CPrepGRun | |
CPrepRequest | |
►NXrdOfsTPCParms | |
CfcTb | |
►NXrdOssCacheDevs | |
CdevID | |
►NXrdOssStats | |
CDirectory | |
CFile | |
CFileSystem | |
►NXrdPfc | |
CBlock | |
CBlockResponseHandler | |
CCache | Attaches/creates and detaches/deletes cache-io objects for disk based cache |
CChunkRequest | |
CConfiguration | Contains parameters configurable from the xrootd config file |
CDataFsPurgeshot | |
CDataFsSnapshot | |
CDataFsState | |
CDataFsStateBase | |
CDecision | Base class for selecting which files should be cached |
CDirectResponseHandler | |
CDirPurgeElement | |
CDirState | |
CDirStateBase | |
CDirStateElement | |
CDirStats | |
CDirUsage | |
CFile | |
►CFPurgeState | |
CPurgeCandidate | |
►CFsTraversal | |
CFilePairStat | |
►CInfo | Status of cached file. Can be read from and written into a binary file |
CAStat | Access statistics |
CStatus | |
CStatus.__unnamed127__ | |
CStatus.__unnamed127__.__unnamed129__ | |
CStore | |
►CIO | Base cache-io class that implements some XrdOucCacheIO abstract methods |
CReadReqRHCond | |
CIOFile | Downloads original file into a single file on local disk. Handles read requests as they come along |
CIOFileBlock | Downloads original file into multiple files, chunked into blocks. Only blocks that are asked for are downloaded. Handles read requests as they come along |
CMutexHolder | |
CPathTokenizer | |
CPrint | |
►CPurgePin | Base class for reguesting directory space to obtain |
CDirInfo | |
CReadReqRH | |
CReadRequest | |
CResourceMonitor | |
CSplitParser | |
CStats | Statistics of cache utilisation by a File object |
CTmpConfiguration | |
►NXrdProto | |
Cread_list | |
Cwrite_list | |
►NXrdSecProtection | |
CXrdSecReq | |
►NXrdSsi | |
CShMap | |
CShMap_Parms | |
►NXrdSys | |
►NIOEvents | |
CBootStrap | |
CCallBack | |
CChannel | |
CpollArg | |
CPollE | |
►CPoller | |
CPipeData | |
CPollerErr1 | |
CPollerInit | |
CPollerWait | |
CPollKQ | |
CPollPoll | |
CPollPort | |
CKernelBuffer | |
CRAtomic | |
CRAtomic< bool > | |
CRAtomic< T * > | |
Cshm | |
Cshm_error | |
►NXrdThrottle | |
CFile | |
CFileSystem | |
►NXrdTpc | |
►CPMarkManager | |
CSocketInfo | |
►NXrdXrootd | |
►CBridge | |
CContext | |
CContext.sID | |
CResult | |
CgdCallBack | |
CIOParms | |
CIOParms.__unnamed183__ | |
►NXrdZip | |
Cbad_data | |
CCDFH | |
CDataDescriptor | |
Cdos_timestmp | |
CEOCD | |
CExtra | |
CLFH | A data structure representing ZIP Local File Header |
Covrflw | |
CZIP64_EOCD | |
CZIP64_EOCDL | A data structure representing the ZIP64 end of central directory locator |
CAioArgs | Small struct for aio API callbacks |
Caiocb | |
CALIGN_CHECK | |
CAllowDecision | |
CBL_Grip | |
CBL_Info | |
CBL_Info.v | |
CBlacklistDecision | |
CbulkAioRead | |
CCephFile | Small structs to store file metadata |
CCephFileRef | |
CClientAuthRequest | |
CClientBindRequest | |
CClientChkPointRequest | |
CClientChmodRequest | |
CClientCloseRequest | |
CClientDirlistRequest | |
CClientEndsessRequest | |
CClientFattrRequest | |
CClientGPfileRequest | |
CClientInitHandShake | |
CClientLocateRequest | |
CClientLoginRequest | |
CClientMkdirRequest | |
CClientMvRequest | |
CClientOpenRequest | |
CClientPgReadReqArgs | |
CClientPgReadRequest | |
CClientPgWriteRequest | |
CClientPingRequest | |
CClientPrepareRequest | |
CClientProtocolRequest | |
CClientQueryRequest | |
CClientReadRequest | |
CClientReadVRequest | |
CClientRequest | |
CClientRequestHdr | |
CClientRmdirRequest | |
CClientRmRequest | |
CClientSetRequest | |
CClientSigverRequest | |
CClientStatRequest | |
CClientSyncRequest | |
CClientTruncateRequest | |
CClientWriteRequest | |
CClientWriteVRequest | |
CCurlHandlerSetupError | |
CDirIterator | Small struct for directory listing |
CDirListInfo | |
CEnvInitializer | |
CFactoryEntry | |
CgsiHSVars | |
CgsiOptions | |
CGSIStack | |
CHttpPlugInFactory | |
Ciov | |
CLfnPfn | |
CLinkShutdown | |
CMapRule | |
CmyOpts | |
Coptab_t | |
COssDPath | |
COssSpaceConfig | |
CPostError | |
CProgressDisplay | |
CProxyIn_t | |
CProxyOut_t | |
CpwdHSVars | |
CpwdOptions | |
CpwdStatus_t | |
Cread_args | |
Creadahead_list | |
CSecurityRequest | |
CServerInitHandShake | |
CServerResponse | |
CServerResponse.body | |
CServerResponseBifs_Protocol | |
CServerResponseBody_Attn | |
CServerResponseBody_Attn_asyncms | |
CServerResponseBody_Attn_asynresp | |
CServerResponseBody_Authmore | |
CServerResponseBody_Bind | |
CServerResponseBody_Buffer | |
CServerResponseBody_ChkPoint | |
CServerResponseBody_Error | |
CServerResponseBody_Login | |
CServerResponseBody_Open | |
CServerResponseBody_pgRead | |
CServerResponseBody_pgWrCSE | |
CServerResponseBody_pgWrite | |
CServerResponseBody_Protocol | |
CServerResponseBody_Redirect | |
CServerResponseBody_Status | |
CServerResponseBody_Wait | |
CServerResponseBody_Waitresp | |
CServerResponseHeader | |
CServerResponseReqs_Protocol | |
CServerResponseStatus | |
CServerResponseSVec_Protocol | |
CServerResponseV2 | |
CServerResponseV2.info | |
CStreamInfo | |
CSubpathMatch | |
CTagPath | |
CVoms_x509_in_t | |
Cx509ChainVerifyOpt_t | |
►CXProtocol | |
CServerResponseBody_Attn_asyncdi | |
CServerResponseBody_Attn_asyncrd | |
CServerResponseBody_Attn_asyncwt | |
CXrdAccAccess | |
CXrdAccAccess_ID | |
CXrdAccAccess_Tables | |
CXrdAccAudit | |
CXrdAccAuthDB | |
CXrdAccAuthFile | |
CXrdAccAuthorize | |
CXrdAccCapability | |
CXrdAccCapName | |
CXrdAccConfig | |
CXrdAccEntity | |
CXrdAccEntityInfo | |
CXrdAccEntityInit | |
CXrdAccGlist | |
CXrdAccGroupArgs | |
CXrdAccGroupList | |
CXrdAccGroups | |
CXrdAccPrivCaps | |
CXrdAccRules | |
CXrdAccSciTokens | |
CXrdBuffer | |
CXrdBuffManager | |
CXrdBuffXL | |
CXrdBwm | |
CXrdBwmDirectory | |
CXrdBwmFile | |
CXrdBwmHandle | |
CXrdBwmHandleCB | |
►CXrdBwmLogger | |
CInfo | |
CXrdBwmLoggerMsg | |
►CXrdBwmPolicy | |
CSchedParms | |
►CXrdBwmPolicy1 | |
CrefReq | |
CXrdCephOss | |
CXrdCephOssBufferedFile | |
CXrdCephOssDir | |
CXrdCephOssFile | |
CXrdCephOssReadVFile | |
CXrdCephXAttr | |
CXrdCks | |
CXrdCksCalc | |
CXrdCksCalcadler32 | |
CXrdCksCalccrc32 | |
CXrdCksCalccrc32C | |
►CXrdCksCalcmd5 | |
CMD5Context.__unnamed25__ | |
CMD5Context.__unnamed27__ | |
CXrdCksCalczcrc32 | |
CXrdCksConfig | |
CXrdCksData | |
CXrdCksData.__unnamed29__ | |
CXrdCksLoader | |
CXrdCksManager | |
CXrdCksManOss | |
CXrdCksPCB | |
CXrdCksWrapper | |
CXrdCksXAttr | |
CXrdCmsAdmin | |
CXrdCmsBaseFR | |
CXrdCmsBaseFS | |
CXrdCmsBlackList | |
CXrdCmsCache | |
CXrdCmsCacheJob | |
CXrdCmsClient | |
CXrdCmsClientConfig | |
CXrdCmsClientMan | |
CXrdCmsClientMsg | |
CXrdCmsCluster | |
CXrdCmsClustID | |
CXrdCmsConfig | |
CXrdCmsDelNode | |
CXrdCmsDrop | |
CXrdCmsFinderRMT | |
CXrdCmsFinderTRG | |
CXrdCmsJob | |
CXrdCmsKey | |
CXrdCmsKeyItem | |
CXrdCmsKeyLoc | |
CXrdCmsKeyLoc.__unnamed86__ | |
CXrdCmsLogin | |
CXrdCmsManager | |
CXrdCmsManList | |
CXrdCmsManRef | |
CXrdCmsManTree | |
CXrdCmsMeter | |
CXrdCmsNash | |
CXrdCmsNode | |
CXrdCmsParseInit | |
CXrdCmsParser | |
►CXrdCmsPerfMon | |
CPerfInfo | Structure used for reporting performance metrics |
CXrdCmsPInfo | |
CXrdCmsPList | |
CXrdCmsPList_Anchor | |
CXrdCmsPrepare | |
CXrdCmsPrepArgs | |
CXrdCmsProtocol | |
CXrdCmsRedirLocal | |
CXrdCmsResp | |
CXrdCmsRespCB | |
CXrdCmsRespQ | |
CXrdCmsRLData | |
CXrdCmsRole | |
►CXrdCmsRouter | |
CtheRoute | |
►CXrdCmsRouting | |
CtheRouting | |
CXrdCmsRRData | |
CXrdCmsRRData.__unnamed89__ | |
►CXrdCmsRRQ | |
CInfo | |
CXrdCmsRRQInfo | |
CXrdCmsRRQSlot | |
CXrdCmsRTable | |
CXrdCmsSecurity | |
CXrdCmsSelect | |
CXrdCmsSelect.Resp | |
CXrdCmsSelect.Vec | |
CXrdCmsSelected | |
CXrdCmsSelector | |
CXrdCmsState | |
CXrdCmsSupervisor | |
CXrdCmsTalk | |
CXrdCmsUtils | |
CXrdConfig | |
CXrdConfigProt | |
CXrdConfigProt.__unnamed15__ | |
CXrdConfigProt.__unnamed17__ | |
►CXrdCpConfig | |
CdefVar | |
CdefVar.__unnamed23__ | |
CXrdCpFile | |
CXrdCryptoBasic | |
CXrdCryptoCipher | |
CXrdCryptoFactory | |
CXrdCryptogsiX509Chain | |
CXrdCryptoLite | |
CXrdCryptoMsgDigest | |
CXrdCryptoRSA | |
CXrdCryptosslCipher | |
CXrdCryptosslFactory | |
CXrdCryptosslMsgDigest | |
CXrdCryptosslRSA | |
CXrdCryptosslX509 | |
CXrdCryptosslX509Crl | |
CXrdCryptosslX509Req | |
CXrdCryptoX509 | |
CXrdCryptoX509Chain | |
CXrdCryptoX509ChainNode | |
CXrdCryptoX509Crl | |
CXrdCryptoX509Req | |
CXrdDigAuth | |
CXrdDigAuthEnt | |
CXrdDigConfig | |
CXrdDigDirectory | |
CXrdDigFile | |
CXrdDigFS | |
CXrdDigUFS | |
CXrdFfsDentcache | |
CXrdFfsDentnames | |
CXrdFfsFsInfo | |
CXrdFfsPosixX_deleteall_args | |
CXrdFfsPosixX_readdirall_args | |
CXrdFfsPosixX_statall_args | |
CXrdFfsPosixX_statvfsall_args | |
CXrdFfsQueueTasks | |
CXrdFfsWcacheFilebuf | |
CXrdFrcCID | |
►CXrdFrcProxy | |
CQueues | |
CXrdFrcReqAgent | |
CXrdFrcReqFile | |
CXrdFrcRequest | |
CXrdFrcUtils | |
CXrdFrcXAttrCpy | |
CXrdFrcXAttrMem | |
CXrdFrcXAttrPfn | |
CXrdFrcXAttrPin | |
CXrdFrcXLock | |
CXrdFrmAdmin | |
CXrdFrmAdminNSE | |
CXrdFrmCns | |
►CXrdFrmConfig | |
CCmd | |
CPolicy | |
CVPInfo | |
CXrdFrmConfigSE | |
CXrdFrmFiles | |
CXrdFrmFileset | |
CXrdFrmMigrate | |
CXrdFrmMonitor | |
CXrdFrmPurge | |
CXrdFrmPurgeDir | |
CXrdFrmReqBoss | |
CXrdFrmTranArg | |
CXrdFrmTranChk | |
CXrdFrmTransfer | |
CXrdFrmTSort | |
CXrdFrmXfrAgent | |
CXrdFrmXfrDaemon | |
CXrdFrmXfrJob | |
CXrdFrmXfrQueue | |
CXrdHttpChecksum | |
CXrdHttpChecksumHandler | |
CXrdHttpChecksumHandlerImpl | |
CXrdHttpExtHandler | |
CXrdHttpExtReq | |
►CXrdHttpProtocol | |
CStaticPreloadInfo | |
►CXrdHttpReadRangeHandler | |
CConfiguration | |
CError | |
CUserRange | |
CXrdHttpReq | |
CXrdHttpSecXtractor | |
CXrdInet | |
CXrdJob | |
CXrdLink | |
CXrdLinkCtl | |
CXrdLinkInfo | |
CXrdLinkMatch | |
CXrdLinkXeq | |
CXrdMain | |
CXrdMonitor | |
►CXrdMonRoll | |
CsetMember | |
►CXrdMpxOut | |
CstatsBuff | |
CXrdMpxVar | |
CXrdMpxXml | |
CXrdNet | |
CXrdNetAddr | |
►CXrdNetAddrInfo | |
CLocInfo | |
CXrdNetBuffer | |
CXrdNetBufferQ | |
►CXrdNetCache | |
CanItem.__unnamed105__ | |
CXrdNetCmsNotify | |
CXrdNetConnect | |
CXrdNetIdentity | |
CXrdNetIF | |
CXrdNetMsg | |
CXrdNetPeer | |
►CXrdNetPMark | |
CHandle | |
CXrdNetPMarkCfg | |
CXrdNetPMarkFF | |
CXrdNetRegistry | |
CXrdNetSecurity | |
CXrdNetSockAddr | |
CXrdNetSocket | |
CXrdNetTextList | |
CXrdNetUtils | |
CXrdObject | |
CXrdObjectQ | |
►CXrdOfs | |
CfwdOpt | |
CXrdOfsChkPnt | |
CXrdOfsConfigCP | |
CXrdOfsConfigPI | |
►CXrdOfsCPFile | |
CrInfo | |
CXrdOfsDirectory | |
CXrdOfsDirFull | |
►CXrdOfsEvr | |
CtheClient | |
CtheEvent | |
CXrdOfsEvs | |
CXrdOfsEvsFormat | |
CXrdOfsEvsInfo | |
CXrdOfsEvsMsg | |
CXrdOfsFile | |
CXrdOfsFileFull | |
►CXrdOfsFSctl_PI | |
CPlugins | The Plugins struct is used to pass plugin pointers to configure |
CXrdOfsHanCB | |
CXrdOfsHandle | |
CXrdOfsHanKey | |
CXrdOfsHanOss | |
CXrdOfsHanOssErr | |
CXrdOfsHanPsc | |
CXrdOfsHanPsc.__unnamed108__ | |
CXrdOfsHanTab | |
CXrdOfsHanXpr | |
►CXrdOfsPoscq | |
CrecEnt | |
CRequest | |
CXrdOfsPrepare | |
►CXrdOfsStats | |
CStatsData | |
►CXrdOfsTPC | |
CFacts | |
CXrdOfsTPCAllow | |
CXrdOfsTPCAuth | |
CXrdOfsTPCConfig | |
CXrdOfsTPCInfo | |
CXrdOfsTPCJob | |
CXrdOfsTPCProg | |
CXrdOss | |
CXrdOssAt | |
►CXrdOssCache | |
CallocInfo | |
CXrdOssCache_FS | |
CXrdOssCache_FSAP | |
CXrdOssCache_FSData | |
CXrdOssCache_Group | |
CXrdOssCache_Space | |
CXrdOssCopy | |
CXrdOssCreateInfo | |
CXrdOssCsi | |
CXrdOssCsiConfig | |
CXrdOssCsiCrcUtils | |
CXrdOssCsiDir | |
►CXrdOssCsiFile | |
CpuMapItem_t | |
CXrdOssCsiFileAio | |
CXrdOssCsiFileAioJob | |
CXrdOssCsiFileAioStore | |
CXrdOssCsiPages | |
CXrdOssCsiRange_s | |
CXrdOssCsiRangeGuard | |
CXrdOssCsiRanges | |
CXrdOssCsiTagstore | |
CXrdOssCsiTagstoreFile | |
CXrdOssDF | |
CXrdOssDFHandler | |
CXrdOssDir | |
CXrdOssFile | |
CXrdOssHandle | |
CXrdOssHandler | |
CXrdOssMio | |
CXrdOssMioFile | |
►CXrdOssPath | |
CfnInfo | |
►CXrdOssSpace | |
CuEnt | |
CXrdOssStage_Req | |
CXrdOssSys | |
CXrdOssSys.__unnamed110__ | |
CXrdOssVSInfo | |
CXrdOssVSPart | |
CXrdOssWrapDF | |
CXrdOssWrapper | |
CXrdOuca2x | |
CXrdOucArgs | |
CXrdOucArgsXO | |
CXrdOucBackTrace | |
CXrdOucBuffer | |
CXrdOucBuffPool | |
CXrdOucCache | |
►CXrdOucCacheIO | |
CaprParms | |
CXrdOucCacheIOCB | |
CXrdOucCacheIOCD | |
►CXrdOucCacheStats | |
CCacheStats | |
CXrdOucCallBack | |
CXrdOucChkPnt | |
CXrdOucCRC | |
CXrdOucDLlist | |
CXrdOucECMsg | |
CXrdOucEI | |
CXrdOucEICB | |
CXrdOucEnv | |
CXrdOucERoute | |
CXrdOucErrInfo | |
CXrdOucExport | |
CXrdOucFIHash | |
CXrdOucFileInfo | |
CXrdOucFIUrl | |
CXrdOucGatherConf | |
CXrdOucGatherConfData | |
CXrdOucGMap | |
CXrdOucHash | |
CXrdOucHash_Item | |
CXrdOucIOVec | |
CXrdOucIOVec2 | |
CXrdOucLock | |
►CXrdOucLogging | |
CconfigLogInfo | |
CXrdOucMapP2X | |
CXrdOucMsubs | |
CXrdOucMsubsInfo | |
CXrdOucN2N | |
CXrdOucN2NLoader | |
CXrdOucN2No2p | |
CXrdOucName2Name | |
CXrdOucName2NameVec | XrdOucName2NameVec *Name2NameVec; |
CXrdOucNList | |
CXrdOucNList_Anchor | |
►CXrdOucNSWalk | |
CCallBack | |
CNSEnt | |
►CXrdOucPgrwUtils | |
CdataInfo | |
CLayout | Compute the layout for an iovec that receives network bytes applying |
CXrdOucPinKing | |
CXrdOucPinLoader | |
CXrdOucPinObject | |
CXrdOucPList | |
CXrdOucPListAnchor | |
CXrdOucProg | |
CXrdOucPsx | |
CXrdOucPup | |
CXrdOucPupArgs | |
CXrdOucPupNames | |
CXrdOucQSItem | |
CXrdOucQueue | |
CXrdOucRash | |
CXrdOucRash_Item | |
CXrdOucRash_Tent | |
CXrdOucReqID | |
CXrdOucSFVec | |
CXrdOucSFVec.__unnamed119__ | |
►CXrdOucSHA3 | |
Csha3_ctx_t | SHA3 state context used by all methods (OpenSSL - like interface) |
Csha3_ctx_t.st | |
►CXrdOucSid | |
CtheSid | The type to pass to Obtain(). Simply cast the char[2] to (theSid *) |
CXrdOucSiteName | |
CXrdOucStack | |
CXrdOucStats | |
CXrdOucStream | |
CXrdOucString | |
CXrdOucSxeq | |
►CXrdOucTable | |
COucTable.__unnamed123__ | |
CXrdOucTList | |
CXrdOucTList.__unnamed125__ | |
CXrdOucTListFIFO | |
CXrdOucTListHelper | |
CXrdOucTokenizer | |
CXrdOucTPC | |
CXrdOucTrace | |
CXrdOucTUtils | |
CXrdOucUri | |
CXrdOucUtils | |
CXrdOucVerName | |
CXrdOucXAttr | |
CXrdPfcFSctl | |
CXrdPfcPurgeQuota | |
►CXrdPoll | |
CPipeData | |
CPipeData.Parms | |
CPipeData.Parms.Arg | |
CXrdPoll_End | |
CXrdPollArg | |
CXrdPollE | |
CXrdPollInfo | |
CXrdPollPoll | |
CXrdPosixAdmin | |
CXrdPosixCache | |
CXrdPosixCallBack | An abstract class to define a callback for Open() call |
CXrdPosixCallBackIO | |
CXrdPosixConfig | |
CXrdPosixDir | |
CXrdPosixExtra | Extended POSIX interface to XRootD |
CXrdPosixFile | |
CXrdPosixFileRH | |
CXrdPosixInfo | |
CXrdPosixLinkage | |
CXrdPosixMap | |
CXrdPosixObject | |
CXrdPosixObjGuard | |
CXrdPosixPrepIO | |
►CXrdPosixStats | |
CPosixStats | |
CXrdPosixXrootd | POSIX interface to XRootD with some extensions, as noted |
CXrdPosixXrootPath | |
CXrdProtLoad | |
CXrdProtocol | |
CXrdProtocol_Config | |
CXrdProtocol_Config.__unnamed21__ | |
CXrdProxyOpt_t | |
CXrdPssAioCB | |
CXrdPssCks | |
CXrdPssDir | |
CXrdPssFile | |
CXrdPssSys | |
CXrdPssUrlInfo | |
CXrdPssUtils | |
►CXrdRmc | |
CParms | Parameters for a newly created memory cache |
CXrdRmcData | |
CXrdRmcReal | |
►CXrdRmcSlot | |
CioQ | |
CSlotList | |
CSlotState | |
CXrdRmcSlot.__unnamed139__ | |
CXrdScheduler | |
CXrdSchedulerPID | |
►CXrdSciTokensHelper | |
CValidIssuer | |
CXrdSciTokensMon | |
CXrdSecAttr | |
CXrdSecBuffer | Generic structure to pass security information back and forth |
CXrdSecEntity | |
CXrdSecEntityAttr | |
CXrdSecEntityAttrCB | |
CXrdSecEntityPin | |
CXrdSecEntityXtra | |
CXrdSecGMapEntry_t | |
CXrdSecgsiMapEntry_t | |
CXrdSecMonitor | |
CXrdSecPinInfo | |
CXrdSecPManager | |
CXrdSecProtBind | |
CXrdSecProtect | |
CXrdSecProtector | |
CXrdSecProtectParms | |
CXrdSecProtList | |
CXrdSecProtNone | |
CXrdSecProtocol | |
CXrdSecProtocolgsi | |
CXrdSecProtocolhost | |
CXrdSecProtocolkrb5 | |
CXrdSecProtocolpwd | |
►CXrdSecProtocolsss | |
CCrypto | |
CXrdSecProtocolunix | |
CXrdSecProtocolztn | |
CXrdSecProtParm | |
CXrdSecServer | |
CXrdSecService | |
CXrdsecsssAdmin_Opts | |
CXrdSecsssCon | |
CXrdSecsssEnt | |
CXrdSecsssID | |
►CXrdSecsssKT | |
►CktEnt | |
CktData | |
CXrdSecsssRR_Data | |
CXrdSecsssRR_DataHdr | |
CXrdSecsssRR_DataResp | |
CXrdSecsssRR_Hdr | |
CXrdSecsssRR_Hdr2 | |
CXrdSecTLayer | |
CXrdSendQ | |
CXrdSfsAio | |
CXrdSfsDio | |
CXrdSfsDirectory | |
CXrdSfsFABuff | |
CXrdSfsFACtl | |
CXrdSfsFAInfo | |
CXrdSfsFile | |
CXrdSfsFileSystem | |
CXrdSfsFSctl | < SFS_FSCTL_PLUGIN/PLUGIO/PLUGXC parms |
CXrdSfsFSctl.__unnamed147__ | |
CXrdSfsGPFile | |
CXrdSfsGPFile.__unnamed145__ | |
CXrdSfsNative | |
CXrdSfsNativeDirectory | |
CXrdSfsNativeFile | |
CXrdSfsPrep | < Prepare parameters |
CXrdSfsUFS | |
CXrdSfsXio | |
CXrdSfsXioImpl | |
CXrdSsiAlert | |
CXrdSsiBVec | |
CXrdSsiClientProvider | |
CXrdSsiCluster | |
CXrdSsiCms | |
CXrdSsiDir | |
CXrdSsiEntity | |
CXrdSsiErrInfo | |
CXrdSsiEvent | |
CXrdSsiFile | |
CXrdSsiFileReq | |
CXrdSsiFileResource | |
CXrdSsiFileSess | |
CXrdSsiLogger | |
CXrdSsiMutex | |
CXrdSsiMutexMon | |
CXrdSsiProvider | |
CXrdSsiRequest | |
CXrdSsiResource | |
CXrdSsiRespInfo | |
CXrdSsiRespInfo.__unnamed152__ | |
CXrdSsiRespInfo.__unnamed154__ | |
CXrdSsiRespInfoMsg | |
CXrdSsiResponder | |
CXrdSsiRRAgent | |
CXrdSsiRRInfo | |
CXrdSsiRRInfoAttn | |
CXrdSsiRRTable | |
CXrdSsiScale | |
CXrdSsiService | |
CXrdSsiServReal | |
CXrdSsiSessReal | |
CXrdSsiSfs | |
CXrdSsiSfsConfig | |
CXrdSsiShMam | |
►CXrdSsiShMat | |
CCRZParms | |
CNewParms | |
CXrdSsiStats | |
►CXrdSsiStream | |
CBuffer | |
►CXrdSsiTaskReal | |
CdlQ | |
CXrdSsiUtils | |
►CXrdStats | |
CCallBack | |
CXrdStatsJob | |
CXrdSutBucket | |
CXrdSutBuckList | |
CXrdSutBuckListNode | |
CXrdSutBuffer | |
CXrdSutCache | |
CXrdSutCacheArg_t | |
CXrdSutCacheEntry | |
CXrdSutCacheEntryBuf | |
CXrdSutCERef | |
CXrdSutFileLocker | |
CXrdSutPFBuf | |
CXrdSutPFCache | |
CXrdSutPFCacheRef | |
CXrdSutPFEntInd | |
CXrdSutPFEntry | |
CXrdSutPFHeader | |
CXrdSutPFile | |
CXrdSutRndm | |
CXrdSysCondVar | |
CXrdSysCondVar2 | |
CXrdSysCondVarHelper | |
CXrdSysDir | |
CXrdSysError | |
CXrdSysError_Table | |
CXrdSysFAttr | |
CXrdSysFusedMutex | |
►CXrdSysLogger | |
CTask | |
CXrdSysLoggerRP | |
►CXrdSysLogging | |
CParms | Parameters to be passed to configure |
CXrdSysMutex | |
CXrdSysMutexHelper | |
CXrdSysPlugin | |
CXrdSysPriv | |
CXrdSysPrivGuard | |
CXrdSysPwd | |
CXrdSysRecMutex | |
CXrdSysRWLock | |
CXrdSysRWLockHelper | |
CXrdSysSemaphore | |
CXrdSysSemWait | |
CXrdSysThread | |
CXrdSysThreadArgs | |
CXrdSysTimer | |
CXrdSysTrace | |
CXrdSysUtils | |
►CXrdSysXAttr | |
CAList | |
CXrdSysXSLock | |
CXrdTcpMonInfo | |
►CXrdTcpMonPin | |
CLinkInfo | |
CXrdThrottleManager | |
CXrdThrottleTimer | |
CXrdTls | |
►CXrdTlsContext | |
CCTX_Params | |
CXrdTlsContextImpl | |
CXrdTlsNotary | |
CXrdTlsPeerCerts | |
CXrdTlsSocket | Socket wrapper for TLS I/O |
CXrdTlsSocketImpl | |
►CXrdTlsTempCA | |
CTempCAGuard | |
CXrdTpcUtils | |
CXrdVersionMapD2P | |
CXrdVersionPlugin | |
CXrdVomsFun | |
CXrdVomsHttp | |
CXrdVomsMapfile | |
CXrdW41Dirs | |
CXrdW41Gate | |
CXrdXmlMetaLink | |
CXrdXmlRdrTiny | |
CXrdXmlRdrXml2 | |
CXrdXmlReader | |
CXrdXrootdAdmin | |
CXrdXrootdAioBuff | |
CXrdXrootdAioFob | |
CXrdXrootdAioPgrw | |
CXrdXrootdAioTask | |
CXrdXrootdCallBack | |
CXrdXrootdCBJob | |
CXrdXrootdFHandle | |
CXrdXrootdFile | |
CXrdXrootdFile.__unnamed165__ | |
CXrdXrootdFile.__unnamed167__ | |
CXrdXrootdFileHP | |
CXrdXrootdFileLock | |
CXrdXrootdFileLock1 | |
CXrdXrootdFileLockInfo | |
CXrdXrootdFileStats | |
CXrdXrootdFileStats.ssq | |
CXrdXrootdFileTable | |
CXrdXrootdGPFile | |
CXrdXrootdGPFileInfo | |
►CXrdXrootdGSReal | |
CGSParms | |
CXrdXrootdGStream | |
CXrdXrootdJob | |
CXrdXrootdJob2Do | |
CXrdXrootdLockFileLock | |
CXrdXrootdMonBuff | |
CXrdXrootdMonBurr | |
CXrdXrootdMonBurr.__unnamed177__ | |
CXrdXrootdMonDouble | |
CXrdXrootdMonFile | |
CXrdXrootdMonFileCLS | |
CXrdXrootdMonFileDSC | |
CXrdXrootdMonFileHdr | |
CXrdXrootdMonFileHdr.__unnamed179__ | |
CXrdXrootdMonFileLFN | |
CXrdXrootdMonFileOPN | |
CXrdXrootdMonFileTOD | |
CXrdXrootdMonFileXFR | |
►CXrdXrootdMonFMap | |
CcvPtr | |
CcvPtr.__unnamed181__ | |
CXrdXrootdMonGS | |
CXrdXrootdMonHeader | |
►CXrdXrootdMonitor | |
CHello | |
CUser | |
CXrdXrootdMonitor_Ident | |
CXrdXrootdMonitor_Tick | |
CXrdXrootdMonitorLock | |
CXrdXrootdMonMap | |
CXrdXrootdMonRedir | |
CXrdXrootdMonRedir.arg0 | |
CXrdXrootdMonRedir.arg0.rdr | |
CXrdXrootdMonRedir.arg1 | |
CXrdXrootdMonStatOPS | |
CXrdXrootdMonStatPRW | |
CXrdXrootdMonStatSSQ | |
CXrdXrootdMonStatXFR | |
CXrdXrootdMonTrace | |
CXrdXrootdMonTrace.arg0 | |
CXrdXrootdMonTrace.arg1 | |
CXrdXrootdMonTrace.arg2 | |
CXrdXrootdNormAio | |
CXrdXrootdPgrwAio | |
CXrdXrootdPgwBadCS | |
CXrdXrootdPgwCtl | |
CXrdXrootdPgwFob | |
CXrdXrootdPio | |
CXrdXrootdPrepare | |
CXrdXrootdPrepArgs | |
►CXrdXrootdProtocol | |
CGetDataCtl | |
CGetDataCtl.__unnamed185__ | |
CGetDataCtl.__unnamed187__ | |
CRC_Table | |
CRD_Table | |
CXrdXrootdReqID | |
CXrdXrootdResponse | |
CXrdXrootdSessID | |
CXrdXrootdStats | |
►CXrdXrootdTpcMon | |
CTpcInfo | |
CXrdXrootdTransit | |
CXrdXrootdTransPend | |
CXrdXrootdTransPend.Pend | |
CXrdXrootdTransSend | |
CXrdXrootdWVInfo | |
CXrdXrootdXPath | |