Home
last modified time | relevance | path

Searched defs:ctx_query (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/usr.sbin/unbound/libunbound/
H A Dcontext.h154 struct ctx_query { struct
156 struct rbnode_type node;
158 int querynum;
160 int async;
162 int cancelled;
165 ub_callback_type cb;
167 ub_event_callback_type cb_event;
169 void* cb_arg;
172 uint8_t* msg;
174 size_t msg_len;
[all …]
/openbsd-src/sbin/unwind/libunbound/libunbound/
H A Dcontext.h154 struct ctx_query { struct
156 struct rbnode_type node;
158 int querynum;
160 int async;
162 int cancelled;
165 ub_callback_type cb;
167 ub_event_callback_type cb_event;
169 void* cb_arg;
172 uint8_t* msg;
174 size_t msg_len;
[all …]