include/apr_iconv.h File Reference

APR-iconv substitute iconv library implementation. More...

#include "apr.h"
#include "apr_pools.h"
#include <stddef.h>

Go to the source code of this file.

Defines

#define API_DECLARE(type)   type
#define API_DECLARE_NONSTD(type)   type
#define API_DECLARE_DATA

Typedefs

typedef void * apr_iconv_t

Functions

apr_status_t apr_iconv_open (const char *to, const char *from, apr_pool_t *pool, apr_iconv_t *cd)
apr_status_t apr_iconv (apr_iconv_t cd, const char **inbuf, apr_size_t *inbytesleft, char **outbuf, apr_size_t *outbytesleft, apr_size_t *translated)
apr_status_t apr_iconv_close (apr_iconv_t cd, apr_pool_t *pool)

Detailed Description

APR-iconv substitute iconv library implementation.

 All Data Structures Files Functions Defines

Generated on 19 Jun 2014 for Apache Portable Runtime Iconv Library by  doxygen 1.6.1