Go to the documentation of this file.
58 #define BASE64_SIZE(n) ((((n) + 2) / 3) * 4)
61 #define BASE64_MINSIZE(n) ((n * 4 + 2) / 3)
Sofia-SIP 1.12.11devel -
Copyright (C) 2006 Nokia Corporation. All rights reserved.
Licensed under the terms of the GNU Lesser General Public License.