Searched refs:new_type (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_typelib.c890 IDL_tree new_type; local
891 new_type = IDL_TYPE_DCL(IDL_NODE_UP(up)).type_spec;
894 IDL_IDENT(type).str, IDL_NODE_TYPE_NAME(new_type));
900 /* return fill_td_from_type(state, td, new_type); */
901 if (new_type) {
902 type = new_type;
/vbox/src/VBox/Devices/Network/slirp/bsd/sys/
H A Dmbuf.h444 static __inline void m_chtype(struct mbuf *m, short new_type);
749 m_chtype(struct mbuf *m, short new_type) argument
752 m->m_type = new_type;

Completed in 388 milliseconds