|
|
| version 1.242, 2016/03/31 21:46:19 | version 1.243, 2016/07/21 18:30:10 |
|---|---|
| Line 191 static void _move(Request& r, MethodPara | Line 191 static void _move(Request& r, MethodPara |
| keep_empty_dirs); | keep_empty_dirs); |
| } | } |
| static void copy_process_source( | static void copy_process_source(struct stat& , int from_file, const String&, void *context) { |
| struct stat& , | |
| int from_file, | |
| const String& , const char* /*fname*/, bool, | |
| void *context) { | |
| int& to_file=*static_cast<int *>(context); | int& to_file=*static_cast<int *>(context); |
| int nCount=0; | int nCount=0; |
| Line 1112 static void _crc32(Request& r, MethodPar | Line 1108 static void _crc32(Request& r, MethodPar |
| } | } |
| static void file_md5_file_action( | static void file_md5_file_action(struct stat& finfo, int f, const String&, void *context) |
| struct stat& finfo, | |
| int f, | |
| const String& , const char* /*fname*/, bool, | |
| void *context) | |
| { | { |
| PA_MD5_CTX& md5context=*static_cast<PA_MD5_CTX *>(context); | PA_MD5_CTX& md5context=*static_cast<PA_MD5_CTX *>(context); |
| if(finfo.st_size) { | if(finfo.st_size) { |