Postfix3.3.1
マクロ定義 | 関数
off_cvt.c ファイル
#include <sys_defs.h>
#include <sys/types.h>
#include <ctype.h>
#include <msg.h>
#include <vstring.h>
#include "off_cvt.h"

[ソースコード]

マクロ定義

#define STR   vstring_str
 
#define END   vstring_end
 
#define SWAP(type, a, b)   { type temp; temp = a; a = b; b = temp; }
 

関数

off_t off_cvt_string (const char *str)
 
VSTRINGoff_cvt_number (VSTRING *buf, off_t offset)
 

マクロ定義詳解

#define END   vstring_end

off_cvt.c66 行目に定義があります。

#define STR   vstring_str

off_cvt.c65 行目に定義があります。

#define SWAP (   type,
  a,
 
)    { type temp; temp = a; a = b; b = temp; }

off_cvt.c67 行目に定義があります。

関数詳解

VSTRING* off_cvt_number ( VSTRING buf,
off_t  offset 
)

off_cvt.c96 行目に定義があります。

off_t off_cvt_string ( const char *  str)

off_cvt.c71 行目に定義があります。