HomeSort by relevance Sort by last modified time
    Searched refs:mh_next (Results 1 - 3 of 3) 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/chromium_org/third_party/usrsctp/usrsctplib/
user_mbuf.h 176 struct mbuf *mh_next; /* next buffer in chain */ member in struct:m_hdr
245 #define m_next m_hdr.mh_next

Completed in 547 milliseconds