xrootd
|
#include "XProtocol/XProtocol.hh"
Go to the source code of this file.
Functions | |
void | clientMarshall (ClientRequest *str) |
void | clientMarshallReadAheadList (readahead_list *buf_list, kXR_int32 dlen) |
void | clientUnMarshallReadAheadList (readahead_list *buf_list, kXR_int32 dlen) |
void | clientUnmarshall (struct ServerResponseHeader *str) |
void | ServerResponseHeader2NetFmt (struct ServerResponseHeader *srh) |
void | ServerInitHandShake2HostFmt (struct ServerInitHandShake *srh) |
bool | isRedir (struct ServerResponseHeader *ServerResponse) |
char * | convertRequestIdToChar (kXR_unt16 requestid) |
void | PutFilehandleInRequest (ClientRequest *str, char *fHandle) |
char * | convertRespStatusToChar (kXR_unt16 status) |
void | smartPrintClientHeader (ClientRequest *hdr) |
void | smartPrintServerHeader (struct ServerResponseHeader *hdr) |
void clientMarshall | ( | ClientRequest * | str | ) |
void clientMarshallReadAheadList | ( | readahead_list * | buf_list, |
kXR_int32 | dlen | ||
) |
void clientUnmarshall | ( | struct ServerResponseHeader * | str | ) |
void clientUnMarshallReadAheadList | ( | readahead_list * | buf_list, |
kXR_int32 | dlen | ||
) |
char* convertRequestIdToChar | ( | kXR_unt16 | requestid | ) |
char* convertRespStatusToChar | ( | kXR_unt16 | status | ) |
bool isRedir | ( | struct ServerResponseHeader * | ServerResponse | ) |
void PutFilehandleInRequest | ( | ClientRequest * | str, |
char * | fHandle | ||
) |
void ServerInitHandShake2HostFmt | ( | struct ServerInitHandShake * | srh | ) |
void ServerResponseHeader2NetFmt | ( | struct ServerResponseHeader * | srh | ) |
void smartPrintClientHeader | ( | ClientRequest * | hdr | ) |
void smartPrintServerHeader | ( | struct ServerResponseHeader * | hdr | ) |