Searched refs:rec_streamlf_put (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Drec_streamlf.h31 extern int rec_streamlf_put(VSTREAM *, int, const char *, int);
34 rec_streamlf_put((s), (t), vstring_str(b), VSTRING_LEN(b))
H A Drec_streamlf.c16 /* int rec_streamlf_put(stream, type, data, len)
39 /* rec_streamlf_put() writes one record to the named stream.
44 /* REC_STREAMLF_PUT_BUF() is a wrapper for rec_streamlf_put() that
102 /* rec_streamlf_put - write record to stream-lf file */
104 int rec_streamlf_put(VSTREAM *stream, int type, const char *data, int len) function

Completed in 168 milliseconds