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

/macosx-10.10.1/apache-793/httpd/modules/loggers/
H A Dmod_logio.c92 return apr_off_t_toa(r->pool, cf->bytes_in);
100 return apr_off_t_toa(r->pool, cf->bytes_out);
108 return apr_off_t_toa(r->pool, cf->bytes_out + cf->bytes_in);
H A Dmod_log_config.c414 return apr_off_t_toa(r->pool, r->bytes_sent);
424 return apr_off_t_toa(r->pool, r->bytes_sent);
/macosx-10.10.1/apr-32/apr/apr/include/
H A Dapr_strings.h311 APR_DECLARE(char *) apr_off_t_toa(apr_pool_t *p, apr_off_t n);
/macosx-10.10.1/apache-793/httpd/modules/filters/
H A Dmod_request.c189 apr_table_setn(r->headers_in, "Content-Length", apr_off_t_toa(r->pool, length));
H A Dmod_deflate.c770 ? apr_off_t_toa(r->pool,
778 ? apr_off_t_toa(r->pool,
/macosx-10.10.1/apr-32/apr/apr/strings/
H A Dapr_strings.c409 APR_DECLARE(char *) apr_off_t_toa(apr_pool_t *p, apr_off_t n) function
/macosx-10.10.1/apr-32/apr/apr/test/
H A Dtestlfs.c288 off = apr_atoi64(apr_off_t_toa(p, eightGB));
290 ABTS_ASSERT(tc, "apr_atoi64 parsed apr_off_t_toa result incorrectly",
/macosx-10.10.1/apache-793/httpd/modules/proxy/
H A Dmod_proxy_http.c632 add_cl(p, bucket_alloc, header_brigade, apr_off_t_toa(p, bytes_spooled));
888 old_cl_val = apr_off_t_toa(r->pool, bytes_read);
/macosx-10.10.1/apache-793/httpd/server/
H A Dprotocol.c161 apr_off_t_toa(r->pool, clength));
/macosx-10.10.1/apache-793/httpd/modules/mappers/
H A Dmod_negotiation.c2593 *((const char **) apr_array_push(arr)) = apr_off_t_toa(r->pool,

Completed in 99 milliseconds