libhasha 2.2.2
|
#include "./internal.h"
Go to the source code of this file.
Classes | |
struct | ha_opts |
Macros | |
#define | HA_OPT_TYPE_BOOL 0x01000000 |
#define | HA_OPTID_NOABORT 1 |
#define | HA_OPTID_DEBUG 2 |
#define | HA_OPTID_FASTCMP 3 |
#define | HA_OPT_NOABORT (HA_OPT_TYPE_BOOL | HA_OPTID_NOABORT) |
#define | HA_OPT_DEBUG (HA_OPT_TYPE_BOOL | HA_OPTID_DEBUG) |
Functions | |
HA_PUBFUN int | ha_setopt (int opt,...) |
HA_PUBFUN int | ha_getopt (int opt, void *out) |
Variables | |
struct ha_opts | g_ha_opts |
#define HA_OPT_DEBUG (HA_OPT_TYPE_BOOL | HA_OPTID_DEBUG) |
#define HA_OPT_NOABORT (HA_OPT_TYPE_BOOL | HA_OPTID_NOABORT) |
HA_PUBFUN int ha_getopt | ( | int | opt, |
void * | out ) |
HA_PUBFUN int ha_setopt | ( | int | opt, |
... ) |
|
extern |