#include <dbprim.h>
Collaboration diagram for _link_head_s:

For internal use only.
This is the implementation of the link_head_t type.
Definition at line 637 of file dbprim.h.
Data Fields | |
| unsigned long | lh_magic |
| unsigned long | lh_count |
| link_elem_t * | lh_first |
| link_elem_t * | lh_last |
| void * | lh_extra |
|
|
Number of entries in the linked list. Definition at line 639 of file dbprim.h. Referenced by ll_add(), ll_flush(), ll_init(), ll_remove(), and st_find(). |
|
|
Extra data associated with list. Definition at line 642 of file dbprim.h. Referenced by ll_init(). |
|
|
First element in the list. Definition at line 640 of file dbprim.h. Referenced by ll_add(), ll_find(), ll_flush(), ll_init(), ll_iter(), ll_move(), and ll_remove(). |
|
|
Last element in the list. Definition at line 641 of file dbprim.h. Referenced by ll_add(), ll_flush(), ll_init(), ll_iter(), ll_move(), and ll_remove(). |
|
|
Magic number. Definition at line 638 of file dbprim.h. Referenced by ll_init(). |
1.4.4