Go to the source code of this file.
Defines | |
#define | HAVE_ATTR_FORMAT 1 |
#define | HAVE_CTIME_R 1 |
#define | HAVE_DLFCN_H 1 |
#define | HAVE_GETADDRINFO 1 |
#define | HAVE_GETOPT_H 1 |
#define | HAVE_GMTIME_R 1 |
#define | HAVE_INET_ATON 1 |
#define | HAVE_INET_NTOP 1 |
#define | HAVE_INET_PTON 1 |
#define | HAVE_INTTYPES_H 1 |
#define | HAVE_ISBLANK 1 |
#define | HAVE_LIBCRYPTO 1 |
#define | HAVE_LIBNSL 1 |
#define | HAVE_MALLOC 1 |
#define | HAVE_MEMMOVE 1 |
#define | HAVE_MEMORY_H 1 |
#define | HAVE_NETINET_IN_H 1 |
#define | HAVE_OPENSSL_SSL_H 1 |
#define | HAVE_REALLOC 1 |
#define | HAVE_SNPRINTF 1 |
#define | HAVE_SSL |
#define | HAVE_STDARG_H 1 |
#define | HAVE_STDBOOL_H 1 |
#define | HAVE_STDINT_H 1 |
#define | HAVE_STDLIB_H 1 |
#define | HAVE_STRINGS_H 1 |
#define | HAVE_STRING_H 1 |
#define | HAVE_SYS_MOUNT_H 1 |
#define | HAVE_SYS_PARAM_H 1 |
#define | HAVE_SYS_SOCKET_H 1 |
#define | HAVE_SYS_STAT_H 1 |
#define | HAVE_SYS_TYPES_H 1 |
#define | HAVE_TIMEGM 1 |
#define | HAVE_TIME_H 1 |
#define | HAVE_UNISTD_H 1 |
#define | PACKAGE_BUGREPORT "libdns@nlnetlabs.nl" |
#define | PACKAGE_NAME "libdns" |
#define | PACKAGE_STRING "libdns 1.2.1" |
#define | PACKAGE_TARNAME "libdns" |
#define | PACKAGE_VERSION "1.2.1" |
#define | STDC_HEADERS 1 |
#define | SYSCONFDIR sysconfdir |
Functions | |
int | b64_ntop (uint8_t const *src, size_t srclength, char *target, size_t targsize) |
int | b64_pton (char const *src, uint8_t *target, size_t targsize) |
time_t | timegm (struct tm *tm) |
size_t | strlcpy (char *dst, const char *src, size_t siz) |
int b64_ntop | ( | uint8_t const * | src, | |
size_t | srclength, | |||
char * | target, | |||
size_t | targsize | |||
) |
int b64_pton | ( | char const * | src, | |
uint8_t * | target, | |||
size_t | targsize | |||
) |
time_t timegm | ( | struct tm * | tm | ) |
size_t strlcpy | ( | char * | dst, | |
const char * | src, | |||
size_t | siz | |||
) |