Macros

#define GETDNS_CALLBACK_COMPLETE_TEXT   "The response has the requested data in it"
 
#define GETDNS_CALLBACK_CANCEL_TEXT   "The calling program cancelled the callback; response is NULL"
 
#define GETDNS_CALLBACK_TIMEOUT_TEXT   "The requested action timed out; response is filled in with empty structures"
 
#define GETDNS_CALLBACK_ERROR_TEXT   "The requested action had an error; response is NULL"
 

Typedefs

typedef enum getdns_callback_type_t getdns_callback_type_t
 

Enumerations

enum  getdns_callback_type_t { GETDNS_CALLBACK_COMPLETE = 700, GETDNS_CALLBACK_CANCEL = 701, GETDNS_CALLBACK_TIMEOUT = 702, GETDNS_CALLBACK_ERROR = 703 }
 

Detailed Description

Macro Definition Documentation

#define GETDNS_CALLBACK_COMPLETE_TEXT   "The response has the requested data in it"

Definition at line 282 of file getdns.h.

#define GETDNS_CALLBACK_CANCEL_TEXT   "The calling program cancelled the callback; response is NULL"

Definition at line 283 of file getdns.h.

#define GETDNS_CALLBACK_TIMEOUT_TEXT   "The requested action timed out; response is filled in with empty structures"

Definition at line 284 of file getdns.h.

#define GETDNS_CALLBACK_ERROR_TEXT   "The requested action had an error; response is NULL"

Definition at line 285 of file getdns.h.

Typedef Documentation

Enumeration Type Documentation

Enumerator
GETDNS_CALLBACK_COMPLETE 
GETDNS_CALLBACK_CANCEL 
GETDNS_CALLBACK_TIMEOUT 
GETDNS_CALLBACK_ERROR 

Definition at line 275 of file getdns.h.