Data Fields | |
link_t * | prev |
link_t * | next |
Definition at line 50 of file list.h.
|
Pointer to the previous item in the list. Definition at line 51 of file list.h. Referenced by hash_table_remove(), headless_list_split_or_concat(), link_initialize(), list_append(), list_concat(), list_initialize(), list_prepend(), and list_remove(). |
|
Pointer to the next item in the list. Definition at line 52 of file list.h. Referenced by async_get_call_timeout(), connection_thread(), handle_answer(), handle_expired_timeouts(), hash_table_find(), hash_table_remove(), headless_list_split_or_concat(), insert_timeout(), link_initialize(), list_append(), list_concat(), list_empty(), list_initialize(), list_member(), list_prepend(), and list_remove(). |