GME  13
Functions
svn_base64.h File Reference

Base64 encoding and decoding functions. More...

Go to the source code of this file.

Functions

svn_stream_tsvn_base64_encode (svn_stream_t *output, apr_pool_t *pool)
svn_stream_tsvn_base64_decode (svn_stream_t *output, apr_pool_t *pool)
const svn_string_tsvn_base64_encode_string2 (const svn_string_t *str, svn_boolean_t break_lines, apr_pool_t *pool)
SVN_DEPRECATED const svn_string_tsvn_base64_encode_string (const svn_string_t *str, apr_pool_t *pool)
const svn_string_tsvn_base64_decode_string (const svn_string_t *str, apr_pool_t *pool)
SVN_DEPRECATED svn_stringbuf_tsvn_base64_from_md5 (unsigned char digest[], apr_pool_t *pool)

Detailed Description

Base64 encoding and decoding functions.

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ====================================================================

Definition in file svn_base64.h.