Go to the source code of this file.
Defines | |
#define | USER_API |
#define | RFILE srawAPIFile |
Functions | |
RFILE * | rfio_fopen (char *, char *) |
int | rfio_fread (char *, int, int, RFILE *) |
int | rfio_fwrite (char *, int, int, RFILE *) |
int | rfio_fclose (RFILE *) |
int | rfio_open (char *, int, int) |
int | rfio_read (int, char *, int) |
int | rfio_write (int, char *, int) |
int | rfio_lseek (int, int, int) |
int | rfio_close (int) |
int | rfio_access (char *, int) |
int | rfio_fstat (int, void *) |
int | rfio_parse (char *, char **, char **) |
void | rfio_perror (const char *) |
char * | rfio_serror () |
int | rfio_unlink (char *) |
int | rfio_gsi_query (int, int, char *) |
Variables | |
FILE * | fLogFile |
int * | piFilelist |
|
|
|
|
|
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 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 1126 of file rawapin.c. References iFileCount, iFileMax, srawAPIFile::iSockMover, pAPIFile, rawSendStatus(), and STA_END_OF_SESSION. Referenced by rfio_fclose(). |
|
|
|
|
|
|
|
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 45 of file rawapin.h. Referenced by rawGetFileList(), and rawGetFilelistEntries(). |