Postfix3.3.1
マクロ定義 | 関数
memcache_proto.c ファイル
#include <sys_defs.h>
#include <msg.h>
#include <vstream.h>
#include <vstring.h>
#include <vstring_vstream.h>
#include <compat_va_copy.h>
#include <memcache_proto.h>

[ソースコード]

マクロ定義

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

関数

int memcache_get (VSTREAM *stream, VSTRING *vp, ssize_t bound)
 
int memcache_fwrite (VSTREAM *stream, const char *cp, ssize_t todo)
 
int memcache_fread (VSTREAM *stream, VSTRING *buf, ssize_t todo)
 
int memcache_vprintf (VSTREAM *stream, const char *fmt, va_list ap)
 
int memcache_printf (VSTREAM *stream, const char *fmt,...)
 

マクロ定義詳解

#define LEN (   x)    VSTRING_LEN(x)

memcache_proto.c59 行目に定義があります。

#define STR (   x)    vstring_str(x)

memcache_proto.c58 行目に定義があります。

関数詳解

int memcache_fread ( VSTREAM stream,
VSTRING buf,
ssize_t  todo 
)

memcache_proto.c134 行目に定義があります。

int memcache_fwrite ( VSTREAM stream,
const char *  cp,
ssize_t  todo 
)

memcache_proto.c111 行目に定義があります。

int memcache_get ( VSTREAM stream,
VSTRING vp,
ssize_t  bound 
)

memcache_proto.c63 行目に定義があります。

int memcache_printf ( VSTREAM stream,
const char *  fmt,
  ... 
)

memcache_proto.c181 行目に定義があります。

int memcache_vprintf ( VSTREAM stream,
const char *  fmt,
va_list  ap 
)

memcache_proto.c165 行目に定義があります。