HomeSort by: relevance | last modified time | path
    Searched refs:vstream_feof (Results 1 - 11 of 11) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
recv_pass_attr.c 83 || vstream_feof(fp) || vstream_ferror(fp));
vstream.h 128 #define vstream_feof(vp) vbuf_eof(&(vp)->buf) macro
mac_expand.c 969 while (!vstream_feof(VSTREAM_IN)) {
  /src/external/ibm-public/postfix/dist/src/global/
smtp_stream.c 140 /* query the stream status with vstream_feof() etc.
356 if (vstream_feof(stream) || vstream_ferror(stream))
379 if (vstream_feof(stream) || vstream_ferror(stream))
459 && vstream_feof(stream) == 0 && vstream_ferror(stream) == 0)
compat_level.c 356 while (!vstream_feof(VSTREAM_IN)) {
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_proxy.c 571 || vstream_feof(smtpd_proxy_replay_stream)
672 || vstream_feof(smtpd_proxy_replay_stream))
716 || vstream_feof(proxy->service_stream)
899 if (vstream_ferror(stream) || vstream_feof(stream)
969 if (vstream_ferror(stream) || vstream_feof(stream)
1130 if (vstream_feof(proxy->service_stream) == 0
smtpd.c 4259 } else if (!vstream_feof(state->bdat_get_stream)) {
4298 } while (!vstream_feof(state->bdat_get_stream));
5562 if (vstream_feof(state->client) || vstream_ferror(state->client))
  /src/external/ibm-public/postfix/dist/src/bounce/
bounce_templates.c 310 if (vstream_feof(fp))
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_connect.c 443 && vstream_feof(session->stream) == 0) {
695 && vstream_feof(session->stream) == 0)
1278 && vstream_feof(session->stream) == 0)
smtp_proto.c 2730 && vstream_feof(session->stream) == 0)
  /src/external/ibm-public/postfix/dist/src/tlsmgr/
tlsmgr.c 834 else if (vstream_ferror(client_stream) || vstream_feof(client_stream)) {

Completed in 104 milliseconds