Go to the source code of this file.
Typedefs | |
typedef void | svoid |
Functions | |
void * | MHD_gtls_realloc_fast (void *ptr, size_t size) |
svoid * | MHD_gtls_secure_calloc (size_t nmemb, size_t size) |
void * | MHD_gtls_calloc (size_t nmemb, size_t size) |
char * | MHD_gtls_strdup (const char *) |
Variables | |
int(* | MHD__gnutls_is_secure_memory )(const void *) |
typedef void svoid |
Definition at line 32 of file gnutls_mem.h.
void* MHD_gtls_calloc | ( | size_t | nmemb, | |
size_t | size | |||
) |
void* MHD_gtls_realloc_fast | ( | void * | ptr, | |
size_t | size | |||
) |
Definition at line 51 of file gnutls_mem.c.
References MHD_gnutls_free, and MHD_gnutls_realloc.
Referenced by gen_dhe_server_kx(), gen_rsa_export_server_kx(), MHD_gtls_handshake_io_recv_int(), MHD_gtls_io_read_buffered(), parse_crt_mem(), parse_pem_cert_mem(), read_cert_mem(), and read_key_mem().
svoid* MHD_gtls_secure_calloc | ( | size_t | nmemb, | |
size_t | size | |||
) |
char* MHD_gtls_strdup | ( | const char * | ) |
int(* MHD__gnutls_is_secure_memory)(const void *) |
Referenced by MHD__gnutls_global_init().