#include <isc/lang.h>
#include <isc/resultclass.h>
#include <isc/result.h>
Go to the source code of this file.
Defines | |
#define | PK11_RESULT_H 1 |
#define | PK11_R_INITFAILED (ISC_RESULTCLASS_PK11 + 0) |
#define | PK11_R_NOPROVIDER (ISC_RESULTCLASS_PK11 + 1) |
#define | PK11_R_NORANDOMSERVICE (ISC_RESULTCLASS_PK11 + 2) |
#define | PK11_R_NODIGESTSERVICE (ISC_RESULTCLASS_PK11 + 3) |
#define | PK11_R_NOAESSERVICE (ISC_RESULTCLASS_PK11 + 4) |
#define | PK11_R_NRESULTS 5 |
Functions | |
void | pk11_initmsgcat (void) |
const char * | pk11_result_totext (isc_result_t) |
void | pk11_result_register (void) |
Variables | |
ISC_LANG_BEGINDECLS LIBISC_EXTERNAL_DATA isc_msgcat_t * | pk11_msgcat |
Definition in file result.h.
#define PK11_R_INITFAILED (ISC_RESULTCLASS_PK11 + 0) |
#define PK11_R_NOPROVIDER (ISC_RESULTCLASS_PK11 + 1) |
#define PK11_R_NORANDOMSERVICE (ISC_RESULTCLASS_PK11 + 2) |
#define PK11_R_NODIGESTSERVICE (ISC_RESULTCLASS_PK11 + 3) |
Definition at line 36 of file result.h.
Referenced by pk11_get_session(), pk11_initialize(), pk11_rand_bytes(), and pk11_rand_seed_fromfile().
#define PK11_R_NOAESSERVICE (ISC_RESULTCLASS_PK11 + 4) |
Definition at line 37 of file result.h.
Referenced by pk11_get_session(), pk11_initialize(), pk11_rand_bytes(), and pk11_rand_seed_fromfile().
#define PK11_R_NRESULTS 5 |
void pk11_initmsgcat | ( | void | ) |
Definition at line 48 of file pk11_result.c.
References isc_once_do, ISC_R_SUCCESS, msgcat_once, open_msgcat(), and RUNTIME_CHECK.
Referenced by initialize().
const char* pk11_result_totext | ( | isc_result_t | ) |
void pk11_result_register | ( | void | ) |
Definition at line 83 of file pk11_result.c.
References initialize().
Referenced by main(), and setup_libs().
ISC_LANG_BEGINDECLS LIBISC_EXTERNAL_DATA isc_msgcat_t* pk11_msgcat |