HomeSort by: relevance | last modified time | path
    Searched refs:vstream_ferror (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/external/ibm-public/postfix/dist/src/global/
rec_streamlf.c 110 return (vstream_ferror(stream) ? REC_TYPE_EOF : type);
smtp_stream.c 317 err = vstream_ferror(stream);
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)
mail_copy.c 248 if (vstream_ferror(dst) == 0) {
273 read_error = vstream_ferror(src);
nbdb_clnt.c 117 if (vstream_ferror(reindexd_stream) != 0) {
post_mail.c 471 if (vstream_ferror(cleanup) != 0) {
500 if (vstream_ferror(state->stream) != 0
545 if (vstream_ferror(stream) != 0) {
memcache_proto.c 177 if (vstream_ferror(stream))
  /src/external/ibm-public/postfix/dist/src/util/
load_file.c 73 if (vstream_ferror(fp) || vstream_fclose(fp))
recv_pass_attr.c 83 || vstream_feof(fp) || vstream_ferror(fp));
attr_print0.c 202 return (vstream_ferror(fp));
attr_print_plain.c 198 return (vstream_ferror(fp));
attr_print64.c 243 return (vstream_ferror(fp));
dict.c 505 if (vstream_ferror(fp) || vstream_fclose(fp))
vstream.h 127 #define vstream_ferror(vp) vbuf_error(&(vp)->buf) macro
  /src/external/ibm-public/postfix/dist/src/bounce/
bounce_notify_util.c 592 return (vstream_ferror(bounce));
604 return (vstream_ferror(bounce));
656 return (vstream_ferror(bounce));
694 return (vstream_ferror(bounce) ? -1 : count);
751 return (vstream_ferror(bounce));
817 return (vstream_ferror(bounce));
852 return (vstream_ferror(bounce) ? -1 : count);
906 return (vstream_ferror(bounce));
bounce.c 659 if (status || vstream_ferror(client))
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_proxy.c 570 if (vstream_ferror(smtpd_proxy_replay_stream)
671 if (vstream_ferror(smtpd_proxy_replay_stream)
715 if (vstream_ferror(proxy->service_stream)
899 if (vstream_ferror(stream) || vstream_feof(stream)
969 if (vstream_ferror(stream) || vstream_feof(stream)
1131 && vstream_ferror(proxy->service_stream) == 0)
1168 if (vstream_ferror(smtpd_proxy_replay_stream)) {
smtpd_chat.c 305 if (vstream_ferror(state->client))
  /src/external/ibm-public/postfix/dist/src/tls/
tls_proxy_clnt.c 209 if (vstream_ferror(tlsproxy_stream) != 0) {
  /src/external/ibm-public/postfix/dist/src/postqueue/
showq_json.c 172 && vstream_ferror(VSTREAM_OUT) == 0) {
  /src/external/ibm-public/postfix/dist/src/local/
token.c 216 if (vstream_ferror(fp)) {
forward.c 267 return (vstream_ferror(info->cleanup));
298 if ((status = vstream_ferror(info->cleanup)) == 0)
  /src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_bounce.c 139 if (vstream_ferror(state->dst) || vstream_fflush(state->dst)) {
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_chat.c 236 if (vstream_ferror(session->stream))
smtp_connect.c 442 && vstream_ferror(session->stream) == 0
694 && vstream_ferror(session->stream) == 0
1277 && vstream_ferror(session->stream) == 0
  /src/external/ibm-public/postfix/dist/src/showq/
showq.c 210 while (!vstream_ferror(client) && (rec_type = rec_get(qfile, buf, 0)) > 0) {

Completed in 25 milliseconds

1 2