CUBRID Engine
latest
|
#include "packer.hpp"
#include "dbtype_def.h"
#include "memory_alloc.h"
#include "object_representation.h"
#include "packable_object.hpp"
#include <algorithm>
#include <cstring>
#include <vector>
#include <string>
Go to the source code of this file.
Namespaces | |
cubpacking | |
Macros | |
#define | MAX_SMALL_STRING_SIZE 255 |
#define | LARGE_STRING_CODE 0xff |
Functions | |
static void | cubpacking::check_range (const char *ptr, const char *endptr, const size_t amount) |
#define LARGE_STRING_CODE 0xff |
Definition at line 40 of file packer.cpp.
Referenced by cubpacking::packer::pack_c_string(), cubpacking::unpacker::unpack_string(), and cubpacking::unpacker::unpack_string_size().
#define MAX_SMALL_STRING_SIZE 255 |
Definition at line 39 of file packer.cpp.
Referenced by cubpacking::packer::get_packed_c_string_size(), cubpacking::packer::pack_c_string(), and cubpacking::packer::pack_small_string().