|
musrfit 1.10.0
|

Go to the source code of this file.
Functions | |
| int | MUD_SEC_proc (MUD_OPT op, BUF *pBuf, MUD_SEC *pMUD) |
| int | MUD_SEC_EOF_proc (MUD_OPT op, BUF *pBuf, MUD_SEC_EOF *pMUD) |
| int | MUD_SEC_FIXED_proc (MUD_OPT op, BUF *pBuf, MUD_SEC_FIXED *pMUD) |
| int | MUD_SEC_GRP_proc (MUD_OPT op, BUF *pBuf, MUD_SEC_GRP *pMUD) |
| int | MUD_SEC_CMT_proc (MUD_OPT op, BUF *pBuf, MUD_SEC_CMT *pMUD) |
| int | MUD_SEC_UNKNOWN_proc (MUD_OPT op, BUF *pBuf, MUD_SEC_UNKNOWN *pMUD) |
| int MUD_SEC_CMT_proc | ( | MUD_OPT | op, |
| BUF * | pBuf, | ||
| MUD_SEC_CMT * | pMUD ) |
Definition at line 165 of file mud_all.c.
References _free, _strlen, MUD_SEC_CMT::author, MUD_SEC_CMT::comment, decode_4, decode_str(), encode_4, encode_str(), MUD_SEC_CMT::ID, MUD_DECODE, MUD_ENCODE, MUD_FREE, MUD_GET_SIZE, MUD_HEADS, MUD_SHOW, MUD_SEC_CMT::nextReplyID, MUD_SEC_CMT::prevReplyID, MUD_SEC_CMT::time, and MUD_SEC_CMT::title.
Referenced by _ANSI_ARGS_(), and MUD_new().
| int MUD_SEC_EOF_proc | ( | MUD_OPT | op, |
| BUF * | pBuf, | ||
| MUD_SEC_EOF * | pMUD ) |
Definition at line 53 of file mud_all.c.
References MUD_DECODE, MUD_ENCODE, MUD_FREE, MUD_GET_SIZE, MUD_HEADS, and MUD_SHOW.
Referenced by _ANSI_ARGS_(), and MUD_new().
| int MUD_SEC_FIXED_proc | ( | MUD_OPT | op, |
| BUF * | pBuf, | ||
| MUD_SEC_FIXED * | pMUD ) |
Definition at line 76 of file mud_all.c.
References decode_4, encode_4, MUD_SEC_FIXED::fileSize, MUD_SEC_FIXED::formatID, MUD_DECODE, MUD_ENCODE, MUD_FREE, MUD_GET_SIZE, MUD_HEADS, and MUD_SHOW.
Referenced by _ANSI_ARGS_(), MUD_fseekFirst(), and MUD_new().
| int MUD_SEC_GRP_proc | ( | MUD_OPT | op, |
| BUF * | pBuf, | ||
| MUD_SEC_GRP * | pMUD ) |
Definition at line 107 of file mud_all.c.
References decode_4, encode_4, _MUD_SEC_GRP::memSize, MUD_DECODE, MUD_ENCODE, MUD_FREE, MUD_free(), MUD_GET_SIZE, MUD_HEADS, MUD_INDEX_proc(), MUD_SHOW, NULL, _MUD_SEC_GRP::num, _MUD_SEC_GRP::pMem, _MUD_SEC_GRP::pMemIndex, _MUD_INDEX::pNext, and zalloc.
Referenced by _ANSI_ARGS_(), and MUD_new().
Definition at line 30 of file mud_all.c.
References MUD_DECODE, MUD_ENCODE, MUD_FREE, MUD_GET_SIZE, MUD_HEADS, and MUD_SHOW.
Referenced by _ANSI_ARGS_(), and MUD_new().
| int MUD_SEC_UNKNOWN_proc | ( | MUD_OPT | op, |
| BUF * | pBuf, | ||
| MUD_SEC_UNKNOWN * | pMUD ) |
Definition at line 236 of file mud_all.c.
References MUD_DECODE, MUD_ENCODE, MUD_FREE, MUD_GET_SIZE, MUD_HEADS, and MUD_SHOW.
Referenced by _ANSI_ARGS_(), and MUD_new().