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

/macosx-10.9.5/groff-38/groff/src/libs/libgroff/
H A Dtmpfile.cpp117 int postlen = 0; local
119 postlen = strlen(postfix);
120 char *templ = new char[tmpfile_prefix_len + postlen + 6 + 1];
122 if (postlen > 0)
/macosx-10.9.5/apache-786.1/httpd/support/
H A Dab.c295 apr_size_t postlen = 0; /* length of data to be POSTed */ variable
653 c->rwrite += postlen;
1637 postlen,
1654 char *buff = malloc(postlen + reqlen + 1);
1660 memcpy(buff + reqlen, postdata, postlen);
2003 postlen = (apr_size_t)finfo.size;
2004 postdata = malloc(postlen);
2009 rv = apr_file_read_full(postfd, postdata, postlen, NULL);
H A Dab.c.orig295 apr_size_t postlen = 0; /* length of data to be POSTed */
653 c->rwrite += postlen;
1637 postlen,
1654 char *buff = malloc(postlen + reqlen + 1);
1660 memcpy(buff + reqlen, postdata, postlen);
1999 postlen = (apr_size_t)finfo.size;
2000 postdata = malloc(postlen);
2005 rv = apr_file_read_full(postfd, postdata, postlen, NULL);

Completed in 78 milliseconds