Home
last modified time | relevance | path

Searched refs:vstream_fread_buf (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dhex_quote.c129 len = vstream_fread_buf(fp, buf, BUFLEN); in read_buf()
H A Ddict_stream.c232 if ((act_len = vstream_fread_buf(fp, act_cont, 2 * exp_len)) < 0) { in main()
H A Dnetstring.c239 if (vstream_fread_buf(stream, buf, len) != len) in netstring_get_data()
H A Dvstream.h139 extern ssize_t vstream_fread_buf(VSTREAM *, struct VSTRING *, ssize_t);
H A Dvstream.c1543 ssize_t vstream_fread_buf(VSTREAM *fp, VSTRING *vp, ssize_t len) in vstream_fread_buf() function
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmemcache_proto.c153 if (vstream_fread_buf(stream, buf, todo) != todo in memcache_fread()
H A Dxtext.c160 len = vstream_fread_buf(fp, buf, BUFLEN); in read_buf()
H A Duxtext.c240 len = vstream_fread_buf(fp, buf, BUFLEN); in read_buf()
H A Drecord.c292 if (vstream_fread_buf(stream, buf, len) != len) { in rec_get_raw()
H A Dsmtp_stream.c526 err = (vstream_fread_buf(stream, vp, todo) != todo); in smtp_fread_buf()
/netbsd-src/external/ibm-public/postfix/dist/src/milter/
H A Dmilter8.c678 if (vstream_fread_buf(milter->fp, buf, *data_len) in vmilter8_read_data()
/netbsd-src/external/ibm-public/postfix/dist/
H A DHISTORY23879 easier-to-use vstream_fread_buf() and vstream_fread_app()