Go to the source code of this file.
|
int32 | HCPmstdio_stread (accrec_t *rec) |
|
int32 | HCPmstdio_stwrite (accrec_t *rec) |
|
int32 | HCPmstdio_seek (accrec_t *access_rec, int32 offset, int origin) |
|
int32 | HCPmstdio_inquire (accrec_t *access_rec, int32 *pfile_id, uint16 *ptag, uint16 *pref, int32 *plength, int32 *poffset, int32 *pposn, int16 *paccess, int16 *pspecial) |
|
int32 | HCPmstdio_read (accrec_t *access_rec, int32 length, void *data) |
|
int32 | HCPmstdio_write (accrec_t *access_rec, int32 length, const void *data) |
|
intn | HCPmstdio_endaccess (accrec_t *access_rec) |
|
◆ HCPmstdio_endaccess()
intn HCPmstdio_endaccess |
( |
accrec_t * |
access_rec | ) |
|
◆ HCPmstdio_inquire()
int32 HCPmstdio_inquire |
( |
accrec_t * |
access_rec, |
|
|
int32 * |
pfile_id, |
|
|
uint16 * |
ptag, |
|
|
uint16 * |
pref, |
|
|
int32 * |
plength, |
|
|
int32 * |
poffset, |
|
|
int32 * |
pposn, |
|
|
int16 * |
paccess, |
|
|
int16 * |
pspecial |
|
) |
| |
◆ HCPmstdio_read()
int32 HCPmstdio_read |
( |
accrec_t * |
access_rec, |
|
|
int32 |
length, |
|
|
void * |
data |
|
) |
| |
◆ HCPmstdio_seek()
int32 HCPmstdio_seek |
( |
accrec_t * |
access_rec, |
|
|
int32 |
offset, |
|
|
int |
origin |
|
) |
| |
◆ HCPmstdio_stread()
int32 HCPmstdio_stread |
( |
accrec_t * |
rec | ) |
|
◆ HCPmstdio_stwrite()
int32 HCPmstdio_stwrite |
( |
accrec_t * |
rec | ) |
|
◆ HCPmstdio_write()
int32 HCPmstdio_write |
( |
accrec_t * |
access_rec, |
|
|
int32 |
length, |
|
|
const void * |
data |
|
) |
| |
◆ mstdio_funcs