libcdio-paranoia 10.2+2.0.2
|
#include <p_block.h>
Data Fields | |
struct linked_element * | head |
struct linked_element * | tail |
void *(* | new_poly )() |
void(* | free_poly )(void *poly) |
long | current |
long | active |
long linked_list_t::active |
Referenced by add_elem(), and free_elem().
long linked_list_t::current |
Referenced by add_elem().
void(* linked_list_t::free_poly) (void *poly) |
Referenced by copy_list(), free_elem(), and new_list().
struct linked_element* linked_list_t::head |
Referenced by add_elem(), free_elem(), and free_list().
void *(* linked_list_t::new_poly) () |
Referenced by copy_list(), new_elem(), and new_list().
struct linked_element* linked_list_t::tail |
Referenced by add_elem(), copy_list(), and free_elem().