Searched refs:API_VAR_EXPORT (Results 1 – 11 of 11) sorted by relevance
73 extern API_VAR_EXPORT int ap_standalone;74 extern API_VAR_EXPORT int ap_configtestonly;76 extern API_VAR_EXPORT uid_t ap_user_id;77 extern API_VAR_EXPORT char *ap_user_name;78 extern API_VAR_EXPORT gid_t ap_group_id;79 extern API_VAR_EXPORT int ap_max_requests_per_child;80 extern API_VAR_EXPORT int ap_max_cpu_per_child;81 extern API_VAR_EXPORT int ap_max_data_per_child;82 extern API_VAR_EXPORT int ap_max_nofile_per_child;83 extern API_VAR_EXPORT int ap_max_rss_per_child;[all …]
172 API_VAR_EXPORT extern scoreboard *ap_scoreboard_image;174 API_VAR_EXPORT extern ap_generation_t volatile ap_my_generation;
142 #ifndef API_VAR_EXPORT143 #define API_VAR_EXPORT macro
382 extern API_VAR_EXPORT module *top_module;386 extern API_VAR_EXPORT module **ap_loaded_modules;
981 extern API_VAR_EXPORT const char ap_month_snames[12][4];982 extern API_VAR_EXPORT const char ap_day_snames[7][4];1115 extern API_VAR_EXPORT time_t ap_restart_time;
181 extern API_VAR_EXPORT module core_module;
161 API_VAR_EXPORT int ap_standalone=0;162 API_VAR_EXPORT int ap_configtestonly=0;164 API_VAR_EXPORT uid_t ap_user_id=0;165 API_VAR_EXPORT char *ap_user_name=NULL;166 API_VAR_EXPORT gid_t ap_group_id=0;167 API_VAR_EXPORT int ap_max_requests_per_child=0;168 API_VAR_EXPORT int ap_max_cpu_per_child=0;169 API_VAR_EXPORT int ap_max_data_per_child=0;170 API_VAR_EXPORT int ap_max_nofile_per_child=0;171 API_VAR_EXPORT int ap_max_rss_per_child=0;[all …]
101 API_VAR_EXPORT const char ap_month_snames[12][4] =105 API_VAR_EXPORT const char ap_day_snames[7][4] =
109 API_VAR_EXPORT module *top_module = NULL;110 API_VAR_EXPORT module **ap_loaded_modules=NULL;
3594 API_VAR_EXPORT module core_module = {
118 extern module API_VAR_EXPORT *top_module;