#include "precompiled.hpp"
#include <stddef.h>
#include <string.h>
#include <stdlib.h>
#include "err.hpp"
#include "msg.hpp"
#include "session_base.hpp"
#include "null_mechanism.hpp"
Go to the source code of this file.
Variables | |
const char | error_command_name [] = "\5ERROR" |
const size_t | error_command_name_len = sizeof (error_command_name) - 1 |
const size_t | error_reason_len_size = 1 |
const char | ready_command_name [] = "\5READY" |
const size_t | ready_command_name_len = sizeof (ready_command_name) - 1 |
const char error_command_name[] = "\5ERROR" |
Definition at line 14 of file null_mechanism.cpp.
const size_t error_command_name_len = sizeof (error_command_name) - 1 |
Definition at line 15 of file null_mechanism.cpp.
const size_t error_reason_len_size = 1 |
Definition at line 16 of file null_mechanism.cpp.
const char ready_command_name[] = "\5READY" |
Definition at line 18 of file null_mechanism.cpp.
const size_t ready_command_name_len = sizeof (ready_command_name) - 1 |
Definition at line 19 of file null_mechanism.cpp.