Home
last modified time | relevance | path

Searched defs:CLEANUP_STATE (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup.h49 typedef struct CLEANUP_STATE { struct
50 VSTRING *attr_buf; /* storage for named attribute */
51 VSTRING *temp1; /* scratch buffer, local use only */
52 VSTRING *temp2; /* scratch buffer, local use only */
53 VSTRING *stripped_buf; /* character stripped input */
77 void (*action) (struct CLEANUP_STATE *, int, const char *, ssize_t); argument
78 off_t data_offset; /* start of message content */
79 off_t body_offset; /* start of body content */
80 off_t xtra_offset; /* start of extra segment */
81 off_t cont_length; /* length including Milter edits */
[all …]