raw_list_t
raw_list_t *g_raw = NULL;
static raw_list_t *
raw_list_t *ptr;
static raw_list_t *
raw_list_t *node;
node = (raw_list_t *)malloc(sizeof (raw_list_t));
container_hdl_t open_raw_data(raw_list_t *);
raw_list_t *seghdl_to_rawlist(segment_hdl_t node);
open_raw_data(raw_list_t *node)
extern raw_list_t *g_raw;
raw_memcpy(void *buffer, raw_list_t *rawlist, int offset, int size)
get_section(raw_list_t *rawlist, hash_obj_t *sec_hash, section_t *section)
get_packet(raw_list_t *rawlist, void *buffer, int size, int offset)
get_packets(hash_obj_t *seg_hash, raw_list_t *rawlist, int offset, int length)