1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00
Files
apache/include
Stefan Fritsch c9fd2623da Introduce ap_(get|set)_core_module_config() functions/macros and use them
everywhere.

We know that the core module has module_index 0. Therefore we can save
some pointer operations in ap_get_module_config(cv, &core_module) and
ap_set_module_config(cv, &core_module, val). As these are called rather often,
this may actually have some (small) measurable effect.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1132781 13f79535-47bb-0310-9956-ffa450edef68
2011-06-06 21:26:56 +00:00
..
2006-07-11 20:33:53 +00:00
2011-05-09 15:36:22 +00:00
2011-05-11 12:15:55 +00:00
2009-07-28 20:37:33 +00:00
2006-07-11 20:33:53 +00:00
2006-07-11 20:33:53 +00:00
2010-12-08 21:59:46 +00:00