OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Aug 12 00:25:48 UTC 2026