]> granicus.if.org Git - apache/commit
Clean up size_t abuse, part 2. ap_malloc/calloc/realloc are explicitly
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 6 Jan 2012 18:15:08 +0000 (18:15 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 6 Jan 2012 18:15:08 +0000 (18:15 +0000)
commit2aa21a62b11c0a3178fc04af95458bf92710f0bc
tree2a7ac21cecd4551d3350fc78175aa09a86e8ddd1
parent23b6c752ff6a7511a9bdfee3b3d66f6deb7d5b3d
Clean up size_t abuse, part 2.  ap_malloc/calloc/realloc are explicitly
excluded from this cleanup as they must be signature identical to the
clib functions, and although the definition of size_t has been flakey,
the definition of those functions appears to be generally clean since
ANSI C.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1228323 13f79535-47bb-0310-9956-ffa450edef68
include/http_config.h
include/http_core.h
include/http_protocol.h
include/httpd.h
include/util_varbuf.h
server/config.c
server/core.c
server/protocol.c
server/request.c
server/util.c
server/util_cookies.c