Searched refs:rec_streamlf_get (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | stream2rec.c | 45 while ((type = rec_streamlf_get(VSTREAM_IN, buf, 150)) > 0) in main()
|
H A D | rec_streamlf.h | 30 extern int rec_streamlf_get(VSTREAM *, VSTRING *, int);
|
H A D | rec_streamlf.c | 78 int rec_streamlf_get(VSTREAM *stream, VSTRING *buf, int maxlen) in rec_streamlf_get() function
|
H A D | header_body_checks.c | 624 rec_type = rec_streamlf_get(VSTREAM_IN, buf, REC_LEN); in main()
|
H A D | mime_state.c | 1274 rec_type = rec_streamlf_get(VSTREAM_IN, buf, REC_LEN); in main()
|
/netbsd-src/external/ibm-public/postfix/dist/src/sendmail/ |
H A D | sendmail.c | 898 for (prev_type = 0; (type = rec_streamlf_get(VSTREAM_IN, buf, var_line_limit)) in enqueue()
|