apr_compat.h

Go to the documentation of this file.
00001 /* Licensed to the Apache Software Foundation (ASF) under one or more
00002  * contributor license agreements.  See the NOTICE file distributed with
00003  * this work for additional information regarding copyright ownership.
00004  * The ASF licenses this file to You under the Apache License, Version 2.0
00005  * (the "License"); you may not use this file except in compliance with
00006  * the License.  You may obtain a copy of the License at
00007  *
00008  *     http://www.apache.org/licenses/LICENSE-2.0
00009  *
00010  * Unless required by applicable law or agreed to in writing, software
00011  * distributed under the License is distributed on an "AS IS" BASIS,
00012  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00013  * See the License for the specific language governing permissions and
00014  * limitations under the License.
00015  */
00016 
00017 #ifndef APR_COMPAT_H
00018 #define APR_COMPAT_H
00019 
00032 /* redefine 1.3.x symbols to those that now live in libapr */
00033 
00035 #define ap_inline APR_INLINE
00036 
00038 #define ap_md5_ctx_t apr_md5_ctx_t
00039 
00040 #define ap_MD5Encode apr_md5_encode
00041 
00042 #define ap_MD5Final apr_md5_final
00043 
00044 #define ap_MD5Init apr_md5_init
00045 
00046 #define ap_MD5Update apr_md5_update
00047 
00048 #define ap_append_arrays apr_array_append
00049 
00050 #define ap_array_cat apr_array_cat
00051 
00052 #define ap_array_header_t apr_array_header_t
00053 
00054 #define ap_array_pstrcat apr_array_pstrcat
00055 
00056 #define ap_bytes_in_free_blocks apr_pool_free_blocks_num_bytes
00057 
00058 #define ap_bytes_in_pool apr_pool_num_bytes
00059 
00060 #define ap_check_file_time apr_check_file_time
00061 
00062 #define ap_filetype_e apr_filetype_e
00063 
00064 #define ap_cleanup_for_exec apr_pool_cleanup_for_exec
00065 
00066 #define ap_clear_pool apr_pool_clear
00067 
00068 #define ap_clear_table apr_table_clear
00069 
00070 #define ap_copy_array apr_array_copy
00071 
00072 #define ap_copy_array_hdr apr_array_copy_hdr
00073 
00074 #define ap_copy_table apr_table_copy
00075 
00076 #define ap_cpystrn apr_cpystrn
00077 
00078 #define ap_day_snames apr_day_snames
00079 
00080 #define ap_destroy_pool apr_pool_destroy
00081 
00082 #define ap_exploded_time_t apr_time_exp_t
00083 
00084 #define ap_fnmatch apr_fnmatch
00085 
00086 #define ap_getopt apr_getopt
00087 
00088 #define ap_inet_addr apr_inet_addr
00089 
00090 #define ap_init_alloc apr_pool_alloc_init
00091 
00092 #define ap_is_empty_table apr_is_empty_table
00093 
00094 #define ap_is_fnmatch apr_fnmatch_test
00095 
00096 #define ap_kill_cleanup apr_pool_cleanup_kill
00097 
00098 #define ap_make_array apr_array_make
00099 
00100 #define ap_make_sub_pool apr_pool_sub_make
00101 
00102 #define ap_make_table apr_table_make
00103 
00104 #define ap_month_snames apr_month_snames
00105 
00106 #define ap_note_subprocess apr_pool_note_subprocess
00107 
00108 #define ap_null_cleanup apr_pool_cleanup_null
00109 
00110 #define ap_os_canonical_filename apr_filepath_merge
00111 
00112 #define ap_os_case_canonical_filename apr_filepath_merge
00113 
00114 #define ap_os_dso_load apr_dso_load
00115 
00116 #define ap_os_dso_unload apr_dso_unload
00117 
00118 #define ap_os_dso_sym apr_dso_sym
00119 
00120 #define ap_os_dso_error apr_dso_error
00121 
00123 #define ap_os_is_filename_valid apr_filepath_merge
00124 
00125 #define ap_os_kill apr_proc_kill
00126 
00127 #define ap_os_systemcase_canonical_filename apr_filepath_merge
00128 
00129 #define ap_overlap_tables apr_table_overlap
00130 
00131 #define ap_overlay_tables apr_table_overlay
00132 
00133 #define ap_palloc apr_palloc
00134 
00135 #define ap_pcalloc apr_pcalloc
00136 
00137 #define ap_pool_join apr_pool_join
00138 
00139 #define ap_psprintf apr_psprintf
00140 
00141 #define ap_pstrcat apr_pstrcat
00142 
00143 #define ap_pstrdup apr_pstrdup
00144 
00145 #define ap_pstrndup apr_pstrndup
00146 
00147 #define ap_push_array apr_array_push
00148 
00149 #define ap_pvsprintf apr_pvsprintf
00150 
00151 #define ap_register_cleanup apr_pool_cleanup_register
00152 
00153 #define ap_register_other_child apr_proc_other_child_register
00154 
00155 #define ap_run_cleanup apr_pool_cleanup_run
00156 
00157 #define ap_signal apr_signal
00158 
00159 #define ap_snprintf apr_snprintf
00160 
00161 #define ap_table_add apr_table_add
00162 
00163 #define ap_table_addn apr_table_addn
00164 
00165 #define ap_table_do apr_table_do
00166 
00167 #define ap_table_elts apr_table_elts
00168 
00169 #define ap_table_get apr_table_get
00170 
00171 #define ap_table_merge apr_table_merge
00172 
00173 #define ap_table_mergen apr_table_mergen
00174 
00175 #define ap_table_set apr_table_set
00176 
00177 #define ap_table_setn apr_table_setn
00178 
00179 #define ap_table_unset apr_table_unset
00180 
00181 #define ap_unregister_other_child apr_proc_other_child_unregister
00182 
00183 #define ap_validate_password apr_password_validate
00184 
00185 #define ap_vformatter apr_vformatter
00186 
00187 #define ap_vsnprintf apr_vsnprintf
00188 
00189 #define ap_wait_t apr_wait_t
00190 
00192 #define ap_isalnum apr_isalnum
00193 
00194 #define ap_isalpha apr_isalpha
00195 
00196 #define ap_iscntrl apr_iscntrl
00197 
00198 #define ap_isdigit apr_isdigit
00199 
00200 #define ap_isgraph apr_isgraph
00201 
00202 #define ap_islower apr_islower
00203 
00204 #define ap_isascii apr_isascii
00205 
00206 #define ap_isprint apr_isprint
00207 
00208 #define ap_ispunct apr_ispunct
00209 
00210 #define ap_isspace apr_isspace
00211 
00212 #define ap_isupper apr_isupper
00213 
00214 #define ap_isxdigit apr_isxdigit
00215 
00216 #define ap_tolower apr_tolower
00217 
00218 #define ap_toupper apr_toupper
00219 
00221 #define AP_USEC_PER_SEC APR_USEC_PER_SEC
00222 
00223 #define AP_RFC822_DATE_LEN APR_RFC822_DATE_LEN
00224 
00225 #define AP_OVERLAP_TABLES_MERGE APR_OVERLAP_TABLES_MERGE
00226 
00227 #define AP_OVERLAP_TABLES_SET APR_OVERLAP_TABLES_SET
00228 
00231 #endif /* APR_COMPAT_H */

Generated on Mon Nov 26 11:47:26 2007 for Apache Portable Runtime by  doxygen 1.5.2