Pass | Half | Fail | Excluded | Total | ||||
---|---|---|---|---|---|---|---|---|
|
28.57% |
71.43% |
0.00% |
100% |
||||
|
3.36% |
96.64% |
0.00% |
100% |
||||
|
0.00% |
0.00% |
100.00% |
0.00% |
100% |
|||
|
0.00% |
100.00% |
0.00% |
100% |
||||
|
0.00% |
0.00% |
100.00% |
0.00% |
100% |
|||
|
0.00% |
0.00% |
100.00% |
0.00% |
100% |
|||
|
0.00% |
0.00% |
0.00% |
0.00% |
100% |
|||
|
0.00% |
0.00% |
0.00% |
0.00% |
100% |
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |
14 | |
15 | |
16 | |
17 | |
18 | |
19 | |
20 | |
21 | |
22 | |
23 | |
24 | |
25 | |
26 | |
27 | |
28 | |
29 | |
30 | |
31 | |
32 | |
33 | |
34 | |
35 | |
36 | |
37 | |
38 | |
39 | |
40 | |
41 | |
42 | |
43 | |
44 | |
45 | |
46 | |
47 | |
48 | |
49 | |
50 | |
51 | |
52 | |
53 | |
54 | |
55 | |
56 | |
57 | |
58 | |
59 | |
60 | |
61 | |
62 | |
63 | |
64 | |
65 | |
66 | |
67 | |
68 | |
69 | |
70 | |
71 | |
72 | |
73 | |
74 | |
75 | |
76 | |
77 | |
78 | |
79 | |
80 | |
81 | |
82 | |
83 | |
84 | |
85 | |
86 | |
87 | |
88 | |
89 | |
90 | |
91 | |
92 | |
93 | |
94 | |
95 | |
96 | |
97 | |
98 | |
99 | |
100 | |
101 | |
102 | |
103 | |
104 | |
105 | |
106 | |
107 | |
108 | |
109 | |
110 | |
111 | |
112 | so_sconf_create(apr_pool_t *p, server_rec *s) |
113 | |
114 | |
115 | |
116 | soc = : pass=1 = (so_server_conf *)apr_pcalloc(p : modules/mappers/mod_so.c line=112 column=42 p, sizeof(so_server_conf)); |
117 | soc-> : enter=1, leave=1 ->loaded_modules : modules/mappers/mod_so.c line=109 column=25 loaded_modules = : enter=1, leave=1 = apr_array_make : enter=1, leave=1 apr_array_make : /usr/include/apr-1/apr_tables.h line=111 column=35 apr_array_make(p : modules/mappers/mod_so.c line=112 column=42 p, DYNAMIC_MODULE_LIMIT, |
118 | |
119 | |
120 | return (void *)soc : modules/mappers/mod_so.c line=114 column=21 soc; |
121 | |
122 | |
123 | |
124 | |
125 | |
126 | |
127 | |
128 | |
129 | |
130 | unload_module(void *data) |
131 | |
132 | data; |
133 | |
134 | |
135 | if (modi : modules/mappers/mod_so.c line=132 column=25 modi-> : enter=0, leave=0 ->modp : include/http_config.h line=732 column=13 modp == : true=0, false=0 == NULL) |
136 | return APR_SUCCESS; |
137 | |
138 | |
139 | ap_remove_loaded_module : include/http_config.h line=587 column=18 ap_remove_loaded_module(modi : modules/mappers/mod_so.c line=132 column=25 modi-> : enter=0, leave=0 ->modp : include/http_config.h line=732 column=13 modp); |
140 | |
141 | |
142 | modi-> : enter=0, leave=0 ->modp : include/http_config.h line=732 column=13 modp = : enter=0, leave=0 = NULL; |
143 | modi-> : enter=0, leave=0 ->name : include/http_config.h line=731 column=17 name = : enter=0, leave=0 = NULL; |
144 | return APR_SUCCESS; |
145 | |
146 | |
147 | |
148 | |
149 | |
150 | |
151 | |
152 | load_module(cmd_parms *cmd, void *dummy, |
153 | |
154 | |
155 | |
156 | |
157 | |
158 | ap_server_root_relative : include/http_config.h line=557 column=20 ap_server_root_relative(cmd : modules/mappers/mod_so.c line=152 column=43 cmd-> : enter=0, leave=0 ->pool : include/http_config.h line=291 column=17 pool, filename : modules/mappers/mod_so.c line=153 column=65 filename); |
159 | |
160 | |
161 | |
162 | |
163 | |
164 | |
165 | |
166 | |
167 | |
168 | |
169 | dummy = : enter=0, leave=0 = NULL; |
170 | |
171 | if (! : true=0, false=0 !szModuleFile : modules/mappers/mod_so.c line=158 column=17 szModuleFile) { |
172 | return apr_pstrcat : enter=0, leave=0 apr_pstrcat : /usr/include/apr-1/apr_strings.h line=139 column=28 apr_pstrcat(cmd : modules/mappers/mod_so.c line=152 column=43 cmd-> : enter=0, leave=0 ->pool : include/http_config.h line=291 column=17 pool, "Invalid LoadModule path ", |
173 | filename, NULL); |
174 | |
175 | |
176 | |
177 | |
178 | |
179 | |
180 | |
181 | sconf = : pass=0 = (so_server_conf *)ap_get_module_config(cmd : modules/mappers/mod_so.c line=152 column=43 cmd-> : enter=0, leave=0 ->server : include/http_config.h line=296 column=17 server-> : enter=0, leave=0 ->module_config : include/httpd.h line=1207 column=30 module_config, |
182 | so_module); |
183 | modie = : pass=0 = (ap_module_symbol_t *)sconf : modules/mappers/mod_so.c line=159 column=21 sconf-> : enter=0, leave=0 ->loaded_modules : modules/mappers/mod_so.c line=109 column=25 loaded_modules-> : enter=0, leave=0 ->elts : /usr/include/apr-1/apr_tables.h line=62 column=11 elts; |
184 | for (i : modules/mappers/mod_so.c line=162 column=9 i = : pass=0 = 0; i : modules/mappers/mod_so.c line=162 column=9 i < : true=0, false=0 < sconf : modules/mappers/mod_so.c line=159 column=21 sconf-> : enter=0, leave=0 ->loaded_modules : modules/mappers/mod_so.c line=109 column=25 loaded_modules-> : enter=0, leave=0 ->nelts : /usr/include/apr-1/apr_tables.h line=58 column=9 nelts; i : modules/mappers/mod_so.c line=162 column=9 i++ : pass=0 ++) { |
185 | modi = : pass=0 = &modie : modules/mappers/mod_so.c line=161 column=25 modie[] : enter=0, leave=0 [i : modules/mappers/mod_so.c line=162 column=9 i]; |
186 | if (modi : modules/mappers/mod_so.c line=160 column=25 modi-> : enter=0, leave=0 ->name : include/http_config.h line=731 column=17 name != : true=0, false=0 MC/DC independently affect : true=0, false=0 != NULL && : true=0, false=0 && strcmp : enter=0, leave=0 strcmp : /usr/include/string.h line=143 column=12 strcmp(modi : modules/mappers/mod_so.c line=160 column=25 modi-> : enter=0, leave=0 ->name : include/http_config.h line=731 column=17 name, modname : modules/mappers/mod_so.c line=153 column=44 modname) == : true=0, false=0 MC/DC independently affect : true=0, false=0 == 0) { |
187 | ap_log_perror : include/http_log.h line=195 column=18 ap_log_perror(APLOG_MARK, APLOG_WARNING, 0, |
188 | cmd-> : enter=0, leave=0 ->pool : include/http_config.h line=291 column=17 pool, "module %s is already loaded, skipping", |
189 | modname); |
190 | return NULL; |
191 | |
192 | |
193 | |
194 | for (i : modules/mappers/mod_so.c line=162 column=9 i = : pass=0 = 0; ap_preloaded_modules : include/http_config.h line=755 column=32 ap_preloaded_modules[] : enter=0, leave=0 [i : modules/mappers/mod_so.c line=162 column=9 i]; i : modules/mappers/mod_so.c line=162 column=9 i++ : pass=0 ++) { |
195 | |
196 | |
197 | |
198 | |
199 | modp = : pass=0 = ap_preloaded_modules : include/http_config.h line=755 column=32 ap_preloaded_modules[] : enter=0, leave=0 [i : modules/mappers/mod_so.c line=162 column=9 i]; |
200 | |
201 | |
202 | |
203 | |
204 | |
205 | |
206 | if (memcmp : enter=0, leave=0 memcmp : /usr/include/string.h line=68 column=12 memcmp(modp : modules/mappers/mod_so.c line=157 column=13 modp-> : enter=0, leave=0 ->name : include/http_config.h line=334 column=17 name, "mod_", 4)) { |
207 | continue; |
208 | |
209 | |
210 | preload_name = : pass=0 = modp : modules/mappers/mod_so.c line=157 column=13 modp-> : enter=0, leave=0 ->name : include/http_config.h line=334 column=17 name + : pass=0 + strlen : enter=0, leave=0 strlen : /usr/include/string.h line=399 column=15 strlen("mod_"); |
211 | preload_len = : pass=0 = strlen : enter=0, leave=0 strlen : /usr/include/string.h line=399 column=15 strlen(preload_name : modules/mappers/mod_so.c line=195 column=21 preload_name) - : pass=0 - 2; |
212 | |
213 | if (strlen : enter=0, leave=0 strlen : /usr/include/string.h line=399 column=15 strlen(modname : modules/mappers/mod_so.c line=153 column=44 modname) <= : true=0, false=0 <= strlen : enter=0, leave=0 strlen : /usr/include/string.h line=399 column=15 strlen("_module")) { |
214 | continue; |
215 | |
216 | thismod_len = : pass=0 = strlen : enter=0, leave=0 strlen : /usr/include/string.h line=399 column=15 strlen(modname : modules/mappers/mod_so.c line=153 column=44 modname) - : pass=0 - strlen : enter=0, leave=0 strlen : /usr/include/string.h line=399 column=15 strlen("_module"); |
217 | if (strcmp : enter=0, leave=0 strcmp : /usr/include/string.h line=143 column=12 strcmp(modname : modules/mappers/mod_so.c line=153 column=44 modname + : pass=0 + thismod_len : modules/mappers/mod_so.c line=197 column=20 thismod_len, "_module")) { |
218 | continue; |
219 | |
220 | |
221 | if (thismod_len : modules/mappers/mod_so.c line=197 column=20 thismod_len != : true=0, false=0 != preload_len : modules/mappers/mod_so.c line=196 column=20 preload_len) { |
222 | continue; |
223 | |
224 | |
225 | if (! : true=0, false=0 !memcmp : enter=0, leave=0 memcmp : /usr/include/string.h line=68 column=12 memcmp(modname : modules/mappers/mod_so.c line=153 column=44 modname, preload_name : modules/mappers/mod_so.c line=195 column=21 preload_name, preload_len : modules/mappers/mod_so.c line=196 column=20 preload_len)) { |
226 | return apr_pstrcat : enter=0, leave=0 apr_pstrcat : /usr/include/apr-1/apr_strings.h line=139 column=28 apr_pstrcat(cmd : modules/mappers/mod_so.c line=152 column=43 cmd-> : enter=0, leave=0 ->pool : include/http_config.h line=291 column=17 pool, "module ", modname : modules/mappers/mod_so.c line=153 column=44 modname, |
227 | |
228 | |
229 | |
230 | |
231 | |
232 | modi = : pass=0 = apr_array_push : enter=0, leave=0 apr_array_push : /usr/include/apr-1/apr_tables.h line=121 column=21 apr_array_push(sconf : modules/mappers/mod_so.c line=159 column=21 sconf-> : enter=0, leave=0 ->loaded_modules : modules/mappers/mod_so.c line=109 column=25 loaded_modules); |
233 | modi-> : enter=0, leave=0 ->name : include/http_config.h line=731 column=17 name = : enter=0, leave=0 = modname : modules/mappers/mod_so.c line=153 column=44 modname; |
234 | |
235 | |
236 | |
237 | |
238 | if (apr_dso_load : enter=0, leave=0 apr_dso_load : /usr/include/apr-1/apr_dso.h line=59 column=27 apr_dso_load(&modhandle : modules/mappers/mod_so.c line=155 column=23 modhandle, szModuleFile : modules/mappers/mod_so.c line=158 column=17 szModuleFile, cmd : modules/mappers/mod_so.c line=152 column=43 cmd-> : enter=0, leave=0 ->pool : include/http_config.h line=291 column=17 pool) != : true=0, false=0 != APR_SUCCESS) { |
239 | |
240 | |
241 | return apr_pstrcat : enter=0, leave=0 apr_pstrcat : /usr/include/apr-1/apr_strings.h line=139 column=28 apr_pstrcat(cmd : modules/mappers/mod_so.c line=152 column=43 cmd-> : enter=0, leave=0 ->pool : include/http_config.h line=291 column=17 pool, "Cannot load ", szModuleFile : modules/mappers/mod_so.c line=158 column=17 szModuleFile, |
242 | |
243 | apr_dso_error : /usr/include/apr-1/apr_dso.h line=84 column=27 apr_dso_error(modhandle : modules/mappers/mod_so.c line=155 column=23 modhandle, my_error : modules/mappers/mod_so.c line=239 column=14 my_error, sizeof(my_error)), |
244 | |
245 | |
246 | ap_log_perror : include/http_log.h line=195 column=18 ap_log_perror(APLOG_MARK, APLOG_DEBUG, 0, cmd : modules/mappers/mod_so.c line=152 column=43 cmd-> : enter=0, leave=0 ->pool : include/http_config.h line=291 column=17 pool, |
247 | modname); |
248 | |
249 | |
250 | |
251 | |
252 | |
253 | |
254 | if (apr_dso_sym : enter=0, leave=0 apr_dso_sym : /usr/include/apr-1/apr_dso.h line=74 column=27 apr_dso_sym(&modsym : modules/mappers/mod_so.c line=156 column=26 modsym, modhandle : modules/mappers/mod_so.c line=155 column=23 modhandle, modname : modules/mappers/mod_so.c line=153 column=44 modname) != : true=0, false=0 != APR_SUCCESS) { |
255 | |
256 | |
257 | return apr_pstrcat : enter=0, leave=0 apr_pstrcat : /usr/include/apr-1/apr_strings.h line=139 column=28 apr_pstrcat(cmd : modules/mappers/mod_so.c line=152 column=43 cmd-> : enter=0, leave=0 ->pool : include/http_config.h line=291 column=17 pool, "Can't locate API module structure `", |
258 | modname, "' in file ", szModuleFile : modules/mappers/mod_so.c line=158 column=17 szModuleFile, ": ", |
259 | apr_dso_error : /usr/include/apr-1/apr_dso.h line=84 column=27 apr_dso_error(modhandle : modules/mappers/mod_so.c line=155 column=23 modhandle, my_error : modules/mappers/mod_so.c line=255 column=14 my_error, sizeof(my_error)), |
260 | |
261 | |
262 | modp = : pass=0 = (module*) modsym : modules/mappers/mod_so.c line=156 column=26 modsym; |
263 | modp-> : enter=0, leave=0 ->dynamic_load_handle : include/http_config.h line=336 column=11 dynamic_load_handle = : enter=0, leave=0 = (apr_dso_handle_t *)modhandle : modules/mappers/mod_so.c line=155 column=23 modhandle; |
264 | modi-> : enter=0, leave=0 ->modp : include/http_config.h line=732 column=13 modp = : enter=0, leave=0 = modp : modules/mappers/mod_so.c line=157 column=13 modp; |
265 | |
266 | |
267 | |
268 | |
269 | |
270 | if (modp : modules/mappers/mod_so.c line=157 column=13 modp-> : enter=0, leave=0 ->magic : include/http_config.h line=344 column=19 magic != : true=0, false=0 != MODULE_MAGIC_COOKIE) { |
271 | return apr_psprintf : enter=0, leave=0 apr_psprintf : /usr/include/apr-1/apr_strings.h line=170 column=28 apr_psprintf(cmd : modules/mappers/mod_so.c line=152 column=43 cmd-> : enter=0, leave=0 ->pool : include/http_config.h line=291 column=17 pool, "API module structure '%s' in file %s " |
272 | |
273 | |
274 | |
275 | modname, szModuleFile : modules/mappers/mod_so.c line=158 column=17 szModuleFile, |
276 | modp-> : enter=0, leave=0 ->magic : include/http_config.h line=344 column=19 magic); |
277 | |
278 | |
279 | |
280 | |
281 | |
282 | error = : pass=0 = ap_add_loaded_module : enter=0, leave=0 ap_add_loaded_module : include/http_config.h line=582 column=26 ap_add_loaded_module(modp : modules/mappers/mod_so.c line=157 column=13 modp, cmd : modules/mappers/mod_so.c line=152 column=43 cmd-> : enter=0, leave=0 ->pool : include/http_config.h line=291 column=17 pool); |
283 | if (error : modules/mappers/mod_so.c line=163 column=17 error) { |
284 | return error : modules/mappers/mod_so.c line=163 column=17 error; |
285 | |
286 | |
287 | |
288 | |
289 | |
290 | |
291 | |
292 | apr_pool_cleanup_register : /usr/include/apr-1/apr_pools.h line=603 column=19 apr_pool_cleanup_register(cmd : modules/mappers/mod_so.c line=152 column=43 cmd-> : enter=0, leave=0 ->pool : include/http_config.h line=291 column=17 pool, modi : modules/mappers/mod_so.c line=160 column=25 modi, unload_module : modules/mappers/mod_so.c line=130 column=21 unload_module, apr_pool_cleanup_null : /usr/include/apr-1/apr_pools.h line=682 column=34 apr_pool_cleanup_null); |
293 | |
294 | |
295 | |
296 | |
297 | ap_single_module_configure : include/http_config.h line=768 column=18 ap_single_module_configure(cmd : modules/mappers/mod_so.c line=152 column=43 cmd-> : enter=0, leave=0 ->pool : include/http_config.h line=291 column=17 pool, cmd : modules/mappers/mod_so.c line=152 column=43 cmd-> : enter=0, leave=0 ->server : include/http_config.h line=296 column=17 server, modp : modules/mappers/mod_so.c line=157 column=13 modp); |
298 | |
299 | return NULL; |
300 | |
301 | |
302 | |
303 | |
304 | |
305 | |
306 | |
307 | load_file(cmd_parms *cmd, void *dummy, const char *filename) |
308 | |
309 | |
310 | |
311 | |
312 | file = : pass=0 = ap_server_root_relative : enter=0, leave=0 ap_server_root_relative : include/http_config.h line=557 column=20 ap_server_root_relative(cmd : modules/mappers/mod_so.c line=307 column=41 cmd-> : enter=0, leave=0 ->pool : include/http_config.h line=291 column=17 pool, filename : modules/mappers/mod_so.c line=307 column=71 filename); |
313 | |
314 | if (! : true=0, false=0 !file : modules/mappers/mod_so.c line=310 column=17 file) { |
315 | return apr_pstrcat : enter=0, leave=0 apr_pstrcat : /usr/include/apr-1/apr_strings.h line=139 column=28 apr_pstrcat(cmd : modules/mappers/mod_so.c line=307 column=41 cmd-> : enter=0, leave=0 ->pool : include/http_config.h line=291 column=17 pool, "Invalid LoadFile path ", |
316 | filename, NULL); |
317 | |
318 | |
319 | if (apr_dso_load : enter=0, leave=0 apr_dso_load : /usr/include/apr-1/apr_dso.h line=59 column=27 apr_dso_load(&handle : modules/mappers/mod_so.c line=309 column=23 handle, file : modules/mappers/mod_so.c line=310 column=17 file, cmd : modules/mappers/mod_so.c line=307 column=41 cmd-> : enter=0, leave=0 ->pool : include/http_config.h line=291 column=17 pool) != : true=0, false=0 != APR_SUCCESS) { |
320 | |
321 | |
322 | return apr_pstrcat : enter=0, leave=0 apr_pstrcat : /usr/include/apr-1/apr_strings.h line=139 column=28 apr_pstrcat(cmd : modules/mappers/mod_so.c line=307 column=41 cmd-> : enter=0, leave=0 ->pool : include/http_config.h line=291 column=17 pool, "Cannot load ", filename : modules/mappers/mod_so.c line=307 column=71 filename, |
323 | |
324 | apr_dso_error : /usr/include/apr-1/apr_dso.h line=84 column=27 apr_dso_error(handle : modules/mappers/mod_so.c line=309 column=23 handle, my_error : modules/mappers/mod_so.c line=320 column=14 my_error, sizeof(my_error)), |
325 | |
326 | |
327 | |
328 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, NULL, |
329 | filename); |
330 | |
331 | return NULL; |
332 | |
333 | |
334 | ap_find_loaded_module_symbol(server_rec *s, const char *modname) |
335 | |
336 | |
337 | |
338 | |
339 | |
340 | |
341 | sconf = : pass=0 = (so_server_conf *)ap_get_module_config(s : modules/mappers/mod_so.c line=334 column=57 s-> : enter=0, leave=0 ->module_config : include/httpd.h line=1207 column=30 module_config, |
342 | so_module); |
343 | modie = : pass=0 = (ap_module_symbol_t *)sconf : modules/mappers/mod_so.c line=336 column=21 sconf-> : enter=0, leave=0 ->loaded_modules : modules/mappers/mod_so.c line=109 column=25 loaded_modules-> : enter=0, leave=0 ->elts : /usr/include/apr-1/apr_tables.h line=62 column=11 elts; |
344 | |
345 | for (i : modules/mappers/mod_so.c line=339 column=9 i = : pass=0 = 0; i : modules/mappers/mod_so.c line=339 column=9 i < : true=0, false=0 < sconf : modules/mappers/mod_so.c line=336 column=21 sconf-> : enter=0, leave=0 ->loaded_modules : modules/mappers/mod_so.c line=109 column=25 loaded_modules-> : enter=0, leave=0 ->nelts : /usr/include/apr-1/apr_tables.h line=58 column=9 nelts; i : modules/mappers/mod_so.c line=339 column=9 i++ : pass=0 ++) { |
346 | modi = : pass=0 = &modie : modules/mappers/mod_so.c line=338 column=25 modie[] : enter=0, leave=0 [i : modules/mappers/mod_so.c line=339 column=9 i]; |
347 | if (modi : modules/mappers/mod_so.c line=337 column=25 modi-> : enter=0, leave=0 ->name : include/http_config.h line=731 column=17 name != : true=0, false=0 MC/DC independently affect : true=0, false=0 != NULL && : true=0, false=0 && strcmp : enter=0, leave=0 strcmp : /usr/include/string.h line=143 column=12 strcmp(modi : modules/mappers/mod_so.c line=337 column=25 modi-> : enter=0, leave=0 ->name : include/http_config.h line=731 column=17 name, modname : modules/mappers/mod_so.c line=334 column=72 modname) == : true=0, false=0 MC/DC independently affect : true=0, false=0 == 0) { |
348 | return modi : modules/mappers/mod_so.c line=337 column=25 modi-> : enter=0, leave=0 ->modp : include/http_config.h line=732 column=13 modp; |
349 | |
350 | |
351 | return NULL; |
352 | |
353 | |
354 | dump_loaded_modules(apr_pool_t *p, server_rec *s) |
355 | |
356 | |
357 | |
358 | |
359 | |
360 | |
361 | |
362 | if (! : true=0, false=0 !ap_exists_config_define : enter=0, leave=0 ap_exists_config_define : include/http_core.h line=281 column=17 ap_exists_config_define("DUMP_MODULES")) { |
363 | return; |
364 | |
365 | |
366 | apr_file_open_stdout : /usr/include/apr-1/apr_file_io.h line=332 column=27 apr_file_open_stdout(&out : modules/mappers/mod_so.c line=360 column=17 out, p : modules/mappers/mod_so.c line=354 column=45 p); |
367 | |
368 | apr_file_printf : /usr/include/apr-1/apr_file_io.h line=759 column=25 apr_file_printf(out : modules/mappers/mod_so.c line=360 column=17 out, "Loaded Modules:\n"); |
369 | |
370 | sconf = : pass=0 = (so_server_conf *)ap_get_module_config(s : modules/mappers/mod_so.c line=354 column=60 s-> : enter=0, leave=0 ->module_config : include/httpd.h line=1207 column=30 module_config, |
371 | so_module); |
372 | i = : pass=0 = 0; ; i : modules/mappers/mod_so.c line=359 column=9 i++ : pass=0 ++) { |
373 | modi = : pass=0 = &ap_prelinked_module_symbols : include/http_config.h line=750 column=43 ap_prelinked_module_symbols[] : enter=0, leave=0 [i : modules/mappers/mod_so.c line=359 column=9 i]; |
374 | if (modi : modules/mappers/mod_so.c line=357 column=25 modi-> : enter=0, leave=0 ->name : include/http_config.h line=731 column=17 name != : true=0, false=0 != NULL) { |
375 | apr_file_printf : /usr/include/apr-1/apr_file_io.h line=759 column=25 apr_file_printf(out : modules/mappers/mod_so.c line=360 column=17 out, " %s (static)\n", modi : modules/mappers/mod_so.c line=357 column=25 modi-> : enter=0, leave=0 ->name : include/http_config.h line=731 column=17 name); |
376 | |
377 | |
378 | break; |
379 | |
380 | |
381 | |
382 | modie = : pass=0 = (ap_module_symbol_t *)sconf : modules/mappers/mod_so.c line=358 column=21 sconf-> : enter=0, leave=0 ->loaded_modules : modules/mappers/mod_so.c line=109 column=25 loaded_modules-> : enter=0, leave=0 ->elts : /usr/include/apr-1/apr_tables.h line=62 column=11 elts; |
383 | for (i : modules/mappers/mod_so.c line=359 column=9 i = : pass=0 = 0; i : modules/mappers/mod_so.c line=359 column=9 i < : true=0, false=0 < sconf : modules/mappers/mod_so.c line=358 column=21 sconf-> : enter=0, leave=0 ->loaded_modules : modules/mappers/mod_so.c line=109 column=25 loaded_modules-> : enter=0, leave=0 ->nelts : /usr/include/apr-1/apr_tables.h line=58 column=9 nelts; i : modules/mappers/mod_so.c line=359 column=9 i++ : pass=0 ++) { |
384 | modi = : pass=0 = &modie : modules/mappers/mod_so.c line=356 column=25 modie[] : enter=0, leave=0 [i : modules/mappers/mod_so.c line=359 column=9 i]; |
385 | if (modi : modules/mappers/mod_so.c line=357 column=25 modi-> : enter=0, leave=0 ->name : include/http_config.h line=731 column=17 name != : true=0, false=0 != NULL) { |
386 | apr_file_printf : /usr/include/apr-1/apr_file_io.h line=759 column=25 apr_file_printf(out : modules/mappers/mod_so.c line=360 column=17 out, " %s (shared)\n", modi : modules/mappers/mod_so.c line=357 column=25 modi-> : enter=0, leave=0 ->name : include/http_config.h line=731 column=17 name); |
387 | |
388 | |
389 | |
390 | |
391 | |
392 | |
393 | |
394 | |
395 | |
396 | |
397 | |
398 | |
399 | |
400 | |
401 | |
402 | |
403 | |
404 | |
405 | |
406 | |
407 | |
408 | |
409 | |
410 | register_hooks(apr_pool_t *p) |
411 | |
412 | |
413 | ap_find_loaded_module_symbol); |
414 | ap_hook_test_config : modules/mappers/ dump_loaded_modules, NULL, NULL, APR_HOOK_MIDDLE); |
415 | |
416 | |
417 | |
418 | |
419 | load_module, NULL, RSRC_CONF | : pass=0 | EXEC_ON_READ, |
420 | |
421 | load_file, NULL, RSRC_CONF | : pass=0 | EXEC_ON_READ, |
422 | |
423 | |
424 | |
425 | |
426 | |
427 | |
428 | |
429 | |
430 | so_sconf_create, /* server config */ |
431 | |
432 | so_cmds, /* command apr_table_t */ |
433 | register_hooks /* register hooks */ |
434 | |
435 |