dllist.h File Reference

Go to the source code of this file.

Classes

struct  dl_node
struct  dl_head

Functions

static struct dl_headdl_init (struct dl_head *h)
static struct dl_nodedl_remove (struct dl_node *n)
static struct dl_nodedl_insert_after (struct dl_node *p, struct dl_node *n)


Function Documentation

static struct dl_head* dl_init ( struct dl_head h  )  [static, read]

Definition at line 18 of file dllist.h.

Referenced by vbi_open().

static struct dl_node* dl_remove ( struct dl_node n  )  [static, read]

Definition at line 27 of file dllist.h.

Referenced by vbi_del_handler().

static struct dl_node* dl_insert_after ( struct dl_node p,
struct dl_node n 
) [static, read]

Definition at line 35 of file dllist.h.


Generated on Sat Dec 18 05:15:51 2010 for MythTV by  doxygen 1.5.5