squid-
cache.org
Optimising Web Delivery
Docs
Download
Donate
Support
About
Contact
Shop
Blog
src
DiskIO
ReadRequest.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
*
4
* Squid software is distributed under GPLv2+ license and includes
5
* contributions from numerous individuals and organizations.
6
* Please see the COPYING and CONTRIBUTORS files for details.
7
*/
8
9
#ifndef SQUID_READREQUEST_H
10
#define SQUID_READREQUEST_H
11
12
#include "
base/RefCount.h
"
13
#include "
cbdata.h
"
14
15
class
ReadRequest
:
public
RefCountable
16
{
17
CBDATA_CLASS
(
ReadRequest
);
18
19
public
:
20
typedef
RefCount<ReadRequest>
Pointer
;
21
ReadRequest
(
char
*
buf
, off_t
offset
,
size_t
len
);
22
virtual
~ReadRequest
() {}
23
24
char
*
buf
;
25
off_t
offset
;
26
size_t
len
;
27
};
28
29
#endif
/* SQUID_READREQUEST_H */
30
ReadRequest::CBDATA_CLASS
CBDATA_CLASS(ReadRequest)
ReadRequest::~ReadRequest
virtual ~ReadRequest()
Definition:
ReadRequest.h:22
RefCountable
ReadRequest
Definition:
ReadRequest.h:16
ReadRequest::len
size_t len
Definition:
ReadRequest.h:26
RefCount< ReadRequest >
cbdata.h
ReadRequest::buf
char * buf
Definition:
ReadRequest.h:24
ReadRequest::Pointer
RefCount< ReadRequest > Pointer
Definition:
ReadRequest.h:20
RefCount.h
ReadRequest::offset
off_t offset
Definition:
ReadRequest.h:25
ReadRequest::ReadRequest
ReadRequest(char *buf, off_t offset, size_t len)
Definition:
ReadRequest.cc:13
Introduction
About Squid
Why Squid?
Squid Developers
How to Donate
How to Help Out
Getting Squid
Squid Source Packages
Squid Deployment Case-Studies
Squid Software Foundation
Documentation
Configuration:
Reference
Examples
FAQ
and
Wiki
Guide Books:
Beginners
Definitive
Non-English
More...
Support
Security Advisories
Bugzilla Database
Mailing lists
Contacting us
Commercial services
Project Sponsors
Squid-based products
Miscellaneous
Developer Resources
Related Writings
Related Software:
Authenticators
Ecap
Icap
Ident
Log Analysis
Monitor
Proxies
Redirectors
General
Squid Artwork
Web Site Translations
Japanese
Mirrors
Website:
gr
il
jp
pl
...
full list
FTP Package Archive