Searched defs:alloc_len (Results 1 - 2 of 2) sorted by relevance

/httpd/server/
H A Dprotocol.c765 apr_size_t alloc_len = 0; local
854 if (fold_len > alloc_len) {
856 alloc_len += alloc_len;
857 if (fold_len > alloc_len) {
858 alloc_len = fold_len;
860 fold_buf = (char *)apr_palloc(r->pool, alloc_len);
949 /* reset the alloc_len so that we'll allocate a new
954 alloc_len = 0;
/httpd/modules/dav/main/
H A Dmod_dav.h424 apr_size_t alloc_len; /* how much has been allocated */ member in struct:__anon118

Completed in 706 milliseconds