]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Stop using the index into the array for the bucket type. Now we just use
authorRyan Bloom <rbb@apache.org>
Sun, 15 Oct 2000 18:15:13 +0000 (18:15 +0000)
committerRyan Bloom <rbb@apache.org>
Sun, 15 Oct 2000 18:15:13 +0000 (18:15 +0000)
commitb73fb78446efb42b98d8d7f626a852ae999c7d86
treec4465ace16ece4da6bffd3e5ced500ab5d2fc327
parent579ced0d5d6c6b9444827bd5e004f6b976a2e0aa
Stop using the index into the array for the bucket type.  Now we just use
a pointer to a static structure.  The ap_foo_type functions have also been
replaced with simple macro calls.  I am going to replace the
ap_bucket_(read|split|setaside|destroy) functions with macros soon.
Reviewed by: Will Rowe

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86597 13f79535-47bb-0310-9956-ffa450edef68
modules/experimental/mod_charset_lite.c
modules/filters/mod_include.c
modules/http/http_core.c
modules/http/http_protocol.c
server/util_filter.c