Home
last modified time | relevance | path

Searched refs:vstream_fwrite (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dattr_print0.c141 vstream_fwrite(fp, attr_name, strlen(attr_name) + 1); in attr_vprint0()
150 vstream_fwrite(fp, attr_name, strlen(attr_name) + 1); in attr_vprint0()
159 vstream_fwrite(fp, attr_name, strlen(attr_name) + 1); in attr_vprint0()
161 vstream_fwrite(fp, str_val, strlen(str_val) + 1); in attr_vprint0()
167 vstream_fwrite(fp, attr_name, strlen(attr_name) + 1); in attr_vprint0()
173 vstream_fwrite(fp, STR(base64_buf), LEN(base64_buf) + 1); in attr_vprint0()
184 vstream_fwrite(fp, ATTR_NAME_OPEN, sizeof(ATTR_NAME_OPEN)); in attr_vprint0()
187 vstream_fwrite(fp, ht[0]->key, strlen(ht[0]->key) + 1); in attr_vprint0()
188 vstream_fwrite(fp, ht[0]->value, strlen(ht[0]->value) + 1); in attr_vprint0()
194 vstream_fwrite(fp, ATTR_NAME_CLOSE, sizeof(ATTR_NAME_CLOSE)); in attr_vprint0()
H A Dnetstring.c284 vstream_fwrite(stream, data, len); in netstring_put()
327 if (vstream_fwrite(stream, data, data_len) != data_len) in netstring_put_multi()
332 vstream_fwrite(stream, ",", 1); in netstring_put_multi()
451 vstream_fwrite(VSTREAM_OUT, STR(child_read_buf), LEN(child_read_buf)); in child_read_event()
H A Dunescape.c196 vstream_fwrite(VSTREAM_OUT, vstring_str(out), VSTRING_LEN(out)); in main()
202 vstream_fwrite(VSTREAM_OUT, vstring_str(out), VSTRING_LEN(out)); in main()
H A Dattr_print_plain.c179 vstream_fwrite(fp, ATTR_NAME_OPEN, sizeof(ATTR_NAME_OPEN)); in attr_vprint_plain()
189 vstream_fwrite(fp, ATTR_NAME_CLOSE, sizeof(ATTR_NAME_CLOSE)); in attr_vprint_plain()
H A Dvstream_popen.c343 if (vstream_fwrite(VSTREAM_OUT, vstring_str(buf), VSTRING_LEN(buf)) in main()
350 if (vstream_fwrite(stream, vstring_str(buf), VSTRING_LEN(buf)) in main()
H A Dlogwriter.c102 if (vstream_fwrite(fp, buf, len) != len) in logwriter_write()
H A Dvalid_utf8_string.c133 vstream_fwrite(VSTREAM_OUT, STR(buf), LEN(buf)); in main()
H A Dhex_quote.c146 if (vstream_fwrite(VSTREAM_OUT, STR(raw), LEN(raw)) != LEN(raw)) in main()
H A Dvstream.h112 #define vstream_fwrite(v, b, n) vbuf_write(&(v)->buf, (b), (n)) macro
/netbsd-src/external/ibm-public/postfix/dist/src/postcat/
H A Dpostcat.c389 vstream_fwrite(VSTREAM_OUT, STR(buffer), LEN(buffer)); in postcat()
399 vstream_fwrite(VSTREAM_OUT, STR(buffer), LEN(buffer)); in postcat()
405 vstream_fwrite(VSTREAM_OUT, STR(buffer), LEN(buffer)); in postcat()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dsmtp_stream.c472 err = (vstream_fwrite(stream, cp, todo) != todo in smtp_fputs()
497 err = (vstream_fwrite(stream, cp, todo) != todo); in smtp_fwrite()
H A Drec_streamlf.c107 (void) vstream_fwrite(stream, data, len); in rec_streamlf_put()
H A Dmemcache_proto.c132 if (vstream_fwrite(stream, cp, todo) != todo in memcache_fwrite()
H A Dxtext.c189 if (vstream_fwrite(VSTREAM_OUT, STR(unquoted), LEN(unquoted)) != LEN(unquoted)) in main()
H A Dmail_copy.c229 vstream_fwrite((s),vstring_str(b),VSTRING_LEN(b)) in mail_copy()
H A Duxtext.c271 if (vstream_fwrite(VSTREAM_OUT, STR(unquoted), LEN(unquoted)) != LEN(unquoted)) in main()
H A Drecord.c231 if (len && vstream_fwrite(stream, data, len) != len) in rec_put()
H A Dabounce.c310 && vstream_fwrite(ap->fp, STR(ap->request), in abounce_send()
H A Dheader_body_checks.c481 vstream_fwrite(dp->fp, buf, len); in out_cb()
H A Dmime_state.c1218 vstream_fwrite(stream, buf, len); in body_out()
/netbsd-src/external/ibm-public/postfix/dist/src/milter/
H A Dmilter8.c849 (void) vstream_fwrite(milter->fp, (void *) &pkt_len, UINT32_SIZE); in vmilter8_write_cmd()
860 (void) vstream_fwrite(milter->fp, (void *) &net_long, UINT32_SIZE); in vmilter8_write_cmd()
868 (void) vstream_fwrite(milter->fp, STR(buf), LEN(buf)); in vmilter8_write_cmd()
876 (void) vstream_fwrite(milter->fp, str, strlen(str) + 1); in vmilter8_write_cmd()
884 (void) vstream_fwrite(milter->fp, &ch, 1); in vmilter8_write_cmd()
892 (void) vstream_fwrite(milter->fp, *cpp, strlen(*cpp) + 1); in vmilter8_write_cmd()
900 (void) vstream_fwrite(milter->fp, (void *) &net_short, UINT16_SIZE); in vmilter8_write_cmd()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/
H A Dsmtp-sink.c589 if (vstream_fwrite(out_fp, STR(state->buffer), count) != count) in mail_file_finish()