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 "msParam.h"
#include "rodsPackTable.h"
#include "objInfo.h"
#include "rodsGenQuery.h"
#include "rodsGeneralUpdate.h"
#include "guiProgressCallback.h"
Go to the source code of this file.
Macros | |
#define | RC_GLOBAL_H__ |
Variables | |
int | ProcessType = 0 |
char * | dataObjCond [] |
char * | compareOperator [] |
char * | rescCond [] |
char * | userCond [] |
char * | collCond [] |
structFileTypeDef_t | StructFileTypeDef [] |
int | NumStructFileType = sizeof( StructFileTypeDef ) / sizeof( structFileTypeDef_t ) |
validKeyWd_t | DataObjInpKeyWd [] |
int | NumDataObjInpKeyWd = sizeof( DataObjInpKeyWd ) / sizeof( validKeyWd_t ) |
validKeyWd_t | CollInpKeyWd [] |
int | NumCollInpKeyWd = sizeof( CollInpKeyWd ) / sizeof( validKeyWd_t ) |
validKeyWd_t | StructFileExtAndRegInpKeyWd [] |
int | NumStructFileExtAndRegInpKeyWd = sizeof( StructFileExtAndRegInpKeyWd ) / sizeof( validKeyWd_t ) |
struct timeval | SysTimingVal |
guiProgressCallback | gGuiProgressCB = 0 |
#define RC_GLOBAL_H__ |
Definition at line 7 of file rcGlobal.cpp.
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 = 0 |
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 = sizeof( CollInpKeyWd ) / sizeof( validKeyWd_t ) |
Definition at line 187 of file rcGlobal.cpp.
Referenced by chkCollInpKw().
int NumDataObjInpKeyWd = sizeof( DataObjInpKeyWd ) / sizeof( validKeyWd_t ) |
Definition at line 166 of file rcGlobal.cpp.
Referenced by chkDataObjInpKw().
int NumStructFileExtAndRegInpKeyWd = sizeof( StructFileExtAndRegInpKeyWd ) / sizeof( validKeyWd_t ) |
Definition at line 200 of file rcGlobal.cpp.
Referenced by chkStructFileExtAndRegInpKw().
int NumStructFileType = sizeof( StructFileTypeDef ) / sizeof( structFileTypeDef_t ) |
Definition at line 133 of file rcGlobal.cpp.
Referenced by getSpecCollTypeStr(), and resolveSpecCollType().
int ProcessType = 0 |
Definition at line 16 of file rcGlobal.cpp.
Referenced by chkApiPermission(), clientLogin(), createSrvPortal(), initAgent(), initLocalServerHost(), main(), obfiGetFilename(), queAddr(), irods::native_auth_object::resolve(), irods::osauth_auth_object::resolve(), irods::pam_auth_object::resolve(), irods::ssl_object::resolve(), irods::tcp_object::resolve(), irods::generic_auth_object::resolve(), irods::gsi_auth_object::resolve(), irods::krb_auth_object::resolve(), rodsLog(), and rodsLogAndErrorMsg().
char* rescCond[] |
Definition at line 62 of file rcGlobal.cpp.
Referenced by matchDataObjInfoByCondInput().
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.