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

/httpd/support/
H A Dab.c286 apr_size_t postlen = 0; /* length of data to be POSTed */ variable
725 c->rwrite += postlen;
1747 postlen,
1764 char *buff = xmalloc(postlen + reqlen + 1);
1766 memcpy(buff + reqlen, postdata, postlen);
2107 postlen = (apr_size_t)finfo.size;
2108 postdata = xmalloc(postlen);
2109 rv = apr_file_read_full(postfd, postdata, postlen, NULL);

Completed in 1611 milliseconds