HomeSort by relevance Sort by last modified time
    Searched full:mh_next (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libxml/src/
xmlmemory.c 95 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/
xmlmemory.c 95 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/qemu/slirp/
mbuf.h 60 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/
mbuf.h 60 struct mbuf *mh_next; /* Linked list of mbufs */ member in struct:m_hdr
95 #define m_next m_hdr.mh_next

Completed in 238 milliseconds