Go to the source code of this file.
Functions | |
int | rfio_open (char *pcFile, int iFlags, int iMode) |
int | rfio_close (int iFileId) |
int | rfio_read (int iFileId, char *pcBuffer, int iItems) |
int | rfio_write (int iFileId, char *pcBuffer, int iItems) |
int | rfio_lseek (int iFileId, int ilocOffset, int ilocSeekMode) |
RFILE * | rfio_fopen (char *pcFile, char *pcOptions) |
int | rfio_fread (char *pcBuffer, int iSize, int iItems, RFILE *pRemFile) |
int | rfio_fwrite (char *pcBuffer, int iSize, int iItems, RFILE *pRemFile) |
int | rfio_fclose (RFILE *pRemFile) |
int | rfio_access (char *pcFile, int iMode) |
int | rfio_fstat (int iFileId, void *fBufStat) |
int | rfio_parse (char *pcFile, char **pcNode, char **pcPath) |
void | rfio_perror (const char *pUMsg) |
char * | rfio_serror () |
int | rfio_unlink (char *pcFile) |
int | rfiosetopt (int iopt, int *pival, int ilen) |
int | rfio_mkdir (const char *path, int mode) |
void * | rfio_opendir (const char *dirpath) |
void * | rfio_readdir (void *dirp) |
int | rfio_closedir (void *dirp) |
int | rfio_stat (const char *path, struct stat *statbuf) |
int | rfio_gsi_query (int iFileId, int iFull, char *pInfo) |
Variables | |
int * | piEntryList |
int | imySigS |
FILE * | fLogFile |
int | serrno |
int | rfio_errno |
static char | rfio_errmsg [256] = "" |
static int | iint = sizeof(int) |
static int | irawComm = sizeof(srawComm) |
static int | irawFileSystem = sizeof(srawFileSystem) |
static int | irawAPIFile = sizeof(srawAPIFile) |
static int | iFileCount = 0 |
static int | iFileMax = 10 |
static RFILE * | pAPIFile [10] |
|
|
Definition at line 1126 of file rawapin.c. References iFileCount, iFileMax, srawAPIFile::iSockMover, pAPIFile, rawSendStatus(), and STA_END_OF_SESSION. Referenced by rfio_fclose(). |
|
Definition at line 1212 of file rawapin.c. References srawComm::cNamefs, srawComm::cNamehl, srawComm::cNamell, HEAD_LEN, srawAPIFile::iBufnoServ, srawAPIFile::iBufsizeAct, srawAPIFile::iDataServ, IDENT_STATUS, iFileCount, iFileMax, iint, srawAPIFile::iOffset, srawAPIFile::iSeekMode, srawAPIFile::iSockMover, pAPIFile, rawRecvError(), rawSendRequest(), srawAPIFile::sCommAPI, srawAPIFile::sCommServ, STA_END_OF_FILE, STA_END_OF_SESSION, STA_ERROR, and STA_ERROR_EOF. Referenced by rfio_fread(). |
|
Definition at line 1493 of file rawapin.c. References srawAPIFile::iBufnoServ, srawAPIFile::iBufsizeAct, srawComm::iBufsizeFile, srawAPIFile::iDataServ, iFileCount, iFileMax, iint, srawAPIFile::iSockMover, pAPIFile, srawAPIFile::sCommAPI, and srawAPIFile::sCommServ. Referenced by rfio_fwrite(). |
|
Definition at line 1662 of file rawapin.c. References srawAPIFile::iOffset, srawAPIFile::iSeekMode, srawAPIFile::iSockMover, pAPIFile, and rawSendRequest(). |
|
Definition at line 1724 of file rawapin.c. References pAPIFile, and rfio_open(). |
|
Definition at line 1761 of file rawapin.c. References rfio_read(). |
|
Definition at line 1799 of file rawapin.c. References rfio_write(). |
|
Definition at line 1837 of file rawapin.c. References rfio_close(), and STA_END_OF_SESSION. |
|
|
|
|
|
|
|
Definition at line 1930 of file rawapin.c. References rfio_errmsg. |
|
Definition at line 1954 of file rawapin.c. References rfio_errmsg. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 2117 of file rawapin.c. References iFileCount, iFileMax, pAPIFile, rawQueryString(), and srawAPIFile::sQueryAPI. |
|
Definition at line 69 of file rawapin.c. Referenced by rawGetFilelistEntries(). |
|
Definition at line 70 of file rawapin.c. Referenced by rconnect(). |
|
|
|
|
|
|
|
Definition at line 77 of file rawapin.c. Referenced by rfio_open(), rfio_perror(), and rfio_serror(). |
|
|
|
Definition at line 80 of file rawapin.c. Referenced by rfio_open(). |
|
Definition at line 81 of file rawapin.c. Referenced by rfio_open(). |
|
Definition at line 82 of file rawapin.c. Referenced by rfio_open(). |
|
Definition at line 85 of file rawapin.c. Referenced by rfio_close(), rfio_gsi_query(), rfio_open(), rfio_read(), and rfio_write(). |
|
Definition at line 86 of file rawapin.c. Referenced by rfio_close(), rfio_gsi_query(), rfio_open(), rfio_read(), and rfio_write(). |
|
Initial value: {NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL} Definition at line 87 of file rawapin.c. Referenced by rfio_close(), rfio_fopen(), rfio_gsi_query(), rfio_lseek(), rfio_open(), rfio_read(), and rfio_write(). |