Home
last modified time | relevance | path

Searched refs:CLNT_STREAM (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/global/
Dclnt_stream.c109 struct CLNT_STREAM { struct
118 static void clnt_stream_close(CLNT_STREAM *); argument
124 CLNT_STREAM *clnt_stream = (CLNT_STREAM *) context; in clnt_stream_event()
158 static void clnt_stream_open(CLNT_STREAM *clnt_stream) in clnt_stream_open()
189 static void clnt_stream_close(CLNT_STREAM *clnt_stream) in clnt_stream_close()
212 void clnt_stream_recover(CLNT_STREAM *clnt_stream) in clnt_stream_recover()
224 VSTREAM *clnt_stream_access(CLNT_STREAM *clnt_stream) in clnt_stream_access()
252 CLNT_STREAM *clnt_stream_create(const char *class, const char *service, in clnt_stream_create()
256 CLNT_STREAM *clnt_stream; in clnt_stream_create()
261 clnt_stream = (CLNT_STREAM *) mymalloc(sizeof(*clnt_stream)); in clnt_stream_create()
[all …]
Dclnt_stream.h24 typedef struct CLNT_STREAM CLNT_STREAM; typedef
27 extern CLNT_STREAM *clnt_stream_create(const char *, const char *, int, int,
29 extern VSTREAM *clnt_stream_access(CLNT_STREAM *);
30 extern const char *clnt_stream_path(CLNT_STREAM *);
31 extern void clnt_stream_recover(CLNT_STREAM *);
32 extern void clnt_stream_free(CLNT_STREAM *);
Ddict_proxy.c80 CLNT_STREAM *clnt; /* client handle (shared) */
96 static CLNT_STREAM *proxymap_stream; /* read-only maps */
97 static CLNT_STREAM *proxywrite_stream; /* read-write maps */
427 CLNT_STREAM **pstream; in dict_proxy_open()
Dverify_clnt.c88 CLNT_STREAM *vrfy_clnt;
Drewrite_clnt.c80 CLNT_STREAM *rewrite_clnt_stream = 0;
Dresolve_clnt.c139 extern CLNT_STREAM *rewrite_clnt_stream;