Home
last modified time | relevance | path

Searched defs:StoreIOBuffer (Results 1 – 6 of 6) sorted by relevance

/dports/www/squid/squid-4.15/src/
H A DStoreIOBuffer.h19 StoreIOBuffer():length(0), offset (0), data (NULL) {flags.error = 0;} in StoreIOBuffer() function
21 StoreIOBuffer(size_t aLength, int64_t anOffset, char *someData) : in StoreIOBuffer() function
28 StoreIOBuffer(MemBuf *aMemBuf, int64_t anOffset) : in StoreIOBuffer() function
35 StoreIOBuffer(MemBuf *aMemBuf, int64_t anOffset, size_t anLength) : in StoreIOBuffer() function
H A Dstmem.h17 class StoreIOBuffer; variable
H A DclientStreamForward.h24 class StoreIOBuffer; variable
H A DDownloader.h20 class StoreIOBuffer; variable
H A DStore.h335 void write (StoreIOBuffer) {} in write() argument
/dports/www/squid/squid-4.15/src/servers/
H A DFtpServer.cc814 Ftp::Server::handleFeatReply(const HttpReply *reply, StoreIOBuffer) in handleFeatReply() argument
883 Ftp::Server::handlePasvReply(const HttpReply *reply, StoreIOBuffer) in handlePasvReply() argument
923 Ftp::Server::handlePortReply(const HttpReply *reply, StoreIOBuffer) in handlePortReply() argument
936 Ftp::Server::handleErrorReply(const HttpReply *reply, StoreIOBuffer) in handleErrorReply() argument
1031 Ftp::Server::handleUploadReply(const HttpReply *reply, StoreIOBuffer) in handleUploadReply() argument
1061 Ftp::Server::handleEprtReply(const HttpReply *reply, StoreIOBuffer) in handleEprtReply() argument
1074 Ftp::Server::handleEpsvReply(const HttpReply *reply, StoreIOBuffer) in handleEpsvReply() argument