CUBRID Engine  latest
client_credentials.cpp File Reference
#include "client_credentials.hpp"
#include "porting.h"
#include <algorithm>
Include dependency graph for client_credentials.cpp:

Go to the source code of this file.

Macros

#define CLIENTID_PACKER_ARGS(client_type_as_int)   client_type_as_int, client_info, db_user, program_name, login_name, host_name, process_id
 
#define BOOTCLCRED_PACKER_ARGS   db_name, db_password
 

Functions

static void string_ncopy (std::string &dest, const char *src, size_t max_size)
 

Macro Definition Documentation

#define BOOTCLCRED_PACKER_ARGS   db_name, db_password
#define CLIENTID_PACKER_ARGS (   client_type_as_int)    client_type_as_int, client_info, db_user, program_name, login_name, host_name, process_id

Function Documentation

static void string_ncopy ( std::string &  dest,
const char *  src,
size_t  max_size 
)
static