Lines Matching refs:bucket
1489 * use a pipe bucket to send the data to the client. APR will create
1515 apr_bucket *bucket;
1531 for (bucket = APR_BRIGADE_FIRST(bb);
1532 bucket != APR_BRIGADE_SENTINEL(bb);
1533 bucket = APR_BUCKET_NEXT(bucket))
1538 if (APR_BUCKET_IS_EOS(bucket)) {
1544 if (APR_BUCKET_IS_FLUSH(bucket)) {
1554 apr_bucket_read(bucket, &data, &len, APR_BLOCK_READ);
1837 * use a pipe bucket to send the data to the client. APR will create