Lines Matching defs:filename
75 const char *filename;
152 (apr_uint64_t)(hdr_len), ctx->conn->filename, ctx->conn->direction, ctx->uuid, ctx->count);
161 (apr_uint64_t)(hdr_len), ctx->conn->filename, ctx->conn->direction, ctx->uuid, ctx->count);
234 (apr_uint64_t)(vec[0].iov_len + vec[1].iov_len + vec[2].iov_len), ctx->conn->filename, ctx->conn->direction, ctx->uuid, ctx->count);
243 (apr_uint64_t)(vec[0].iov_len + vec[1].iov_len + vec[2].iov_len), ctx->conn->filename, ctx->conn->direction, ctx->uuid, ctx->count);
388 * TODO: An idea for configuration. Let the filename directives be per-directory,
389 * with a global hashtable of filename to filehandle mappings. As each directive
483 if (APR_SUCCESS != (rv = apr_file_open(&conn->file, conn->filename,
489 conn->filename, conn->proxy == FIREHOSE_PROXY ? "proxy " : "",
555 firehose->filename = name;