Lines Matching defs:firehose
338 * Create a firehose for each main request.
395 * TODO: Implement a buffer to allow firehose fragment writes to back up to some
399 * TODO: For the request firehose, have an option to set aside request buckets
401 * targeted firehose by URL space.
403 * TODO: Potentially decide on firehose sending based on a variable in the notes
488 rv, s, "mod_firehose: could not open '%s' for write, disabling firehose %s%s %s filter",
547 firehose_conn_t *firehose;
553 firehose = apr_array_push(ptr->firehoses);
555 firehose->filename = name;
556 firehose->proxy = proxy;
557 firehose->direction = direction;
558 firehose->request = request;
563 firehose->nonblock = APR_FOPEN_NONBLOCK;
569 firehose->nonblock = 0;
577 firehose->nonblock = 0;
676 RSRC_CONF, "Enable firehose on connection input data written to the given file/pipe"),
678 RSRC_CONF, "Enable firehose on connection output data written to the given file/pipe"),
680 RSRC_CONF, "Enable firehose on request input data written to the given file/pipe"),
682 RSRC_CONF, "Enable firehose on request output data written to the given file/pipe"),
684 RSRC_CONF, "Enable firehose on proxied connection input data written to the given file/pipe"),
686 RSRC_CONF, "Enable firehose on proxied connection output data written to the given file/pipe"),
690 AP_DECLARE_MODULE(firehose) =