Home
last modified time | relevance | path

Searched refs:API_VAR_EXPORT (Results 1 – 11 of 11) sorted by relevance

/mirbsd/src/usr.sbin/httpd/src/include/
Dhttp_conf_globals.h73 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 …]
Dscoreboard.h172 API_VAR_EXPORT extern scoreboard *ap_scoreboard_image;
174 API_VAR_EXPORT extern ap_generation_t volatile ap_my_generation;
Dap_config.h142 #ifndef API_VAR_EXPORT
143 #define API_VAR_EXPORT macro
Dhttp_config.h382 extern API_VAR_EXPORT module *top_module;
386 extern API_VAR_EXPORT module **ap_loaded_modules;
Dhttpd.h981 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;
Dhttp_core.h181 extern API_VAR_EXPORT module core_module;
/mirbsd/src/usr.sbin/httpd/src/main/
Dhttp_main.c161 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 …]
Dutil.c101 API_VAR_EXPORT const char ap_month_snames[12][4] =
105 API_VAR_EXPORT const char ap_day_snames[7][4] =
Dhttp_config.c109 API_VAR_EXPORT module *top_module = NULL;
110 API_VAR_EXPORT module **ap_loaded_modules=NULL;
Dhttp_core.c3594 API_VAR_EXPORT module core_module = {
/mirbsd/src/usr.sbin/httpd/src/modules/standard/
Dmod_info.c118 extern module API_VAR_EXPORT *top_module;