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.
![]() ![]() |
Go to the source code of this file.
Classes | |
struct | FileLseekInp |
struct | FileLseekOut |
Macros | |
#define | fileLseekInp_PI "int fileInx; double offset; int whence;" |
#define | fileLseekOut_PI "double offset;" |
Typedefs | |
typedef struct FileLseekInp | fileLseekInp_t |
typedef struct FileLseekOut | fileLseekOut_t |
Functions | |
int | rcFileLseek (rcComm_t *conn, fileLseekInp_t *fileLseekInp, fileLseekOut_t **fileLseekOut) |
#define fileLseekInp_PI "int fileInx; double offset; int whence;" |
Definition at line 58 of file fileLseek.h.
#define fileLseekOut_PI "double offset;" |
Definition at line 59 of file fileLseek.h.