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

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/public/
H A Dxpt_xdr.h77 typedef struct XPTCursor XPTCursor; typedef in typeref:struct:XPTCursor
83 XPT_DoString(XPTArena *arena, XPTCursor *cursor, XPTString **strp);
86 XPT_DoStringInline(XPTArena *arena, XPTCursor *cursor, XPTString **strp);
89 XPT_DoCString(XPTArena *arena, XPTCursor *cursor, char **strp);
92 XPT_DoIID(XPTCursor *cursor, nsID *iidp);
95 XPT_Do64(XPTCursor *cursor, PRInt64 *u64p);
98 XPT_Do32(XPTCursor *cursor, PRUint32 *u32p);
101 XPT_Do16(XPTCursor *cursor, PRUint16 *u16p);
104 XPT_Do8(XPTCursor *curso
136 struct XPTCursor { struct
[all...]

Completed in 32 milliseconds