#include <config.h>#include <stddef.h>#include <isc/once.h>#include <isc/msgcat.h>#include <isc/util.h>#include <dst/lib.h>Go to the source code of this file.
Functions | |
| static void | open_msgcat (void) |
| void | dst_lib_initmsgcat (void) |
Variables | |
| LIBDNS_EXTERNAL_DATA isc_msgcat_t * | dst_msgcat = NULL |
| static isc_once_t | msgcat_once = ISC_ONCE_INIT |
Definition in file dst_lib.c.
| static void open_msgcat | ( | void | ) | [static] |
| void dst_lib_initmsgcat | ( | void | ) |
Definition at line 59 of file dst_lib.c.
References isc_once_do, ISC_R_SUCCESS, msgcat_once, open_msgcat(), and RUNTIME_CHECK.
Referenced by initialize().
| LIBDNS_EXTERNAL_DATA isc_msgcat_t* dst_msgcat = NULL |
isc_once_t msgcat_once = ISC_ONCE_INIT [static] |