MySQL 8.3.0
Source Code Documentation
checked_data.cc File Reference
#include <string.h>
#include "xcom/checked_data.h"
#include "xcom/xcom_memory.h"

Functions

bool_t copy_checked_data (checked_data *const to, checked_data const *const from)
 Creates a copy of the given checked_data. More...
 

Function Documentation

◆ copy_checked_data()

bool_t copy_checked_data ( checked_data *const  to,
checked_data const *const  from 
)

Creates a copy of the given checked_data.

Parameters
[in,out]toWhere to copy to
[in]fromWhere to copy from
Return values
trueIf the copy was successful
falseIf there was an error allocating memory for the copy