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

/macosx-10.10.1/apr-32/apr/apr/test/
H A Dteststr.c302 apr_strfsize(off, buf);
305 apr_strfsize(off, buf);
308 apr_strfsize(off, buf);
311 apr_strfsize(off, buf);
312 apr_strfsize(off + 1, buf);
313 apr_strfsize(off - 1, buf);
344 ret = apr_strfsize(ts[n].size, buf);
/macosx-10.10.1/apr-32/apr/apr/include/
H A Dapr_strings.h363 * @return The buf passed to apr_strfsize()
364 * @remark All negative sizes report ' - ', apr_strfsize only formats positive values.
366 APR_DECLARE(char *) apr_strfsize(apr_off_t size, char *buf);
/macosx-10.10.1/apr-32/apr/apr/strings/
H A Dapr_strings.c433 APR_DECLARE(char *) apr_strfsize(apr_off_t size, char *buf) function
H A Dapr_snprintf.c1265 s = apr_strfsize(size, buf);
/macosx-10.10.1/apache-793/httpd/modules/generators/
H A Dmod_autoindex.c1770 apr_strfsize(ar[x]->size, buf), NULL);
1857 ap_rputs(apr_strfsize(ar[x]->size, buf), r);
H A Dmod_autoindex.c.orig1770 apr_strfsize(ar[x]->size, buf), NULL);
1857 ap_rputs(apr_strfsize(ar[x]->size, buf), r);
/macosx-10.10.1/apache-793/httpd/modules/proxy/
H A Dmod_proxy_balancer.c1552 ap_rputs(apr_strfsize(worker->s->transferred, fbuf), r);
1554 ap_rputs(apr_strfsize(worker->s->read, fbuf), r);
H A Dmod_proxy_balancer.c.orig1549 ap_rputs(apr_strfsize(worker->s->transferred, fbuf), r);
1551 ap_rputs(apr_strfsize(worker->s->read, fbuf), r);
H A Dmod_proxy.c2548 ap_rputs(apr_strfsize((*worker)->s->transferred, fbuf), r);
2550 ap_rputs(apr_strfsize((*worker)->s->read, fbuf), r);
/macosx-10.10.1/apache-793/httpd/modules/filters/
H A Dmod_include.c2184 buf = apr_strfsize(finfo.size, apr_palloc(ctx->pool, 5));

Completed in 211 milliseconds