Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
struct linkedlist_datablock_internal_s * | next_datablock |
uLong | avail_in_this_block |
uLong | filled_in_this_block |
uLong | unused |
unsigned char | data [SIZEDATA_INDATABLOCK] |
uLong linkedlist_datablock_internal_s::avail_in_this_block |
Definition at line 117 of file zip.c.
Referenced by add_data_in_datablock(), and allocate_new_datablock().
unsigned char linkedlist_datablock_internal_s::data[SIZEDATA_INDATABLOCK] |
Definition at line 120 of file zip.c.
Referenced by add_data_in_datablock(), test_group_name.GroupTest::run(), and zipClose().
uLong linkedlist_datablock_internal_s::filled_in_this_block |
Definition at line 118 of file zip.c.
Referenced by add_data_in_datablock(), allocate_new_datablock(), and zipClose().
struct linkedlist_datablock_internal_s* linkedlist_datablock_internal_s::next_datablock |
Definition at line 116 of file zip.c.
Referenced by add_data_in_datablock(), allocate_new_datablock(), free_datablock(), and zipClose().