Lines Matching defs:bucket
559 /* A CGI bucket type is needed to catch any output to stderr from the
568 /* Create a CGI bucket using pipes from script stdout 'out'
620 /* Create a duplicate CGI bucket using given bucket data */
636 * method of the real APR pipe bucket implementation. */
658 /* Change the current bucket to refer to what we read */
673 /* Read method of CGI bucket: polls on stderr and stdout of the child,
847 apr_bucket *bucket;
863 for (bucket = APR_BRIGADE_FIRST(bb);
864 bucket != APR_BRIGADE_SENTINEL(bb);
865 bucket = APR_BUCKET_NEXT(bucket))
870 if (APR_BUCKET_IS_EOS(bucket)) {
876 if (APR_BUCKET_IS_FLUSH(bucket)) {
886 apr_bucket_read(bucket, &data, &len, APR_BLOCK_READ);