logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

TSMimeHdrClone - TSMimeHdrClone API function

Description

       Copies a specified MIME header to a specified marshal buffer, and returns the location of the copied MIME
       header within the destination marshal buffer.

       Unlike  TSMimeHdrCopy(),  you  do not have to create the destination MIME header before cloning.  Release
       the returned TSMLoc handle with a call to TSHandleMLocRelease().

Name

       TSMimeHdrClone - TSMimeHdrClone API function

Synopsis

          #include <ts/ts.h>

       TSReturnCodeTSMimeHdrClone(TSMBufferdest_bufp,TSMBuffersrc_bufp,TSMLocsrc_hdr,TSMLoc*locp)

See Also