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 "unregDataObj.h"
Go to the source code of this file.
Functions | |
int | rsUnregDataObj (rsComm_t *rsComm, unregDataObj_t *unregDataObjInp) |
int | _rsUnregDataObj (rsComm_t *rsComm, unregDataObj_t *unregDataObjInp) |
int _rsUnregDataObj | ( | rsComm_t * | rsComm, |
unregDataObj_t * | unregDataObjInp | ||
) |
Definition at line 58 of file rsUnregDataObj.cpp.
References irods::CFG_SERVICE_ROLE_CONSUMER(), irods::CFG_SERVICE_ROLE_PROVIDER(), chlUnregDataObj(), irods::error::code(), unregDataObj_t::condInput, unregDataObj_t::dataObjInfo, ERROR, fileUnregistered(), get_catalog_service_role(), irods::log(), LOG_ERROR, NULL, DataObjInfo::objPath, irods::error::ok(), PASS, PASSMSG, rodsErrorName(), rodsLog(), irods.pypyodbc::status, SYS_NO_RCAT_SERVER_ERR, and SYS_SERVICE_ROLE_NOT_SUPPORTED.
Referenced by rsUnregDataObj().
int rsUnregDataObj | ( | rsComm_t * | rsComm, |
unregDataObj_t * | unregDataObjInp | ||
) |
Definition at line 17 of file rsUnregDataObj.cpp.
References _rsUnregDataObj(), irods::CFG_SERVICE_ROLE_CONSUMER(), irods::CFG_SERVICE_ROLE_PROVIDER(), irods::error::code(), rodsServerHost::conn, unregDataObj_t::dataObjInfo, get_catalog_service_role(), getAndConnRcatHost(), LOCAL_HOST, rodsServerHost::localFlag, irods::log(), LOG_ERROR, MASTER_RCAT, NULL, DataObjInfo::objPath, irods::error::ok(), PASS, rcUnregDataObj(), rodsLog(), irods.pypyodbc::status, SYS_NO_RCAT_SERVER_ERR, and SYS_SERVICE_ROLE_NOT_SUPPORTED.
Referenced by _l3DataPutSingleBuf(), and dataObjUnlinkS().