Classes | |
| struct | XPTState |
| struct | XPTDatapool |
| struct | XPTCursor |
Typedefs | |
| typedef typedefPR_BEGIN_EXTERN_C struct XPTState | XPTState |
| typedef struct XPTDatapool | XPTDatapool |
| typedef struct XPTCursor | XPTCursor |
| typedef struct XPTHashTable | XPTHashTable |
Enumerations | |
| enum | XPTMode { XPT_ENCODE, XPT_DECODE } |
| enum | XPTPool { XPT_HEADER = 0, XPT_DATA = 1 } |
Functions | |
| XPT_PUBLIC_API (PRBool) XPT_DoString(XPTArena *arena | |
| XPT_PUBLIC_API (XPTState *) XPT_NewXDRState(XPTMode mode | |
| XPT_PUBLIC_API (void) XPT_DestroyXDRState(XPTState *state) | |
| XPT_PUBLIC_API (PRUint32) XPT_GetOffsetForAddr(XPTCursor *cursor | |
| XPT_PUBLIC_API (void *) XPT_GetAddrForOffset(XPTCursor *cursor | |
Variables | |
| XPTCursor * | cursor |
| XPTCursor XPTString ** | strp |
| nsID * | iidp |
| PRInt64 * | u64p |
| PRUint32 * | u32p |
| PRUint16 * | u16p |
| PRUint8 * | u8p |
| XPTCursor XPTHeader ** | headerp |
| XPTCursor XPTHeader PRUint32 * | ide_offset |
| char * | data |
| char PRUint32 | len |
| XPTPool | pool |
| PRUint32 | offset |
| PRUint32 * | data_offsetp |
| PRUint32 | data_offset |
| void * | addr |
| typedef struct XPTDatapool XPTDatapool |
| typedef struct XPTHashTable XPTHashTable |
| enum XPTMode |
| enum XPTPool |
| XPT_PUBLIC_API | ( | PRBool | ) |
| XPT_PUBLIC_API | ( | XPTState * | ) |
| XPT_PUBLIC_API | ( | void | ) |
| XPT_PUBLIC_API | ( | PRUint32 | ) |
| XPT_PUBLIC_API | ( | void * | ) |
1.5.6