Searched refs:rec_put (Results 1 – 13 of 13) sorted by relevance
| /netbsd/src/external/ibm-public/postfix/dist/src/global/ |
| D | record.h | 38 extern int rec_put(VSTREAM *, int, const char *, ssize_t); 45 #define REC_PUT_BUF(v, t, b) rec_put((v), (t), vstring_str(b), VSTRING_LEN(b))
|
| D | record.c | 196 int rec_put(VSTREAM *stream, int type, const char *data, ssize_t len) in rec_put() function 406 return (rec_put(stream, type, str, str ? strlen(str) : 0)); in rec_fputs()
|
| D | post_mail.c | 447 return (rec_put(cleanup, REC_TYPE_NORM, buf, len) != REC_TYPE_NORM ? in post_mail_buffer() 457 return (rec_put(cleanup, REC_TYPE_NORM, str, len) != REC_TYPE_NORM ? in post_mail_fputs()
|
| D | delivered_hdr.c | 243 #define REC_PUT_LIT(fp, type, lit) rec_put((fp), (type), (lit), strlen(lit)) in main()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/cleanup/ |
| D | cleanup_out.c | 138 err = rec_put(state->dst, REC_TYPE_CONT, string, var_line_limit); in cleanup_out() 142 err = rec_put(state->dst, type, string, len); in cleanup_out()
|
| /netbsd/src/lib/libc/db/recno/ |
| D | Makefile.inc | 6 SRCS+= rec_close.c rec_delete.c rec_get.c rec_open.c rec_put.c rec_search.c \
|
| /netbsd/src/external/ibm-public/postfix/dist/src/smtpd/ |
| D | smtpd_proxy.c | 563 || rec_put(smtpd_proxy_replay_stream, REC_TYPE_END, "", 0) != REC_TYPE_END in smtpd_proxy_replay_send() 840 ret = rec_put(stream, rec_type, data, len); in smtpd_proxy_save_rec_put() 1039 rec_put = smtpd_proxy_rec_put, in smtpd_proxy_create() 1069 rec_put = smtpd_proxy_save_rec_put, in smtpd_proxy_create()
|
| D | smtpd_proxy.h | 34 SMTPD_PROXY_REC_PUT_FN rec_put; member
|
| D | smtpd.c | 3420 out_record = proxy->rec_put; in data_cmd() 3425 out_record = rec_put; in data_cmd() 4133 out_record = proxy->rec_put; in bdat_cmd() 4138 out_record = rec_put; in bdat_cmd()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/qmqpd/ |
| D | qmqpd.c | 347 && rec_put(state->cleanup, REC_TYPE_VERP, verp_delims, 2) < 0) in qmqpd_copy_sender() 514 rec_put(state->cleanup, REC_TYPE_NORM, "", 0); in qmqpd_write_content() 516 if (rec_put(state->cleanup, rec_type, start, len) < 0) { in qmqpd_write_content()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/sendmail/ |
| D | sendmail.c | 606 if (rec_put(state->dst, rec_type, buf, len) < 0) in output_text() 834 if (rec_put(dst, REC_TYPE_RCPT, "", 0) < 0) in enqueue() 963 if (rec_put(dst, REC_TYPE_RCPT, *cpp, strlen(*cpp)) < 0) in enqueue()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/pickup/ |
| D | pickup.c | 312 rec_put(cleanup, REC_TYPE_NORM, "", 0); in copy_segment()
|
| /netbsd/src/external/bsd/nvi/dist/dist/ |
| D | Makefile.am | 10 $(visrcdir)/db.1.85/recno/rec_put.c \
|