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

/httpd/modules/apreq/
H A Dapreq_private_apache2.h21 apr_bucket_brigade *bbtmp; /* temporary copy of bb, destined for the spool */
22 apr_bucket_brigade *spool; /* copied prefetch data for downstream filters */ member in struct:filter_ctx
H A Dfilter.c180 ctx->spool = apr_brigade_create(r->pool, ba);
284 ctx->spool, ctx->bbtmp);
360 if (ctx->spool && !APR_BRIGADE_EMPTY(ctx->spool)) {
362 rv = apr_brigade_partition(ctx->spool, readbytes, &e);
369 apreq_brigade_move(bb, ctx->spool, e);

Completed in 10 milliseconds