libksba
1.6.0
About: KSBA is a library to make the tasks of working with X.509 certificates, CMS data and related objects more easy.
![]() ![]() |
Go to the source code of this file.
Functions | |
static void | out_of_core (void) |
void * | xmalloc (size_t n) |
void * | xcalloc (size_t n, size_t m) |
void * | xrealloc (void *mem, size_t n) |
char * | xstrdup (const char *str) |
void | xfree (void *a) |
char * | gen_help_stpcpy (char *a, const char *b) |
const char * | gpg_strerror (int err) |
char* gen_help_stpcpy | ( | char * | a, |
const char * | b | ||
) |
Definition at line 86 of file gen-help.c.
const char* gpg_strerror | ( | int | err | ) |
Definition at line 98 of file gen-help.c.
References GPG_ERR_BUG, GPG_ERR_ELEMENT_NOT_FOUND, GPG_ERR_GENERAL, GPG_ERR_IDENTIFIER_NOT_FOUND, GPG_ERR_INV_VALUE, and GPG_ERR_SYNTAX.
Referenced by decoder_next(), and one_file().
|
static |
Definition at line 29 of file gen-help.c.
Referenced by xcalloc(), xmalloc(), xrealloc(), and xstrdup().
void* xcalloc | ( | size_t | n, |
size_t | m | ||
) |
Definition at line 48 of file gen-help.c.
References out_of_core().
void xfree | ( | void * | a | ) |
Definition at line 76 of file gen-help.c.
References free().
void* xmalloc | ( | size_t | n | ) |
Definition at line 39 of file gen-help.c.
References malloc(), and out_of_core().
void* xrealloc | ( | void * | mem, |
size_t | n | ||
) |
Definition at line 57 of file gen-help.c.
References out_of_core().
char* xstrdup | ( | const char * | str | ) |
Definition at line 67 of file gen-help.c.
References out_of_core().