Home
last modified time | relevance | path

Searched refs:rbody_len (Results 1 – 1 of 1) sorted by relevance

/curl/tests/http/testenv/mod_curltest/
H A Dmod_curltest.c536 apr_off_t rbody_len = 0; in curltest_put_handler() local
618 rbody_len += l; in curltest_put_handler()
619 if((rbody_max_len > 0) && (rbody_len > rbody_max_len)) { in curltest_put_handler()
626 s_rbody_len = apr_psprintf(r->pool, "%"APR_OFF_T_FMT, rbody_len); in curltest_put_handler()

Completed in 6 milliseconds