Variables
null_mechanism.cpp File Reference
#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"
Include dependency graph for null_mechanism.cpp:

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
 

Variable Documentation

◆ error_command_name

const char error_command_name[] = "\5ERROR"

Definition at line 14 of file null_mechanism.cpp.

◆ error_command_name_len

const size_t error_command_name_len = sizeof (error_command_name) - 1

Definition at line 15 of file null_mechanism.cpp.

◆ error_reason_len_size

const size_t error_reason_len_size = 1

Definition at line 16 of file null_mechanism.cpp.

◆ ready_command_name

const char ready_command_name[] = "\5READY"

Definition at line 18 of file null_mechanism.cpp.

◆ ready_command_name_len

const size_t ready_command_name_len = sizeof (ready_command_name) - 1

Definition at line 19 of file null_mechanism.cpp.



libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:03