Postfix3.3.1
マクロ定義 | 関数
attr_scan64.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 <htable.h>
#include <base64_code.h>
#include <attr.h>

[ソースコード]

マクロ定義

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

関数

int attr_vscan64 (VSTREAM *fp, int flags, va_list ap)
 
int attr_scan64 (VSTREAM *fp, int flags,...)
 
int attr_scan_more64 (VSTREAM *fp)
 

マクロ定義詳解

#define LEN (   x)    VSTRING_LEN(x)

attr_scan64.c184 行目に定義があります。

#define STR (   x)    vstring_str(x)

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

関数詳解

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

attr_scan64.c514 行目に定義があります。

int attr_scan_more64 ( VSTREAM fp)

attr_scan64.c527 行目に定義があります。

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

attr_scan64.c269 行目に定義があります。