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

/httpd/modules/filters/
H A Dmod_request.c209 apr_bucket *ec, *e2; local
235 if ((rv = apr_brigade_partition(kept_body, ctx->offset, &ec)) != APR_SUCCESS) {
251 if (apr_bucket_copy(ec, &foo) != APR_SUCCESS) {
257 apr_bucket_read(ec, &str, &len, APR_BLOCK_READ);
258 apr_bucket_copy(ec, &foo);
261 ec = APR_BUCKET_NEXT(ec);
262 } while (ec != e2);

Completed in 238 milliseconds