Values and texts
Data Structures | |
struct | getdns_bindata |
Typedefs | |
typedef struct getdns_context | getdns_context |
typedef uint64_t | getdns_transaction_t |
typedef enum getdns_data_type | getdns_data_type |
typedef struct getdns_bindata | getdns_bindata |
typedef struct getdns_dict | getdns_dict |
typedef struct getdns_list | getdns_list |
Enumerations | |
enum | getdns_data_type { t_dict, t_list, t_int, t_bindata } |
Detailed Description
Typedef Documentation
typedef struct getdns_context getdns_context |
typedef uint64_t getdns_transaction_t |
typedef enum getdns_data_type getdns_data_type |
used to check data types within complex types (dict, list)
typedef struct getdns_bindata getdns_bindata |
typedef struct getdns_dict getdns_dict |
typedef struct getdns_list getdns_list |
Enumeration Type Documentation
enum getdns_data_type |