Go to the source code of this file.
|
| DEFINE_string (output,"compress.out","Output file for encoding") |
|
| DEFINE_string (input,"compress.in","Input file for decoding") |
|
| DEFINE_string (har,"","HAR file to compress or compare") |
|
| DEFINE_string (mode,"encode","<encode|decode>") |
|
| DEFINE_bool (ack, true,"Encoder assumes immediate ack of all frames") |
|
| DEFINE_int32 (table_size, 4096,"Dynamic table size") |
|
| DEFINE_int32 (max_blocking, 100,"Max blocking streams") |
|
| DEFINE_bool (public, false,"Public HAR file") |
|
int | main (int argc, char **argv) |
|
DEFINE_bool |
( |
ack |
, |
|
|
true |
, |
|
|
"Encoder assumes immediate ack of all frames" |
|
|
) |
| |
DEFINE_bool |
( |
public |
, |
|
|
false |
, |
|
|
"Public HAR file" |
|
|
) |
| |
DEFINE_int32 |
( |
table_size |
, |
|
|
4096 |
, |
|
|
"Dynamic table size" |
|
|
) |
| |
DEFINE_int32 |
( |
max_blocking |
, |
|
|
100 |
, |
|
|
"Max blocking streams" |
|
|
) |
| |
DEFINE_string |
( |
output |
, |
|
|
"compress.out" |
, |
|
|
"Output file for encoding" |
|
|
) |
| |
DEFINE_string |
( |
input |
, |
|
|
"compress.in" |
, |
|
|
"Input file for decoding" |
|
|
) |
| |
DEFINE_string |
( |
har |
, |
|
|
"" |
, |
|
|
"HAR file to compress or compare" |
|
|
) |
| |
DEFINE_string |
( |
mode |
, |
|
|
"encode" |
, |
|
|
"<encode|decode>" |
|
|
) |
| |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |