Home
last modified time | relevance | path

Searched refs:rec_streamlf_get (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dstream2rec.c45 while ((type = rec_streamlf_get(VSTREAM_IN, buf, 150)) > 0) in main()
H A Drec_streamlf.h30 extern int rec_streamlf_get(VSTREAM *, VSTRING *, int);
H A Drec_streamlf.c78 int rec_streamlf_get(VSTREAM *stream, VSTRING *buf, int maxlen) in rec_streamlf_get() function
H A Dheader_body_checks.c624 rec_type = rec_streamlf_get(VSTREAM_IN, buf, REC_LEN); in main()
H A Dmime_state.c1274 rec_type = rec_streamlf_get(VSTREAM_IN, buf, REC_LEN); in main()
/netbsd-src/external/ibm-public/postfix/dist/src/sendmail/
H A Dsendmail.c898 for (prev_type = 0; (type = rec_streamlf_get(VSTREAM_IN, buf, var_line_limit)) in enqueue()