MySQL 9.1.0
Source Code Documentation
|
#include "xdr_gen/xcom_vp.h"
Go to the source code of this file.
Functions | |
bool_t | copy_checked_data (checked_data *const to, checked_data const *const from) |
Creates a copy of the given checked_data. More... | |
bool_t copy_checked_data | ( | checked_data *const | to, |
checked_data const *const | from | ||
) |
Creates a copy of the given checked_data.
[in,out] | to | Where to copy to |
[in] | from | Where to copy from |
true | If the copy was successful |
false | If there was an error allocating memory for the copy |