#include "types.h"Include dependency graph for Marshal.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | marshal_GetBinaryMsgLen(l) (l+4) |
Functions | |
| u8 * | marshal_PutLong (u8 *msg, u32 value) |
| u8 * | marshal_PutLongC (u8 *msg, u32 value) |
| u8 * | marshal_PutString (u8 *msg, char *value) |
| u8 * | marshal_PutStringC (u8 *msg, char *value) |
| u8 * | marshal_PutBinary (u8 *msg, u8 *value, u32 len) |
| u8 * | marshal_PutBinaryC (u8 *msg, u8 *value, u32 len) |
| u8 * | marshal_PutTaglist (u8 *msg, tag *taglist) |
| u8 * | marshal_PutTaglistC (u8 *msg, tag *taglist) |
| u32 | marshal_GetLong (u8 **msg) |
| u32 | marshal_GetLongC (u8 **msg) |
| char * | marshal_GetString (u8 **msg) |
| char * | marshal_GetStringC (u8 **msg) |
| u8 * | marshal_GetBinary (u8 **msg, u32 *len) |
| u8 * | marshal_GetBinaryC (u8 **msg, u32 *len) |
| u32 | marshal_GetBinaryLen (u8 **msg) |
| u32 | marshal_GetBinaryLenC (u8 **msg) |
| tag * | marshal_GetTaglist (u8 **msg) |
| tag * | marshal_GetTaglistC (u8 **msg) |
| void | marshal_FreeTaglist (tag *taglist) |
| int | marshal_GetStringMsgLen (char *str) |
| int | marshal_GetTaglistMsgLen (tag *taglist) |
|
|
Definition at line 54 of file Marshal.h. Referenced by marshal_GetTaglistMsgLen. |
|
|
Definition at line 441 of file Marshal.c. Referenced by term_RpcCallT. |
|
||||||||||||
|
Definition at line 272 of file Marshal.c. Referenced by marshal_GetTaglist. |
|
||||||||||||
|
Definition at line 291 of file Marshal.c. Referenced by marshal_GetTaglistC. |
|
|
|
|
|
|
|
|
Definition at line 204 of file Marshal.c. Referenced by marshal_GetTaglist. |
|
|
Definition at line 217 of file Marshal.c. Referenced by marshal_GetTaglistC. |
|
|
Definition at line 232 of file Marshal.c. Referenced by marshal_GetTaglist. |
|
|
Definition at line 251 of file Marshal.c. Referenced by marshal_GetTaglistC. |
|
|
Definition at line 466 of file Marshal.c. Referenced by marshal_GetTaglistMsgLen. |
|
|
Definition at line 339 of file Marshal.c. Referenced by term_RpcCallT. |
|
|
Definition at line 389 of file Marshal.c. Referenced by term_RpcCallT. |
|
|
Definition at line 480 of file Marshal.c. Referenced by term_RpcCallA, term_RpcCallR, and term_RpcCallT. |
|
||||||||||||||||
|
Definition at line 92 of file Marshal.c. Referenced by marshal_PutTaglist. |
|
||||||||||||||||
|
Definition at line 106 of file Marshal.c. Referenced by marshal_PutTaglistC. |
|
||||||||||||
|
Definition at line 36 of file Marshal.c. Referenced by marshal_PutTaglist. |
|
||||||||||||
|
Definition at line 46 of file Marshal.c. Referenced by marshal_PutTaglistC. |
|
||||||||||||
|
Definition at line 58 of file Marshal.c. Referenced by marshal_PutTaglist. |
|
||||||||||||
|
Definition at line 74 of file Marshal.c. Referenced by marshal_PutTaglistC. |
|
||||||||||||
|
Definition at line 122 of file Marshal.c. Referenced by term_RpcCallA, term_RpcCallR, and term_RpcCallT. |
|
||||||||||||
|
Definition at line 163 of file Marshal.c. Referenced by term_RpcCallA, term_RpcCallR, and term_RpcCallT. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002