TSMimeHdrFieldDestroy¶
Synopsis¶
#include <ts/ts.h>
-
TSReturnCode TSMimeHdrFieldDestroy(TSMBuffer bufp, TSMLoc hdr, TSMLoc field)¶
Description¶
Destroys the MIME field located at field within bufp.
You must release the TSMLoc
field with a call to
TSHandleMLocRelease()
.