Postfix3.3.1
関数
rec_streamlf.c ファイル
#include <sys_defs.h>
#include <vstring.h>
#include <vstream.h>
#include <record.h>
#include <rec_type.h>
#include <rec_streamlf.h>

[ソースコード]

関数

int rec_streamlf_get (VSTREAM *stream, VSTRING *buf, int maxlen)
 
int rec_streamlf_put (VSTREAM *stream, int type, const char *data, int len)
 

関数詳解

int rec_streamlf_get ( VSTREAM stream,
VSTRING buf,
int  maxlen 
)

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

int rec_streamlf_put ( VSTREAM stream,
int  type,
const char *  data,
int  len 
)

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