Searched refs:out_cb (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/ibm-public/postfix/dist/src/global/ |
| D | header_body_checks.c | 476 static void out_cb(void *context, int rec_type, const char *buf, in out_cb() function 504 out_cb(dp, REC_TYPE_NORM, STR(dp->buf), LEN(dp->buf), offset); in head_out() 512 out_cb(dp, REC_TYPE_NORM, STR(dp->buf), LEN(dp->buf), offset); in head_out() 524 out_cb(dp, 0, "HEADER END", sizeof("HEADER END") - 1, 0); in head_end() 540 out_cb(dp, rec_type, STR(dp->buf), LEN(dp->buf), offset); in body_out() 544 out_cb(dp, rec_type, STR(dp->buf), LEN(dp->buf), offset); in body_out() 556 out_cb(dp, 0, "BODY END", sizeof("BODY END") - 1, 0); in body_end() 582 out_cb, /* prepend */ in main()
|