HomeSort by: relevance | last modified time | path
    Searched defs:ATTR_CLNT (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
attr_clnt.h 1 /* $NetBSD: attr_clnt.h,v 1.3 2022/10/08 16:12:50 christos Exp $ */
8 /* attr_clnt 3h
12 /* #include <attr_clnt.h>
29 typedef struct ATTR_CLNT ATTR_CLNT;
34 extern ATTR_CLNT *attr_clnt_create(const char *, int, int, int);
35 extern int attr_clnt_request(ATTR_CLNT *, int,...);
36 extern void attr_clnt_free(ATTR_CLNT *);
37 extern void attr_clnt_control(ATTR_CLNT *, int,...);
attr_clnt.c 1 /* $NetBSD: attr_clnt.c,v 1.3 2022/10/08 16:12:50 christos Exp $ */
5 /* attr_clnt 3
9 /* #include <attr_clnt.h>
15 /* ATTR_CLNT *attr_clnt_create(server, timeout, max_idle, max_ttl)
24 /* ATTR_CLNT *client;
33 /* ATTR_CLNT *client;
36 /* ATTR_CLNT *client;
112 #include <attr_clnt.h>
116 struct ATTR_CLNT {
133 void attr_clnt_free(ATTR_CLNT *client
    [all...]

Completed in 53 milliseconds