irods
4.2.8
About: iRODS (the integrated Rule Oriented Data System) is a distributed data-management system for creating data grids, digital libraries, persistent archives, and real-time data systems.
![]() ![]() |
#include "rods.h"
#include "packStruct.h"
#include "objInfo.h"
#include "msParam.h"
#include "guiProgressCallback.h"
Go to the source code of this file.
Variables | |
packConstant_t | PackConstantTable [] |
const packInstruct_t | RodsPackTable [] |
int | ProcessType |
packType_t | packTypeTable [] |
int | NumOfPackTypes |
int | NumOfApi |
char * | dataObjCond [] |
char * | compareOperator [] |
char * | rescCond [] |
char * | userCond [] |
char * | collCond [] |
int | NumRescTypeDef |
structFileTypeDef_t | StructFileTypeDef [] |
int | NumStructFileType |
validKeyWd_t | DataObjInpKeyWd [] |
int | NumDataObjInpKeyWd |
validKeyWd_t | CollInpKeyWd [] |
int | NumCollInpKeyWd |
validKeyWd_t | StructFileExtAndRegInpKeyWd [] |
int | NumStructFileExtAndRegInpKeyWd |
struct timeval | SysTimingVal |
guiProgressCallback | gGuiProgressCB |
char* collCond[] |
Definition at line 108 of file rcGlobal.cpp.
validKeyWd_t CollInpKeyWd[] |
Definition at line 169 of file rcGlobal.cpp.
Referenced by chkCollInpKw().
char* compareOperator[] |
Definition at line 55 of file rcGlobal.cpp.
char* dataObjCond[] |
Definition at line 18 of file rcGlobal.cpp.
validKeyWd_t DataObjInpKeyWd[] |
Definition at line 136 of file rcGlobal.cpp.
Referenced by chkDataObjInpKw().
guiProgressCallback gGuiProgressCB |
Definition at line 207 of file rcGlobal.cpp.
Referenced by cpFileUtil(), cpUtil(), getDataObjUtil(), getFile(), getFileFromPortal(), getUtil(), putFile(), putFileToPortal(), putFileUtil(), putUtil(), rcPartialDataGet(), rcPartialDataPut(), replDataObjUtil(), replUtil(), and sendBulkPut().
int NumCollInpKeyWd |
Definition at line 187 of file rcGlobal.cpp.
Referenced by chkCollInpKw().
int NumDataObjInpKeyWd |
Definition at line 166 of file rcGlobal.cpp.
Referenced by chkDataObjInpKw().
int NumOfApi |
int NumOfPackTypes |
Definition at line 31 of file rodsPackTable.h.
Referenced by packTypeLookup().
int NumRescTypeDef |
int NumStructFileExtAndRegInpKeyWd |
Definition at line 200 of file rcGlobal.cpp.
Referenced by chkStructFileExtAndRegInpKw().
int NumStructFileType |
Definition at line 133 of file rcGlobal.cpp.
Referenced by getSpecCollTypeStr(), and resolveSpecCollType().
packConstant_t PackConstantTable[] |
Definition at line 33 of file rodsPackTable.h.
Referenced by resolveIntInItem().
packType_t packTypeTable[] |
Definition at line 18 of file rodsPackTable.h.
Referenced by packChar(), packNonpointerItem(), packPointerItem(), packTypeLookup(), resolveIntInItem(), and resolveStrInItem().
int ProcessType |
Definition at line 16 of file rcGlobal.cpp.
Referenced by chkApiPermission(), clientLogin(), createSrvPortal(), initAgent(), initLocalServerHost(), main(), obfiGetFilename(), queAddr(), rodsLog(), and rodsLogAndErrorMsg().
char* rescCond[] |
Definition at line 62 of file rcGlobal.cpp.
Referenced by matchDataObjInfoByCondInput().
const packInstruct_t RodsPackTable[] |
Definition at line 61 of file rodsPackTable.h.
Referenced by matchPackInstruct(), packRei(), procApiReply(), readMsgHeader(), readReconMsg(), readStartupPack(), readVersion(), rsApiHandler(), sendApiReply(), sendApiRequest(), sendReconnMsg(), sendStartupPack(), sendVersion(), sslReadMsgHeader(), sslWriteMsgHeader(), writeLfRestartFile(), and writeMsgHeader().
validKeyWd_t StructFileExtAndRegInpKeyWd[] |
Definition at line 190 of file rcGlobal.cpp.
Referenced by chkStructFileExtAndRegInpKw().
Definition at line 127 of file rcGlobal.cpp.
struct timeval SysTimingVal |
Definition at line 200 of file rcGlobal.cpp.
char* userCond[] |
Definition at line 84 of file rcGlobal.cpp.