filter
Description:
Passes the input buffer, in
, through this and generates an output buffer, out
.
Parameters:
this |
a MimeFilter object |
prespace |
amount of prespace |
outprespace |
pointer to the output prespace length (to be set) |
in |
input buffer |
len |
length of |
out |
pointer to the output buffer (to be set) |
outlen |
pointer to the length of the output buffer (to be set) |