#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) |