Searched defs:CLEANUP_STATE (Results 1 – 1 of 1) sorted by relevance
49 typedef struct CLEANUP_STATE { struct50 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); argument78 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 …]