Lines Matching defs:file
2 * contributor license agreements. See the NOTICE file distributed with
4 * The ASF licenses this file to You under the Apache License, Version 2.0
5 * (the "License"); you may not use this file except in compliance with
76 apr_file_t *file;
140 rv = apr_file_write_full(ctx->conn->file, header, hdr_len, NULL);
222 rv = apr_file_writev_full(ctx->conn->file, vec, 3, &bytes);
390 * is parsed, a file is opened at server start. By default, all input is buffered
393 * attempting to write the buffer to the file.
427 if (!conn->file || (conn->proxy == FIREHOSE_NORMAL
483 if (APR_SUCCESS != (rv = apr_file_open(&conn->file, conn->filename,
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"),