Postfix3.3.1
|
#include <sys_defs.h>
#include <unistd.h>
#include <errno.h>
#include <msg.h>
#include <mymalloc.h>
#include <vstream.h>
#include <htable.h>
#include <attr.h>
#include <iostuff.h>
#include <compat_va_copy.h>
#include <auto_clnt.h>
#include <attr_clnt.h>
データ構造 | |
struct | ATTR_CLNT |
マクロ定義 | |
#define | ATTR_CLNT_DEF_REQ_LIMIT (0) /* default per-session request limit */ |
#define | ATTR_CLNT_DEF_TRY_LIMIT (2) /* default request (re)try limit */ |
#define | ATTR_CLNT_DEF_TRY_DELAY (1) /* default request (re)try delay */ |
#define | SKIP_ARG(ap, type) |
#define | SKIP_ARG2(ap, t1, t2) |
関数 | |
void | attr_clnt_free (ATTR_CLNT *client) |
ATTR_CLNT * | attr_clnt_create (const char *service, int timeout, int max_idle, int max_ttl) |
int | attr_clnt_request (ATTR_CLNT *client, int send_flags,...) |
void | attr_clnt_control (ATTR_CLNT *client, int name,...) |
#define ATTR_CLNT_DEF_REQ_LIMIT (0) /* default per-session request limit */ |
attr_clnt.c の 116 行目に定義があります。
#define ATTR_CLNT_DEF_TRY_DELAY (1) /* default request (re)try delay */ |
attr_clnt.c の 118 行目に定義があります。
#define ATTR_CLNT_DEF_TRY_LIMIT (2) /* default request (re)try limit */ |
attr_clnt.c の 117 行目に定義があります。
#define SKIP_ARG | ( | ap, | |
type | |||
) |
#define SKIP_ARG2 | ( | ap, | |
t1, | |||
t2 | |||
) |
attr_clnt.c の 246 行目に定義があります。
attr_clnt.c の 130 行目に定義があります。
void attr_clnt_free | ( | ATTR_CLNT * | client | ) |
attr_clnt.c の 122 行目に定義があります。
attr_clnt.c の 148 行目に定義があります。