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

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/public/
H A Dxpt_xdr.h75 typedef struct XPTState XPTState; typedef in typeref:struct:XPTState
121 struct XPTState { struct
137 XPTState *state;
143 extern XPT_PUBLIC_API(XPTState *)
147 XPT_MakeCursor(XPTState *state, XPTPool pool, PRUint32 len, XPTCursor *cursor);
153 XPT_DestroyXDRState(XPTState *state);
157 XPT_UpdateFileLength(XPTState *state);
161 XPT_GetXDRDataLength(XPTState *state, XPTPool pool, PRUint32 *len);
164 XPT_GetXDRData(XPTState *stat
[all...]

Completed in 42 milliseconds