pub unsafe extern "C" fn svn_base64_encode_string2(
str_: *const svn_string_t,
break_lines: svn_boolean_t,
pool: *mut apr_pool_t,
) -> *const svn_string_tExpand description
Encode an @c svn_stringbuf_t into base64.
A simple interface for encoding base64 data assuming we have all of it present at once. If @a break_lines is true, newlines will be inserted periodically; otherwise the string will only consist of base64 encoding characters. The returned string will be allocated from @a pool.
@since New in 1.6.