#include "Riostream.h"
#include "TROOT.h"
#include "TClass.h"
#include "TDirectoryFile.h"
#include "TFile.h"
#include "TKey.h"
#include "TBufferFile.h"
#include "TFree.h"
#include "TBrowser.h"
#include "Bytes.h"
#include "TInterpreter.h"
#include "TError.h"
#include "TVirtualStreamerInfo.h"
#include "TSchemaRuleSet.h"
Go to the source code of this file.
Functions | |
void | R__zip (Int_t cxlevel, Int_t *nin, char *bufin, Int_t *lout, char *bufout, Int_t *nout) |
void | R__unzip (Int_t *nin, UChar_t *bufin, Int_t *lout, char *bufout, Int_t *nout) |
int | R__unzip_header (Int_t *nin, UChar_t *bufin, Int_t *lout) |
ClassImp (TKey) TKey | |
Variables | |
const Int_t | kMAXBUF = 0xffffff |
const Int_t | kTitleMax = 32000 |
const ULong64_t | kPidOffsetMask = 0xffffffffffffULL |
const UChar_t | kPidOffsetShift = 48 |
UInt_t | keyAbsNumber = 0 |
ClassImp | ( | TKey | ) |
Definition at line 1119 of file ZInflate.c.
UInt_t keyAbsNumber = 0 |
Definition at line 80 of file TKey.cxx.
Referenced by ClassImp(), TKey::Create(), TKey::Reset(), and TKey::TKey().
Definition at line 67 of file TKey.cxx.
Referenced by TQueryResultManager::AddLogFile(), TMessage::Compress(), XrdProofdAdmin::GetFile(), TXProofMgr::GetFile(), TProof::LogMessage(), TXProofMgr::PutFile(), XrdProofdAdmin::PutFile(), TProofMgrLite::ReadBuffer(), TApplicationServer::ReceiveFile(), TProofServ::ReceiveFile(), TApplicationRemote::RecvLogFile(), TProof::RecvLogFile(), TApplicationRemote::SendFile(), TProof::SendFile(), TProofServ::SendLogFile(), TApplicationServer::SendLogFile(), TXProofMgr::SendMsgToUsers(), TSystem::ShowOutput(), TKey::TKey(), and TBasket::WriteBuffer().
const ULong64_t kPidOffsetMask = 0xffffffffffffULL |
Definition at line 74 of file TKey.cxx.
Referenced by TKey::FillBuffer(), and TKey::ReadKeyBuffer().
const UChar_t kPidOffsetShift = 48 |
Definition at line 78 of file TKey.cxx.
Referenced by TKey::FillBuffer(), and TKey::ReadKeyBuffer().