Go to the source code of this file.
|
| void | clientStreamInit (dlink_list *, CSR *, CSD *, CSS *, const ClientStreamData &, CSCB *, CSD *, const ClientStreamData &, StoreIOBuffer tailBuffer) |
| |
| void | clientStreamInsertHead (dlink_list *, CSR *, CSCB *, CSD *, CSS *, ClientStreamData) |
| |
| 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) |
| |