|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <internal.h>

Public Attributes | |
| void * | ext |
| void(* | callback )(adns_query parent, adns_query child) |
| union { | |
| adns_rr_addr ptr_parent_addr | |
| adns_rr_hostaddr * hostaddr | |
| } | info |
Definition at line 172 of file internal.h.
| void(* qcontext::callback) (adns_query parent, adns_query child) |
Definition at line 174 of file internal.h.
Referenced by adns__query_done().
| void* qcontext::ext |
Definition at line 173 of file internal.h.
Referenced by adns__internal_check(), and adns_forallqueries_next().
| adns_rr_hostaddr* qcontext::hostaddr |
Definition at line 177 of file internal.h.
| union { ... } qcontext::info |
Referenced by pa_ptr().
| adns_rr_addr qcontext::ptr_parent_addr |
Definition at line 176 of file internal.h.
Referenced by pa_ptr().