Searched refs:mh_next (Results 1 - 5 of 5) sorted by relevance

/external/qemu/slirp/
H A Dmbuf.h60 struct mbuf *mh_next; /* Linked list of mbufs */ member in struct:m_hdr
95 #define m_next m_hdr.mh_next
/external/qemu/slirp-android/
H A Dmbuf.h60 struct mbuf *mh_next; /* Linked list of mbufs */ member in struct:m_hdr
95 #define m_next m_hdr.mh_next
/external/chromium_org/third_party/libxml/src/
H A Dxmlmemory.c95 struct memnod *mh_next; member in struct:memnod
607 p = p->mh_next;
694 p = p->mh_next;
774 p = p->mh_next;
788 p->mh_next = memlist;
800 if (p->mh_next)
801 p->mh_next->mh_prev = p->mh_prev;
803 p->mh_prev->mh_next = p->mh_next;
804 else memlist = p->mh_next;
[all...]
/external/libxml2/
H A Dxmlmemory.c95 struct memnod *mh_next; member in struct:memnod
610 p = p->mh_next;
697 p = p->mh_next;
777 p = p->mh_next;
791 p->mh_next = memlist;
803 if (p->mh_next)
804 p->mh_next->mh_prev = p->mh_prev;
806 p->mh_prev->mh_next = p->mh_next;
807 else memlist = p->mh_next;
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_mbuf.h176 struct mbuf *mh_next; /* next buffer in chain */ member in struct:m_hdr
245 #define m_next m_hdr.mh_next

Completed in 360 milliseconds