musrfit 1.10.0
mud_all.c File Reference
#include <time.h>
#include "mud.h"
Include dependency graph for mud_all.c:

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)
 

Function Documentation

◆ MUD_SEC_CMT_proc()

◆ MUD_SEC_EOF_proc()

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().

◆ MUD_SEC_FIXED_proc()

int MUD_SEC_FIXED_proc ( MUD_OPT op,
BUF * pBuf,
MUD_SEC_FIXED * pMUD )

◆ MUD_SEC_GRP_proc()

◆ MUD_SEC_proc()

int MUD_SEC_proc ( MUD_OPT op,
BUF * pBuf,
MUD_SEC * pMUD )

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().

◆ MUD_SEC_UNKNOWN_proc()

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().