Postfix3.3.1
マクロ定義 | 関数
rec_streamlf.h ファイル
#include <vstring.h>
#include <vstream.h>
#include <rec_type.h>

[ソースコード]

マクロ定義

#define REC_STREAMLF_PUT_BUF(s, t, b)   rec_streamlf_put((s), (t), vstring_str(b), VSTRING_LEN(b))
 

関数

int rec_streamlf_get (VSTREAM *, VSTRING *, int)
 
int rec_streamlf_put (VSTREAM *, int, const char *, int)
 

マクロ定義詳解

#define REC_STREAMLF_PUT_BUF (   s,
  t,
 
)    rec_streamlf_put((s), (t), vstring_str(b), VSTRING_LEN(b))

rec_streamlf.h31 行目に定義があります。

関数詳解

int rec_streamlf_get ( VSTREAM ,
VSTRING ,
int   
)

rec_streamlf.c76 行目に定義があります。

int rec_streamlf_put ( VSTREAM ,
int  ,
const char *  ,
int   
)

rec_streamlf.c102 行目に定義があります。