#include "squid.h"
#include "fatal.h"
#include "HttpHeader.h"
#include "HttpHeaderRange.h"
#include "HttpHeaderTools.h"
Go to the source code of this file.
Functions | |
static void | testRangeParser (char const *rangestring) |
static HttpHdrRange * | rangeFromString (char const *rangestring) |
static void | testRangeIter () |
static void | testRangeCanonization () |
int | main (int, char **) |
Function Documentation
◆ main()
Definition at line 129 of file test_http_range.cc.
References Mem::Init(), testRangeCanonization(), testRangeIter(), and testRangeParser().
◆ rangeFromString()
|
static |
Definition at line 38 of file test_http_range.cc.
References HttpHdrRange::ParseCreate().
Referenced by testRangeCanonization(), and testRangeIter().
◆ testRangeCanonization()
|
static |
Definition at line 71 of file test_http_range.cc.
References assert, HttpHdrRange::canonize(), rangeFromString(), and HttpHdrRange::specs.
Referenced by main().
◆ testRangeIter()
|
static |
Definition at line 50 of file test_http_range.cc.
References assert, HttpHdrRange::begin(), HttpHdrRange::end(), rangeFromString(), and HttpHdrRange::specs.
Referenced by main().
◆ testRangeParser()
|
static |
Definition at line 18 of file test_http_range.cc.
References assert, HttpHdrRange::begin(), HttpHdrRange::ParseCreate(), and HttpHdrRange::specs.
Referenced by main().