Postfix3.3.1
|
#include <sys_defs.h>
#include <stdlib.h>
#include <stdarg.h>
#include <unistd.h>
#include <string.h>
#include <msg.h>
#include <mymalloc.h>
#include <vstream.h>
#include <vstring.h>
#include <stringops.h>
#include <off_cvt.h>
#include <rec_type.h>
#include <record.h>
マクロ定義 | |
#define | NBBY 8 /* XXX should be in sys_defs.h */ |
#define | STREQ(x, y) ((x) == (y) && strcmp((x), (y)) == 0) |
#define | REVERSE_JUMP_LIMIT 10000 |
関数 | |
int | rec_put_type (VSTREAM *stream, int type, off_t offset) |
int | rec_put (VSTREAM *stream, int type, const char *data, ssize_t len) |
int | rec_get_raw (VSTREAM *stream, VSTRING *buf, ssize_t maxsize, int flags) |
int | rec_goto (VSTREAM *stream, const char *buf) |
int | rec_vfprintf (VSTREAM *stream, int type, const char *format, va_list ap) |
int | rec_fprintf (VSTREAM *stream, int type, const char *format,...) |
int | rec_fputs (VSTREAM *stream, int type, const char *str) |
int | rec_pad (VSTREAM *stream, int type, ssize_t len) |
#define REVERSE_JUMP_LIMIT 10000 |
#define STREQ | ( | x, | |
y | |||
) | ((x) == (y) && strcmp((x), (y)) == 0) |