Postfix3.3.1
マクロ定義 | 関数
attr_scan0.c ファイル
#include <sys_defs.h>
#include <stdarg.h>
#include <string.h>
#include <stdio.h>
#include <msg.h>
#include <mymalloc.h>
#include <vstream.h>
#include <vstring.h>
#include <vstring_vstream.h>
#include <htable.h>
#include <base64_code.h>
#include <attr.h>

[ソースコード]

マクロ定義

#define STR(x)   vstring_str(x)
 
#define LEN(x)   VSTRING_LEN(x)
 

関数

int attr_vscan0 (VSTREAM *fp, int flags, va_list ap)
 
int attr_scan0 (VSTREAM *fp, int flags,...)
 
int attr_scan_more0 (VSTREAM *fp)
 

マクロ定義詳解

#define LEN (   x)    VSTRING_LEN(x)

attr_scan0.c183 行目に定義があります。

#define STR (   x)    vstring_str(x)

attr_scan0.c182 行目に定義があります。

関数詳解

int attr_scan0 ( VSTREAM fp,
int  flags,
  ... 
)

attr_scan0.c455 行目に定義があります。

int attr_scan_more0 ( VSTREAM fp)

attr_scan0.c468 行目に定義があります。

int attr_vscan0 ( VSTREAM fp,
int  flags,
va_list  ap 
)

attr_scan0.c266 行目に定義があります。