|
Squid Web Cache master
|
#include <iostream>Go to the source code of this file.
Macros | |
| #define | HELPER_INPUT_BUFFER 8196 |
| #define | SEND_OK(x) std::cout << "OK " << x << std::endl |
| #define | SEND_ERR(x) std::cout << "ERR " << x << std::endl |
| #define | SEND_BH(x) std::cout << "BH " << x << std::endl |
| #define | HLP_MSG(text) "message=\"" text "\"" |
| #define | SEND_TT(x) std::cout << "TT " << x << std::endl |
| #define HELPER_INPUT_BUFFER 8196 |
Definition at line 48 of file protocol_defines.h.
| #define HLP_MSG | ( | text | ) | "message=\"" text "\"" |
Definition at line 60 of file protocol_defines.h.
| #define SEND_BH | ( | x | ) | std::cout << "BH " << x << std::endl |
Definition at line 57 of file protocol_defines.h.
| #define SEND_ERR | ( | x | ) | std::cout << "ERR " << x << std::endl |
Definition at line 54 of file protocol_defines.h.
| #define SEND_OK | ( | x | ) | std::cout << "OK " << x << std::endl |
Definition at line 51 of file protocol_defines.h.
| #define SEND_TT | ( | x | ) | std::cout << "TT " << x << std::endl |
Definition at line 63 of file protocol_defines.h.