Apache HTTPD
apr_xlate.h
Go to the documentation of this file.
1/* Licensed to the Apache Software Foundation (ASF) under one or more
2 * contributor license agreements. See the NOTICE file distributed with
3 * this work for additional information regarding copyright ownership.
4 * The ASF licenses this file to You under the Apache License, Version 2.0
5 * (the "License"); you may not use this file except in compliance with
6 * the License. You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17#ifndef APR_XLATE_H
18#define APR_XLATE_H
19
20#include "apu.h"
21#include "apr_pools.h"
22#include "apr_errno.h"
23
24#ifdef __cplusplus
25extern "C" {
26#endif /* __cplusplus */
27
39typedef struct apr_xlate_t apr_xlate_t;
40
67 const char *topage,
68 const char *frompage,
70
78#define APR_DEFAULT_CHARSET (const char *)0
82#define APR_LOCALE_CHARSET (const char *)1
83
94
118 const char *inbuf,
120 char *outbuf,
122
123/* @see apr_file_io.h the comment in apr_file_io.h about this hack */
124#ifdef APR_NOT_DONE_YET
135 char inchar, char outchar);
136#endif
137
147 unsigned char inchar);
148
157
159#ifdef __cplusplus
160}
161#endif
162
163#endif /* ! APR_XLATE_H */
APR Error Codes.
APR memory allocation.
APU_DECLARE(void)
Computes SipHash-2-4, producing a 64bit (APR_SIPHASH_DSIZE) hash from a message and a 128bit (APR_SIP...
Definition apr_sha1.c:206
unsigned char inchar
Definition apr_xlate.h:147
struct apr_xlate_t apr_xlate_t
Definition apr_xlate.h:39
const char apr_size_t * inbytes_left
Definition apr_xlate.h:119
const char apr_size_t char apr_size_t * outbytes_left
Definition apr_xlate.h:121
const char const char * frompage
Definition apr_xlate.h:68
const char * topage
Definition apr_xlate.h:67
const char const char apr_pool_t * pool
Definition apr_xlate.h:69
const char apr_size_t char * outbuf
Definition apr_xlate.h:120
const char * inbuf
Definition apr_xlate.h:118
int * onoff
Definition apr_xlate.h:93
apr_size_t size
int apr_status_t
Definition apr_errno.h:44