Searched refs:vstream_ftimeout (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | smtp_stream.c | 297 if (vstream_ftimeout(stream)) in smtp_flush() 320 if (vstream_ftimeout(stream)) in smtp_vprintf() 352 if (vstream_ftimeout(stream)) in smtp_fgetc() 375 if (vstream_ftimeout(stream)) in smtp_get() 478 if (vstream_ftimeout(stream)) in smtp_fputs() 502 if (vstream_ftimeout(stream)) in smtp_fwrite() 531 if (vstream_ftimeout(stream)) in smtp_fread_buf() 552 if (vstream_ftimeout(stream)) in smtp_fputc()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | netstring.c | 211 netstring_except(stream, vstream_ftimeout(stream) ? in netstring_get_length() 240 netstring_except(stream, vstream_ftimeout(stream) ? in netstring_get_data() 328 netstring_except(stream, vstream_ftimeout(stream) ? in netstring_put_multi() 340 netstring_except(stream, vstream_ftimeout(stream) ? in netstring_fflush()
|
| H A D | vstream.h | 131 #define vstream_ftimeout(vp) vbuf_timeout(&(vp)->buf) macro
|
| H A D | attr_scan0.c | 201 vstream_ftimeout(fp) ? "timeout" : "premature end-of-input", in attr_scan0_string()
|
| H A D | attr_scan64.c | 214 vstream_ftimeout(fp) ? "timeout" : "premature end-of-input", in attr_scan64_string()
|
| H A D | attr_scan_plain.c | 209 vstream_ftimeout(fp) ? "timeout" : "premature end-of-input", in attr_scan_plain_string()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/cleanup/ |
| H A D | cleanup.c | 582 if (vstream_ftimeout(src)) in cleanup_service()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/ |
| H A D | qmqp-sink.c | 131 netstring_except(state->stream, vstream_ftimeout(state->stream) ? in read_data()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/smtpd/ |
| H A D | smtpd_chat.c | 271 if (vstream_ftimeout(state->client)) in vsmtpd_chat_reply()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/smtp/ |
| H A D | smtp_chat.c | 234 if (vstream_ftimeout(session->stream)) in smtp_chat_cmd()
|
| /netbsd-src/external/ibm-public/postfix/dist/ |
| H A D | HISTORY | 3860 stream, and vstream_ftimeout(stream) queries a stream for 12894 vstream_ftimeout() calls were removed. As a result, many
|