Searched refs:CLNT_STREAM (Results 1 – 6 of 6) sorted by relevance
109 struct CLNT_STREAM { struct118 static void clnt_stream_close(CLNT_STREAM *); argument124 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 …]
24 typedef struct CLNT_STREAM CLNT_STREAM; typedef27 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 *);
80 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()
88 CLNT_STREAM *vrfy_clnt;
80 CLNT_STREAM *rewrite_clnt_stream = 0;
139 extern CLNT_STREAM *rewrite_clnt_stream;