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

/httpd/modules/filters/
H A Dmod_ratelimit.c168 apr_bucket *stop_point; local
186 rv = apr_brigade_partition(bb, ctx->chunk_size, &stop_point);
194 if (stop_point != APR_BRIGADE_SENTINEL(bb)) {
196 apr_bucket *e = APR_BUCKET_PREV(stop_point);

Completed in 350 milliseconds