OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vstream_fileno
(Results
1 - 25
of
89
) sorted by relevancy
1
2
3
4
/src/external/ibm-public/postfix/dist/src/postscreen/
postscreen_starttls.c
96
event_disable_readwrite(
vstream_fileno
(tlsproxy_stream)); \
122
myname,
vstream_fileno
(tlsproxy_stream),
123
vstream_fileno
(smtp_state->smtp_client_stream),
161
else if (LOCAL_SEND_FD(
vstream_fileno
(tlsproxy_stream),
162
vstream_fileno
(smtp_state->smtp_client_stream)) < 0) {
212
myname,
vstream_fileno
(tlsproxy_stream),
213
vstream_fileno
(smtp_state->smtp_client_stream),
269
PSC_READ_EVENT_REQUEST(
vstream_fileno
(tlsproxy_stream), psc_starttls_finish,
301
myname, fd,
vstream_fileno
(smtp_state->smtp_client_stream),
317
PSC_READ_EVENT_REQUEST(
vstream_fileno
(tlsproxy_stream), psc_starttls_first
[
all
...]
postscreen_haproxy.c
97
status = haproxy_srvr_receive(
vstream_fileno
(state->stream), &non_proxy,
105
PSC_CLEAR_EVENT_REQUEST(
vstream_fileno
(state->stream),
137
PSC_READ_EVENT_REQUEST(
vstream_fileno
(stream), psc_endpt_haproxy_event,
postscreen_endpt.c
135
getpeername(
vstream_fileno
(smtp_client_stream), (struct sockaddr *)
161
getsockname(
vstream_fileno
(smtp_client_stream),
postscreen_send.c
176
ret = write(
vstream_fileno
(state->smtp_client_stream),
225
vstream_fileno
(state->smtp_client_stream),
260
vstream_fileno
(state->smtp_client_stream)) < 0
postscreen_early.c
117
event,
vstream_fileno
(state->smtp_client_stream),
121
PSC_CLEAR_EVENT_REQUEST(
vstream_fileno
(state->smtp_client_stream),
233
if ((read_count = recv(
vstream_fileno
(state->smtp_client_stream),
364
PSC_READ_EVENT_REQUEST(
vstream_fileno
(state->smtp_client_stream),
/src/external/ibm-public/postfix/dist/src/util/
vstream_tweak.c
78
if ((ret = getsockname(
vstream_fileno
(fp), sa, &sa_length)) >= 0) {
115
if ((err = getsockopt(
vstream_fileno
(fp), IPPROTO_TCP, TCP_MAXSEG,
163
if ((err = setsockopt(
vstream_fileno
(fp), IPPROTO_TCP, TCP_NODELAY,
edit_file.c
240
if (myflock(
vstream_fileno
(ep->tmp_fp), INTERNAL_LOCK,
249
if (fstat(
vstream_fileno
(ep->tmp_fp), &before_lock) < 0)
299
if (ftruncate(
vstream_fileno
(ep->tmp_fp), 0) < 0)
325
int fd =
vstream_fileno
(fp);
open_lock.c
71
if (myflock(
vstream_fileno
(fp), INTERNAL_LOCK,
load_file.c
71
if (fstat(
vstream_fileno
(fp), &st) < 0)
auto_clnt.c
227
close_on_exec(
vstream_fileno
(auto_clnt->vstream), CLOSE_ON_EXEC);
228
event_enable_read(
vstream_fileno
(auto_clnt->vstream), auto_clnt_event,
257
event_disable_readwrite(
vstream_fileno
(auto_clnt->vstream));
safe_open.c
119
if (fstat(
vstream_fileno
(fp), fstat_st) < 0) {
214
if (st != 0 && fstat(
vstream_fileno
(fp), st) < 0)
225
&& fchown(
vstream_fileno
(fp), user, group) < 0) {
logwriter.c
105
close_on_exec(
vstream_fileno
(fp), CLOSE_ON_EXEC);
/src/external/ibm-public/postfix/dist/src/global/
clnt_stream.c
178
close_on_exec(
vstream_fileno
(clnt_stream->vstream), CLOSE_ON_EXEC);
179
event_enable_read(
vstream_fileno
(clnt_stream->vstream), clnt_stream_event,
203
event_disable_readwrite(
vstream_fileno
(clnt_stream->vstream));
236
} else if (readable(
vstream_fileno
(clnt_stream->vstream))) {
mark_corrupt.c
69
if (fchmod(
vstream_fileno
(src), MAIL_QUEUE_STAT_CORRUPT))
mbox_open.c
172
close_on_exec(
vstream_fileno
(fp), CLOSE_ON_EXEC);
181
|| deliver_flock(
vstream_fileno
(fp), (myflock_style), why->reason) == 0)
208
&& (fstat(
vstream_fileno
(fp), st) < 0 || st->st_nlink != 1)) {
post_mail.c
342
event_disable_readwrite(
vstream_fileno
(state->stream));
343
non_blocking(
vstream_fileno
(state->stream), BLOCKING);
361
event_disable_readwrite(
vstream_fileno
(state->stream));
378
event_disable_readwrite(
vstream_fileno
(state->stream));
422
event_enable_read(
vstream_fileno
(stream), post_mail_open_event,
522
event_disable_readwrite(
vstream_fileno
(state->stream));
568
event_enable_read(
vstream_fileno
(stream), post_mail_fclose_event,
mail_copy.c
161
if (fstat(
vstream_fileno
(src), &st) < 0)
277
write_error |= fsync(
vstream_fileno
(dst));
291
(void) ftruncate(
vstream_fileno
(dst), orig_length);
/src/external/ibm-public/postfix/dist/src/tls/
tls_session.c
124
retval = tls_bio_shutdown(
vstream_fileno
(stream), timeout, TLScontext);
126
tls_bio_shutdown(
vstream_fileno
(stream), timeout, TLScontext);
tls_proxy_clnt.c
270
if (LOCAL_SEND_FD(
vstream_fileno
(tlsproxy_stream),
271
vstream_fileno
(peer_stream)) < 0) {
/src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_haproxy.c
120
if (read_wait(
vstream_fileno
(state->client), var_smtpd_uproxy_tmout) < 0) {
126
if (haproxy_srvr_receive_sa(
vstream_fileno
(state->client), &non_proxy,
/src/external/ibm-public/postfix/dist/src/bounce/
bounce_append_service.c
90
if (deliver_flock(
vstream_fileno
(log), INTERNAL_LOCK, (VSTRING *) 0) < 0)
151
if (vstream_fflush(log) != 0 || fsync(
vstream_fileno
(log)) < 0) {
153
if (ftruncate(
vstream_fileno
(log), (off_t) orig_length) < 0)
/src/external/ibm-public/postfix/dist/src/master/
multi_server.c
333
msg_info("connection closed fd %d",
vstream_fileno
(stream));
336
event_disable_readwrite(
vstream_fileno
(stream));
353
&& myflock(
vstream_fileno
(multi_server_lock), INTERNAL_LOCK,
362
if (peekfd(
vstream_fileno
(stream)) > 0) {
379
event_enable_read(
vstream_fileno
(stream), multi_server_execute, (void *) stream);
458
&& myflock(
vstream_fileno
(multi_server_lock), INTERNAL_LOCK,
501
&& myflock(
vstream_fileno
(multi_server_lock), INTERNAL_LOCK,
543
&& myflock(
vstream_fileno
(multi_server_lock), INTERNAL_LOCK,
871
close_on_exec(
vstream_fileno
(multi_server_lock), CLOSE_ON_EXEC);
944
if (myflock(
vstream_fileno
(multi_server_lock), INTERNAL_LOCK
[
all
...]
master.c
510
close_on_exec(
vstream_fileno
(lock_fp), CLOSE_ON_EXEC);
527
close_on_exec(
vstream_fileno
(data_lock_fp), CLOSE_ON_EXEC);
575
if (myflock(
vstream_fileno
(lock_fp), INTERNAL_LOCK,
578
if (myflock(
vstream_fileno
(data_lock_fp), INTERNAL_LOCK,
/src/external/ibm-public/postfix/dist/src/spawn/
spawn.c
321
status = spawn_command(CA_SPAWN_CMD_STDIN(
vstream_fileno
(client_stream)),
322
CA_SPAWN_CMD_STDOUT(
vstream_fileno
(client_stream)),
323
CA_SPAWN_CMD_STDERR(
vstream_fileno
(client_stream)),
/src/external/ibm-public/postfix/dist/src/flush/
flush.c
357
if (myflock(
vstream_fileno
(log), INTERNAL_LOCK, MYFLOCK_OP_EXCLUSIVE) < 0)
373
if (myflock(
vstream_fileno
(log), INTERNAL_LOCK, MYFLOCK_OP_NONE) < 0)
469
if (fchmod(
vstream_fileno
(fp), st.st_mode | MAIL_QUEUE_STAT_UNTHROTTLE) < 0)
529
if (myflock(
vstream_fileno
(log), INTERNAL_LOCK, MYFLOCK_OP_EXCLUSIVE) < 0)
597
if (count > 0 && ftruncate(
vstream_fileno
(log), (off_t) 0) < 0)
608
if (myflock(
vstream_fileno
(log), INTERNAL_LOCK, MYFLOCK_OP_NONE) < 0)
715
if (read_wait(
vstream_fileno
(client_stream), var_ipc_timeout) < 0) {
720
if ((count = peekfd(
vstream_fileno
(client_stream))) < 0) {
Completed in 44 milliseconds
1
2
3
4
Indexes created Tue Aug 11 00:25:38 UTC 2026