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

/httpd/modules/proxy/
H A Dmod_proxy_http.c202 const char *cl_val)
208 cl_val,
389 apr_off_t cl_val = 0; local
397 status = apr_strtoff(&cl_val, old_cl_val, &endstr, 10);
399 if (status || *endstr || endstr == old_cl_val || cl_val < 0) {
444 if (bytes_streamed > cl_val) {
449 bytes_streamed, cl_val);
509 if (bytes_streamed != cl_val) {
199 add_cl(apr_pool_t *p, apr_bucket_alloc_t *bucket_alloc, apr_bucket_brigade *header_brigade, const char *cl_val) argument

Completed in 940 milliseconds