Postfix3.3.1
マクロ定義 | 関数
tok822_node.c ファイル
#include <sys_defs.h>
#include <string.h>
#include <mymalloc.h>
#include <vstring.h>
#include "tok822.h"

[ソースコード]

マクロ定義

#define CONTAINER_TOKEN(x)   ((x) == TOK822_ADDR || (x) == TOK822_STARTGRP)
 

関数

TOK822tok822_alloc (int type, const char *strval)
 
TOK822tok822_free (TOK822 *tp)
 

マクロ定義詳解

#define CONTAINER_TOKEN (   x)    ((x) == TOK822_ADDR || (x) == TOK822_STARTGRP)

関数詳解

TOK822* tok822_alloc ( int  type,
const char *  strval 
)

tok822_node.c55 行目に定義があります。

TOK822* tok822_free ( TOK822 tp)

tok822_node.c73 行目に定義があります。