Searched defs:mh_next (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlmemory.c95 struct memnod *mh_next; member in struct:memnod
607 p = p->mh_next;
701 p = p->mh_next;
715 p->mh_next = memlist;
727 if (p->mh_next)
728 p->mh_next->mh_prev = p->mh_prev;
730 p->mh_prev->mh_next = p->mh_next;
731 else memlist = p->mh_next;
801 p = p->mh_next;
[all...]
/vbox/src/VBox/Devices/Network/slirp/bsd/sys/
H A Dmbuf.h135 struct mbuf *mh_next; /* next buffer in chain */ member in struct:m_hdr
210 #define m_next m_hdr.mh_next

Completed in 85 milliseconds