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 |
char | rfio_errmsg [256] = "" |
int | iint = sizeof(int) |
int | irawComm = sizeof(srawComm) |
int | irawFileSystem = sizeof(srawFileSystem) |
int | irawAPIFile = sizeof(srawAPIFile) |
int | iFileCount = 0 |
int | iFileMax = 10 |
RFILE * | pAPIFile [10] |
|
|
Definition at line 1119 of file rawapin.c. References iFileCount, iFileMax, srawAPIFile::iSockMover, pAPIFile, rawSendStatus(), and STA_END_OF_SESSION. Referenced by rfio_fclose(). |
|
Definition at line 1205 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 1486 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 1655 of file rawapin.c. References srawAPIFile::iOffset, srawAPIFile::iSeekMode, srawAPIFile::iSockMover, pAPIFile, and rawSendRequest(). |
|
|
|
Definition at line 1754 of file rawapin.c. References rfio_read(). |
|
Definition at line 1792 of file rawapin.c. References rfio_write(). |
|
Definition at line 1830 of file rawapin.c. References rfio_close(), and STA_END_OF_SESSION. |
|
|
|
|
|
|
|
Definition at line 1923 of file rawapin.c. References rfio_errmsg. |
|
Definition at line 1947 of file rawapin.c. References rfio_errmsg. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 2110 of file rawapin.c. References iFileCount, iFileMax, pAPIFile, rawQueryString(), and srawAPIFile::sQueryAPI. |
|
Definition at line 62 of file rawapin.c. Referenced by rawGetFilelistEntries(). |
|
|
|
Definition at line 64 of file rawapin.c. Referenced by rfio_open(). |
|
|
|
|
|
Definition at line 70 of file rawapin.c. Referenced by rfio_open(), rfio_perror(), and rfio_serror(). |
|
Definition at line 72 of file rawapin.c. Referenced by rfio_read(), and rfio_write(). |
|
Definition at line 73 of file rawapin.c. Referenced by rfio_open(). |
|
Definition at line 74 of file rawapin.c. Referenced by rfio_open(). |
|
Definition at line 75 of file rawapin.c. Referenced by rfio_open(). |
|
Definition at line 78 of file rawapin.c. Referenced by rfio_close(), rfio_gsi_query(), rfio_open(), rfio_read(), and rfio_write(). |
|
Definition at line 79 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 80 of file rawapin.c. Referenced by rfio_close(), rfio_fopen(), rfio_gsi_query(), rfio_lseek(), rfio_open(), rfio_read(), and rfio_write(). |