MythTV  master
Macros | Variables
mythhttpranges.cpp File Reference
#include "mythlogging.h"
#include "http/mythhttpranges.h"
#include "http/mythhttpdata.h"
#include "http/mythhttpfile.h"
#include "http/mythhttpresponse.h"
Include dependency graph for mythhttpranges.cpp:

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; }
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("HTTPRange: ")

Definition at line 8 of file mythhttpranges.cpp.

Variable Documentation

◆ sumrange

auto sumrange = [](uint64_t Cum, HTTPRange Range) { return ((Range.second + 1) - Range.first) + Cum; }