|
MythTV master
|
#include "mythlogging.h"#include "http/mythhttpranges.h"#include "http/mythhttpdata.h"#include "http/mythhttpfile.h"#include "http/mythhttpresponse.h"Go to the source code of this file.
Macros | |
| #define | LOC QString("HTTPRange: ") |
Variables | |
| auto | sumrange = [](uint64_t Cum, HTTPRange Range) { return ((Range.second + 1) - Range.first) + Cum; } |
| #define LOC QString("HTTPRange: ") |
Definition at line 8 of file mythhttpranges.cpp.
| auto sumrange = [](uint64_t Cum, HTTPRange Range) { return ((Range.second + 1) - Range.first) + Cum; } |
Definition at line 10 of file mythhttpranges.cpp.
Referenced by MythHTTPRanges::HandleRangeWrite(), and MythHTTPRanges::ParseRanges().