|
Squid Web Cache master
|
#include "squid.h"#include "client_side_request.h"#include "clientStream.h"#include "http/Stream.h"#include "HttpReply.h"#include "HttpRequest.h"Go to the source code of this file.
Functions | |
| void | clientStreamInit (dlink_list *list, CSR *func, CSD *rdetach, CSS *readstatus, const ClientStreamData &readdata, CSCB *callback, CSD *cdetach, const ClientStreamData &callbackdata, StoreIOBuffer tailBuffer) |
| void | clientStreamInsertHead (dlink_list *list, CSR *func, CSCB *callback, CSD *detach, CSS *status, ClientStreamData data) |
| void | clientStreamCallback (clientStreamNode *thisObject, ClientHttpRequest *http, HttpReply *rep, StoreIOBuffer replyBuffer) |
| void | clientStreamRead (clientStreamNode *thisObject, ClientHttpRequest *http, StoreIOBuffer readBuffer) |
| void | clientStreamDetach (clientStreamNode *thisObject, ClientHttpRequest *http) |
| void | clientStreamAbort (clientStreamNode *thisObject, ClientHttpRequest *http) |
| clientStream_status_t | clientStreamStatus (clientStreamNode *thisObject, ClientHttpRequest *http) |