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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlmemory.c91 unsigned int mh_type; member in struct:memnod
184 p->mh_type = MALLOC_TYPE;
252 p->mh_type = MALLOC_ATOMIC_TYPE;
357 p->mh_type = REALLOC_TYPE;
495 p->mh_type = STRDUP_TYPE;
678 switch (p->mh_type) {
786 switch (p->mh_type) {
/vbox/src/VBox/Devices/Network/slirp/bsd/sys/
H A Dmbuf.h140 short mh_type; /* type of data in this mbuf */ member in struct:m_hdr
213 #define m_type m_hdr.mh_type

Completed in 269 milliseconds