Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

mconv_rebind_buffer -

Description

       Bind a buffer to a code converter. The mconv_rebind_buffer() function binds buffer area of n bytes
       pointed to by buf to code converter converter. Subsequent decodings and encodings are done to/from this
       newly bound buffer area.

Name

       mconv_rebind_buffer -

Return Value

           This function always returns converter.

See Also

mconv_rebind_stream()

Synopsis

MConverter* mconv_rebind_buffer (MConverter * converter, const unsigned char * buf, int n)

See Also