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

/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Drec_streamlf.h30 extern int rec_streamlf_get(VSTREAM *, VSTRING *, int);
H A Dstream2rec.c45 while ((type = rec_streamlf_get(VSTREAM_IN, buf, 150)) > 0)
H A Drec_streamlf.c11 /* int rec_streamlf_get(stream, buf, maxlen)
29 /* rec_streamlf_get() reads one record from the specified stream.
76 /* rec_streamlf_get - read record from stream-lf file */
78 int rec_streamlf_get(VSTREAM *stream, VSTRING *buf, int maxlen) function
H A Dheader_body_checks.c624 rec_type = rec_streamlf_get(VSTREAM_IN, buf, REC_LEN);
H A Dmime_state.c1274 rec_type = rec_streamlf_get(VSTREAM_IN, buf, REC_LEN);
/netbsd-current/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))

Completed in 204 milliseconds