#include <int.h>
Go to the source code of this file.
Functions | |
void | MHD__asn1_str_cat (char *dest, size_t dest_tot_size, const char *src) |
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 | |||
) |
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().