Go to the source code of this file.
|
int32 | HCPcskphuff_stread (accrec_t *rec) |
|
int32 | HCPcskphuff_stwrite (accrec_t *rec) |
|
int32 | HCPcskphuff_seek (accrec_t *access_rec, int32 offset, int origin) |
|
int32 | HCPcskphuff_inquire (accrec_t *access_rec, int32 *pfile_id, uint16 *ptag, uint16 *pref, int32 *plength, int32 *poffset, int32 *pposn, int16 *paccess, int16 *pspecial) |
|
int32 | HCPcskphuff_read (accrec_t *access_rec, int32 length, void *data) |
|
int32 | HCPcskphuff_write (accrec_t *access_rec, int32 length, const void *data) |
|
intn | HCPcskphuff_endaccess (accrec_t *access_rec) |
|
◆ ROOT
◆ SKPHUFF_MAX_CHAR
#define SKPHUFF_MAX_CHAR 255 |
◆ SUCCMAX
◆ TWICEMAX
◆ HCPcskphuff_endaccess()
intn HCPcskphuff_endaccess |
( |
accrec_t * |
access_rec | ) |
|
◆ HCPcskphuff_inquire()
int32 HCPcskphuff_inquire |
( |
accrec_t * |
access_rec, |
|
|
int32 * |
pfile_id, |
|
|
uint16 * |
ptag, |
|
|
uint16 * |
pref, |
|
|
int32 * |
plength, |
|
|
int32 * |
poffset, |
|
|
int32 * |
pposn, |
|
|
int16 * |
paccess, |
|
|
int16 * |
pspecial |
|
) |
| |
◆ HCPcskphuff_read()
int32 HCPcskphuff_read |
( |
accrec_t * |
access_rec, |
|
|
int32 |
length, |
|
|
void * |
data |
|
) |
| |
◆ HCPcskphuff_seek()
int32 HCPcskphuff_seek |
( |
accrec_t * |
access_rec, |
|
|
int32 |
offset, |
|
|
int |
origin |
|
) |
| |
◆ HCPcskphuff_stread()
int32 HCPcskphuff_stread |
( |
accrec_t * |
rec | ) |
|
◆ HCPcskphuff_stwrite()
int32 HCPcskphuff_stwrite |
( |
accrec_t * |
rec | ) |
|
◆ HCPcskphuff_write()
int32 HCPcskphuff_write |
( |
accrec_t * |
access_rec, |
|
|
int32 |
length, |
|
|
const void * |
data |
|
) |
| |
◆ cskphuff_funcs