Go to the source code of this file.
Defines | |
#define | MHD__asn1_alloca MHD__asn1_malloc |
#define | MHD__asn1_afree MHD__asn1_free |
#define | MHD__asn1_malloc malloc |
#define | MHD__asn1_free free |
#define | MHD__asn1_calloc calloc |
#define | MHD__asn1_realloc realloc |
#define | MHD__asn1_strdup strdup |
#define MHD__asn1_afree MHD__asn1_free |
Definition at line 16 of file mem.h.
Referenced by MHD__asn1_der_decoding(), MHD__asn1_get_octet_string(), MHD__asn1_objectid_der(), MHD__asn1_ordering_set(), MHD__asn1_ordering_set_of(), and MHD__asn1_write_value().
#define MHD__asn1_alloca MHD__asn1_malloc |
Definition at line 15 of file mem.h.
Referenced by MHD__asn1_der_decoding(), MHD__asn1_get_octet_string(), MHD__asn1_objectid_der(), MHD__asn1_ordering_set(), MHD__asn1_ordering_set_of(), and MHD__asn1_write_value().
#define MHD__asn1_calloc calloc |
Definition at line 21 of file mem.h.
Referenced by MHD__asn1_add_node(), and MHD__asn1_add_node_only().
#define MHD__asn1_free free |
Definition at line 20 of file mem.h.
Referenced by MHD__asn1_add_node(), MHD__asn1_delete_list(), MHD__asn1_delete_list_and_nodes(), MHD__asn1_remove_node(), MHD__asn1_set_name(), and MHD__asn1_set_value().
#define MHD__asn1_malloc malloc |
#define MHD__asn1_strdup strdup |