OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vstream
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/global/
clnt_stream.c
11
/* typedef void (*CLNT_STREAM_HANDSHAKE_FN)(
VSTREAM
*)
21
/*
VSTREAM
*clnt_stream_access(clnt_stream)
93
#include <
vstream
.h>
110
VSTREAM
*
vstream
; /* buffered I/O */
member in struct:CLNT_STREAM
130
if (clnt_stream->
vstream
== 0)
164
if (clnt_stream->
vstream
)
176
clnt_stream->
vstream
= mail_connect_wait(clnt_stream->class,
178
close_on_exec(vstream_fileno(clnt_stream->
vstream
), CLOSE_ON_EXEC);
179
event_enable_read(vstream_fileno(clnt_stream->
vstream
), clnt_stream_event
[
all
...]
/src/external/ibm-public/postfix/dist/src/util/
auto_clnt.c
11
/* typedef void (*AUTO_CLNT_HANDSHAKE_FN)(
VSTREAM
*);
19
/*
VSTREAM
*auto_clnt_access(auto_clnt)
63
/* .IP "AUTO_CLNT_CTL_HANDSHAKE(
VSTREAM
*)"
130
#include <
vstream
.h>
144
VSTREAM
*
vstream
; /* buffered I/O */
member in struct:AUTO_CLNT
165
if (auto_clnt->
vstream
== 0)
201
if (auto_clnt->
vstream
)
219
auto_clnt->
vstream
= vstream_fdopen(fd, O_RDWR);
220
vstream_control(auto_clnt->
vstream
,
[
all
...]
Completed in 42 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026