Go to the source code of this file.
Defines | |
#define | Estrcpy(x, y) MHD__asn1_str_cpy(x,MAX_ERROR_DESCRIPTION_SIZE,y) |
#define | Estrcat(x, y) MHD__asn1_str_cat(x,MAX_ERROR_DESCRIPTION_SIZE,y) |
Functions | |
void | MHD__asn1_str_cpy (char *dest, size_t dest_tot_size, const char *src) |
void | MHD__asn1_str_cat (char *dest, size_t dest_tot_size, const char *src) |
#define Estrcat | ( | x, | |||
y | ) | MHD__asn1_str_cat(x,MAX_ERROR_DESCRIPTION_SIZE,y) |
Definition at line 5 of file gstr.h.
Referenced by MHD__asn1_array2tree(), MHD__asn1_error_description_tag_error(), and MHD__asn1_error_description_value_not_found().
#define Estrcpy | ( | x, | |||
y | ) | MHD__asn1_str_cpy(x,MAX_ERROR_DESCRIPTION_SIZE,y) |
Definition at line 4 of file gstr.h.
Referenced by MHD__asn1_array2tree(), MHD__asn1_error_description_tag_error(), and MHD__asn1_error_description_value_not_found().
void MHD__asn1_str_cat | ( | char * | dest, | |
size_t | dest_tot_size, | |||
const char * | src | |||
) |
Definition at line 32 of file gstr.c.
Referenced by MHD__asn1_check_identifier(), MHD__asn1_expand_identifier(), MHD__asn1_expand_object_id(), MHD__asn1_get_objectid_der(), and MHD__asn1_hierarchical_name().
void MHD__asn1_str_cpy | ( | char * | dest, | |
size_t | dest_tot_size, | |||
const char * | src | |||
) |
Definition at line 52 of file gstr.c.
Referenced by MHD__asn1_append_sequence_set(), MHD__asn1_check_identifier(), MHD__asn1_expand_identifier(), MHD__asn1_expand_object_id(), MHD__asn1_find_node(), MHD__asn1_get_objectid_der(), and MHD__asn1_hierarchical_name().