Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

apr_compat.h

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

Generated on Wed Dec 8 10:14:03 2004 for Apache Portable Runtime by doxygen 1.3.6