Postfix3.3.1
|
#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.c の 59 行目に定義があります。
#define STR | ( | x | ) | vstring_str(x) |
memcache_proto.c の 58 行目に定義があります。
memcache_proto.c の 134 行目に定義があります。
memcache_proto.c の 111 行目に定義があります。
memcache_proto.c の 63 行目に定義があります。
memcache_proto.c の 181 行目に定義があります。
memcache_proto.c の 165 行目に定義があります。