Go to the source code of this file.
|
int32 | HCPcrle_stread (accrec_t *rec) |
|
int32 | HCPcrle_stwrite (accrec_t *rec) |
|
int32 | HCPcrle_seek (accrec_t *access_rec, int32 offset, int origin) |
|
int32 | HCPcrle_inquire (accrec_t *access_rec, int32 *pfile_id, uint16 *ptag, uint16 *pref, int32 *plength, int32 *poffset, int32 *pposn, int16 *paccess, int16 *pspecial) |
|
int32 | HCPcrle_read (accrec_t *access_rec, int32 length, void *data) |
|
int32 | HCPcrle_write (accrec_t *access_rec, int32 length, const void *data) |
|
intn | HCPcrle_endaccess (accrec_t *access_rec) |
|
◆ RLE_BUF_SIZE
◆ RLE_MAX_RUN
◆ RLE_MIN_MIX
◆ RLE_MIN_RUN
◆ RLE_NIL
◆ HCPcrle_endaccess()
intn HCPcrle_endaccess |
( |
accrec_t * |
access_rec | ) |
|
◆ HCPcrle_inquire()
int32 HCPcrle_inquire |
( |
accrec_t * |
access_rec, |
|
|
int32 * |
pfile_id, |
|
|
uint16 * |
ptag, |
|
|
uint16 * |
pref, |
|
|
int32 * |
plength, |
|
|
int32 * |
poffset, |
|
|
int32 * |
pposn, |
|
|
int16 * |
paccess, |
|
|
int16 * |
pspecial |
|
) |
| |
◆ HCPcrle_read()
int32 HCPcrle_read |
( |
accrec_t * |
access_rec, |
|
|
int32 |
length, |
|
|
void * |
data |
|
) |
| |
◆ HCPcrle_seek()
int32 HCPcrle_seek |
( |
accrec_t * |
access_rec, |
|
|
int32 |
offset, |
|
|
int |
origin |
|
) |
| |
◆ HCPcrle_stread()
◆ HCPcrle_stwrite()
◆ HCPcrle_write()
int32 HCPcrle_write |
( |
accrec_t * |
access_rec, |
|
|
int32 |
length, |
|
|
const void * |
data |
|
) |
| |
◆ crle_funcs