Go to the source code of this file.
|
int32 | HCPcnone_stread (accrec_t *rec) |
|
int32 | HCPcnone_stwrite (accrec_t *rec) |
|
int32 | HCPcnone_seek (accrec_t *access_rec, int32 offset, int origin) |
|
int32 | HCPcnone_inquire (accrec_t *access_rec, int32 *pfile_id, uint16 *ptag, uint16 *pref, int32 *plength, int32 *poffset, int32 *pposn, int16 *paccess, int16 *pspecial) |
|
int32 | HCPcnone_read (accrec_t *access_rec, int32 length, void *data) |
|
int32 | HCPcnone_write (accrec_t *access_rec, int32 length, const void *data) |
|
intn | HCPcnone_endaccess (accrec_t *access_rec) |
|
◆ HCPcnone_endaccess()
intn HCPcnone_endaccess |
( |
accrec_t * |
access_rec | ) |
|
◆ HCPcnone_inquire()
int32 HCPcnone_inquire |
( |
accrec_t * |
access_rec, |
|
|
int32 * |
pfile_id, |
|
|
uint16 * |
ptag, |
|
|
uint16 * |
pref, |
|
|
int32 * |
plength, |
|
|
int32 * |
poffset, |
|
|
int32 * |
pposn, |
|
|
int16 * |
paccess, |
|
|
int16 * |
pspecial |
|
) |
| |
◆ HCPcnone_read()
int32 HCPcnone_read |
( |
accrec_t * |
access_rec, |
|
|
int32 |
length, |
|
|
void * |
data |
|
) |
| |
◆ HCPcnone_seek()
int32 HCPcnone_seek |
( |
accrec_t * |
access_rec, |
|
|
int32 |
offset, |
|
|
int |
origin |
|
) |
| |
◆ HCPcnone_stread()
◆ HCPcnone_stwrite()
int32 HCPcnone_stwrite |
( |
accrec_t * |
rec | ) |
|
◆ HCPcnone_write()
int32 HCPcnone_write |
( |
accrec_t * |
access_rec, |
|
|
int32 |
length, |
|
|
const void * |
data |
|
) |
| |
◆ cnone_funcs