]> 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:28 +0000 (18:15 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 6 Jan 2012 18:15:28 +0000 (18:15 +0000)
commit678bbff9f4e015854bdd85d2daaddd5e5db1f691
treee73559f4ef7f8500ec57cd5f52ad23579d70d548
parent8b2dfbef85eda55c40d8b4fd48569c61f8a015cc
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.

Backports: r1228323

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1228324 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