Searched refs:vstream_ftimeout (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/external/ibm-public/postfix/dist/src/global/ |
| D | smtp_stream.c | 299 if (vstream_ftimeout(stream)) in smtp_flush() 322 if (vstream_ftimeout(stream)) in smtp_vprintf() 354 if (vstream_ftimeout(stream)) in smtp_fgetc() 377 if (vstream_ftimeout(stream)) in smtp_get() 486 if (vstream_ftimeout(stream)) in smtp_fputs() 510 if (vstream_ftimeout(stream)) in smtp_fwrite() 539 if (vstream_ftimeout(stream)) in smtp_fread_buf() 560 if (vstream_ftimeout(stream)) in smtp_fputc()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | netstring.c | 215 netstring_except(stream, vstream_ftimeout(stream) ? in netstring_get_length() 244 netstring_except(stream, vstream_ftimeout(stream) ? in netstring_get_data() 332 netstring_except(stream, vstream_ftimeout(stream) ? in netstring_put_multi() 344 netstring_except(stream, vstream_ftimeout(stream) ? in netstring_fflush()
|
| D | attr_scan0.c | 201 vstream_ftimeout(fp) ? "timeout" : "premature end-of-input", in attr_scan0_string()
|
| D | vstream.h | 131 #define vstream_ftimeout(vp) vbuf_timeout(&(vp)->buf) macro
|
| D | attr_scan_plain.c | 209 vstream_ftimeout(fp) ? "timeout" : "premature end-of-input", in attr_scan_plain_string()
|
| D | attr_scan64.c | 214 vstream_ftimeout(fp) ? "timeout" : "premature end-of-input", in attr_scan64_string()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/cleanup/ |
| D | cleanup.c | 622 if (vstream_ftimeout(src)) in cleanup_service()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/smtpstone/ |
| 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/ |
| D | smtpd_chat.c | 271 if (vstream_ftimeout(state->client)) in vsmtpd_chat_reply()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/smtp/ |
| D | smtp_chat.c | 234 if (vstream_ftimeout(session->stream)) in smtp_chat_cmd()
|
| /netbsd/src/external/ibm-public/postfix/dist/ |
| D | HISTORY | 3860 stream, and vstream_ftimeout(stream) queries a stream for 12894 vstream_ftimeout() calls were removed. As a result, many
|