Searched defs:firehose (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/debugging/
H A Dmod_firehose.c338 * 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; local
553 firehose = apr_array_push(ptr->firehoses);
555 firehose->filename = name;
556 firehose
690 AP_DECLARE_MODULE(firehose) = variable
[all...]

Completed in 310 milliseconds