Provided by: trafficserver-dev_5.3.0-2ubuntu2_amd64 

NAME
TSMimeHdrCopy - copies the contents of the MIME header located at src_loc within src_bufp to the MIME
header located at dest_loc within dest_bufp
SYNOPSIS
#include <ts/ts.h>
TSReturnCode TSMimeHdrCopy(TSMBuffer dest_bufp, TSMLoc dest_offset, TSMBuffer src_bufp,
TSMLoc src_offset)
DESCRIPTION
TSMimeHdrCopy() works correctly even if src_bufp and dest_bufp point to different marshal buffers.
IMPORTANT:
you must create the destination MIME header before copying into it--use TSMimeHdrCreate().
COPYRIGHT
2014, dev@trafficserver.apache.org
5.3 April 18, 2016 TSMIMEHDRCOPY(3ts)