Searched refs:postdata (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Dab.c285 char *postdata; /* *buffer containing data from postfile */ variable
1766 memcpy(buff + reqlen, postdata, postlen);
2108 postdata = xmalloc(postlen);
2109 rv = apr_file_read_full(postfd, postdata, postlen, NULL);

Completed in 16 milliseconds