Apache HTTPD
util_ebcdic.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
26#ifndef APACHE_UTIL_EBCDIC_H
27#define APACHE_UTIL_EBCDIC_H
28
29
30#ifdef __cplusplus
31extern "C" {
32#endif
33
34#include "apr_xlate.h"
35#include "httpd.h"
36#include "util_charset.h"
37
38#if APR_CHARSET_EBCDIC || defined(DOXYGEN)
39
46apr_status_t ap_init_ebcdic(apr_pool_t *pool);
47
56void ap_xlate_proto_to_ascii(char *buffer, apr_size_t len);
57
66void ap_xlate_proto_from_ascii(char *buffer, apr_size_t len);
67
77
78#else /* APR_CHARSET_EBCDIC */
79
80#define ap_xlate_proto_to_ascii(x,y) /* NOOP */
81#define ap_xlate_proto_from_ascii(x,y) /* NOOP */
82
83#define ap_rvputs_proto_in_ascii ap_rvputs
84
85#endif /* APR_CHARSET_EBCDIC */
86
87#ifdef __cplusplus
88}
89#endif
90
91#endif /* !APACHE_UTIL_EBCDIC_H */
const char apr_size_t len
Definition ap_regex.h:187
APR I18N translation library.
request_rec * r
#define ap_xlate_proto_to_ascii(x, y)
Definition util_ebcdic.h:80
#define ap_xlate_proto_from_ascii(x, y)
Definition util_ebcdic.h:81
#define ap_rvputs_proto_in_ascii
Definition util_ebcdic.h:83
const char int apr_pool_t * pool
Definition apr_cstr.h:84
int apr_status_t
Definition apr_errno.h:44
char * buffer
HTTP Daemon routines.
A structure that represents the current request.
Definition httpd.h:845
charset conversion